Open in app
Home
Notifications
Lists
Stories

Write
Appcaesars
Appcaesars

Home

Published in Huawei Developers

·Mar 22

👨🏼‍💻Migrate Firebase Realtime database to Firebase Firestore(Android / Kotlin)

Before you start: Check the ‘Realtime database vs Firestore’ article link below and make sure about whether you should make migration or not. https://firebase.google.com/docs/database/rtdb-vs-firestore Introduction: In this article , I will be talking about how I migrated my Firebase Realtime database to Firebase Firestore. 1) I exported my Realtime database:

Firebase

2 min read

👨🏼‍💻Migrate Firebase Realtime database to Firebase Firestore(Android / Kotlin)
👨🏼‍💻Migrate Firebase Realtime database to Firebase Firestore(Android / Kotlin)

Published in Huawei Developers

·Nov 26, 2021

Most Used Data Structures in Kotlin(Clash of Data Structures)

Introduction In this article , I will be talking about some non primitive data structures that , I use in my applications while developing with Kotlin language.

Android

4 min read

Most Used Data Structures in Kotlin(Clash of Data Structures)
Most Used Data Structures in Kotlin(Clash of Data Structures)

Feb 23, 2021

App Signature helper class (Kotlin)

This example class will help you to get your applications signature which is a 11- digit hashed code. import android.content.Context import android.content.ContextWrapper import android.content.pm.PackageManager import android.util.Base64 import timber.log.Timber import java.nio.charset.StandardCharsets import java.security.MessageDigest import java.security.NoSuchAlgorithmException import java.util.* /** * This is a helper class to generate your message hash to be included in your SMS message. * * Without the…

Android

2 min read

Appcaesars

Appcaesars

Android development

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable