View Your Drawables Images Thumbnails Steps: Inside Android Studio go to File -> Settings -> Plugins -> Browse repositories Search Android Drawable Preview Click Install Plugin Restart Android Studio That’s it now you will be able to see all your READ MORE
Year: 2018
Android Google maps java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/ProtocolVersion
App crashes on android 9 PIE java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/ProtocolVersion; at el.b(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):3) at ek.a(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):4) at em.a(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):51) at com.google.maps.api.android.lib6.drd.ap.a(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):11) at dw.a(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):16) at dw.run(:com.google.android.gms.dynamite_mapsdynamite@[email protected] (100408-196123505):61) Caused by: java.lang.ClassNotFoundException: Didn’t find class “org.apache.http.ProtocolVersion” on path: DexPathList[[zip file READ MORE
Firebase Dynamic Links
Firebase Dynamic Links Firebase Dynamic Linksplat_iosplat_androidplat_webplat_cppplat_unity Firebase Dynamic Links are links that work the way you want, on multiple platforms, and whether or not your app is already installed. With Dynamic Links, your users get the best available experience for READ MORE
Kotlin Cheat Sheet and Quick Reference
Kotlin Cheat Sheet and Quick Reference https://koenig-media.raywenderlich.com/uploads/2018/08/RW_Kotlin_Cheatsheet_1_0.pdf
Android Layout Tools and Sample Data
I. Android tools attributes Error handling attributes Design-time view attributes (Don’t miss this!) Resource shrinking attributes II. Sample Data (Best design helper!) I. Tools Attributes tools:shrinkMode tools:keep and tools:discard PODCAST EPISODES Yashish DuaFollow Mobile Developer – Loves to build products. READ MORE
Submit An App To The iOS App Store
Submit An App To The iOS App Store I recently found this App called Icon Set Creator in the App Store which is free, without ads, updated on new changes, straight forward and works just fine for every possible icon size in OSX, iOS READ MORE
Android Interface Definition Language (AIDL)
Purchasing Products Figure 1. The basic sequence for a purchase request. A typical purchase flow with the In-app Billing API is as follows: Consuming In-app Products You can use the consumption mechanism to track the user’s ownership of managed products. READ MORE
Android App Bundles
About Android App Bundles An Android App Bundle is a new upload format that includes all your app’s compiled code and resources, but defers APK generation and signing to Google Play. Google Play’s new app serving model, called Dynamic Delivery, then uses your READ MORE
Materialize CSS
Materialize A modern responsive front-end framework based on Material Design https://materializecss.com/getting-started.html Material Degidn Icons https://material.io/tools/icons/?search=account&icon=account_circle&style=baseline What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and READ MORE
AndroidX refactoring
AndroidX Overview We are rolling out a new package structure to make it clearer which packages are bundled with the Android operating system, and which are packaged with your app’s APK. Going forward, the android.* package hierarchy will be reserved for Android READ MORE