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
- Android Studio: see the Succinctly book
- NativeScript: use the nativescript-sqlite plugin, see https://www.npmjs.com/package/nativescript-sqlite
- Xamarin: use the sqlite-net-pcl package, see https://docs.microsoft.com/en-us/xamarin/get-started/quickstarts/database?pivots=macos
Mobile App Development
- Native Development
- iOS
- Swift/Objective-C in Xcode
- Android
- Kotlin/Java in Android Studio
- iOS
- Closs-Platform Development
- Xamarin in Visual Studio
- React Native
- Nativescript in Visual Studio Code
- Hybrid Development (support both web and mobile)
- Cordova/PhoneGap
- Ionic