admin September 21, 2023 Android, iOS Importance of Mobile-First Design in App Development Importance of Mobile-First Design in App Development In today's rapidly evolving digital landscape, mobile devices have become an in... Read more
admin September 16, 2023 Android, iOS How to handle deeplink in app? Add Intent Filter in Splash Activity<intent-filter> <action android:name="android.intent.action.VIEW" /> <cate... Read more
admin September 6, 2022 Android, iOS Common Coroutine Mistakes 1. Incorrect exception handling. fun foo() { try { viewModelScope.launch { throw Exception() } } cat... Read more