Home - txgz999/Mobile GitHub Wiki

Other Push Notification Services
3/18/2020

My emulator stoped received message yesterday evening. I wiped out the data on the emulator, then run the app again, and resolved the issue.

Mobile Challenge
  • choose push message type: data message vs notification message: plan to use data message with local message. It can behave the same no matter if the app is on foreground, on background, or not running
  • choose storage: shared preferences vs internal storage or SQLite
SQLite
Mobile App Development
  • Native Development
    • iOS
      • Swift/Objective-C in Xcode
    • Android
      • Kotlin/Java in Android Studio
  • Closs-Platform Development
    • Xamarin in Visual Studio
    • React Native
    • Nativescript in Visual Studio Code
  • Hybrid Development (support both web and mobile)
    • Cordova/PhoneGap
    • Ionic
Kotlin