LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [Android]
ONLINE
// Z.SHINCHVEN

Build Android Artifact from Command-line

Theory Everything you do that builds Android artifacts from Android Studio is based on Android command-line tools, so you can just build them from command-line. Why Build Android Artifact from Command…

// Z.SHINCHVEN

How I Automated Android Packaging

Why not get automated in generating an apk? Though the official guide tells us how to generate our builds by clicking one and another menu options in Android Studio, but we don't always have to genera…

// Z.SHINCHVEN

How to solve android download pending problem

There is a built-in Download Manager in Android which was used by many system components and apps. For example, Google Play Store uses it to download and update apps, and Google play services uses it …

// Z.SHINCHVEN

Dialog activity matching parent's width

Extend your theme from .Dialog.Alert <style name="YOUR_THEME_NAME" parent="@style/Theme.AppCompat.Light.Dialog.Alert"> <!--your theme here--> </style> Do not extend your theme fr…

// Z.SHINCHVEN

Notify Item Removed Safely

RecyclerView's adapter provides more powerful methods for developers to animate their list like you can easily run a remove animation on one particular item in the list by calling adapter.notifyItemRe…