Android – All about Build
What is .aab file? .aab file is Android App Bundle file. It contains only your app, it doesn’t have the necessary Android libs Is it […]
What is .aab file? .aab file is Android App Bundle file. It contains only your app, it doesn’t have the necessary Android libs Is it […]
How to create a service like that? Create a Notification channel Create a Service and call a local notification with startForeground Start the above service […]
Can’t create file Need to add android:requestLegacyExternalStorage=”true” https://developer.android.com/training/data-storage/use-cases#opt-out-scoped-storage Can’t get hardware serial number App crashes when calling Build.getSerial() best-practices-android-identifiers https://developer.android.com/reference/android/os/Build#getSerial()changes-to-device-identifiers-in.html Use ANDROID_ID for Android 10, […]
Create Firebase project Download “google-services.json” file for Android Download “GoogleService-Info.plist” for iOS Config iOS push notification Create Apple Push Notifications service (APNs) key Save & […]
How to implement SDK into Android project? How to implement SDK into Android by Cordova plugin? How to use SDK APIs? How to scan plugged […]
Project Configuration Dependency Management gradle = CocoaPod Configuration file Android AndroidManifest.xml iOS info.plist Resources Android res folder with XML files, image files iOS App screen […]
How to debug a device over wifi? How to Transfer File from Android device to Mac? How to set sdk path? How to generate debug […]
How to create a class by Builder pattern like this Create Model Add Builder Add constructor Make parameters required Tip: Auto generate Builder by IntelliJ […]
How many are there? “Is there anywhere in this project where I’ll have to change the same thing in multiple places?”A project that’s as reusable, […]
Create file including custom Views Use custom View anywhere inside application
Copyright © 2024 | WordPress Theme by MH Themes