Android Arch's Room - Getting Started
So, on the first post we already have an introduction or more like a sneak peek to Room data access object code. Let's get our hands »
So, on the first post we already have an introduction or more like a sneak peek to Room data access object code. Let's get our hands »
My first reaction when Android Architecture Component is out is just meh.. I mean come on, the ViewModel is heavily tied to Activity and Fragment and »
Not so long ago, on my Android's MVP architecture, my view layer does not have a model. The view only renders what the presenter tell them »
Have you ever encounter an error like this? Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lnolambda.test/BuildConfig; »
Have you ever lose your keystore? Or the time when you get the message "Keystore was tampered with, or password was incorrect" I think it is »
Started from the issue on my image picker library which stated that we should use the new version of Glide, I'm starting to explore this new »