Native Apps

icon picker
Knowledge Transfer

Rajesh Jeganathan
Last edited 119 days ago by Thirunavukkarasu Periyasamy
Here some key aspects of knowledge transfer for native app development on Android and iOS:
1
Key Aspects
iOS
Android
2
Integrated Development Environment (IDE)
Xcode
Android Studio
3
Version Control
GitHub
GitHub
4
Programming Languages
Backend: Objective C Frontend: Xib
Backend: Java Frontend: XML
5
Deployments
Minimum: iOS 13 Maximum: Until Latest
Minimum: Android 5 Maximum: Android 13
6
Architecture
MVC
MVC
7
Security
Using authorization keys
Using authorization keys
8
Exception Handling
Exception mail, Firebase
Exception mail, Firebase
9
Local Storage
UserDefaults
SQLite, Shared Preferences
10
API calls
URL session
Retrofit
11
Supported Devices
iPhone, iPad
Mobile, Tablet
12
Publishing and Distribution
Apple App Store
Google Play Store
There are no rows in this table
Exception mail by API
image.png
image.png

Handling Firebase Exceptions:
Handling exceptions with Firebase in native app development for Android and iOS involves managing and responding to errors that can occur when interacting with Firebase services.
Overall crashlytics reports:
image.png

Regarding a particular issue or crash:
image.png

Analytics:
Firebase Analytics is an analytics solution designed to support both Android and iOS native apps.
image.png

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.