Sep 14, 2015 android architecture bob mvc mvp mvvm Architectures in Android Applications - Quick Notes I'm looking at architectures MVP, MVVM, MVC ... applied to Android applications and I find the current state of things a bit of a
Jul 17, 2015 android asynctask progress progressdialog ProgressDialog in AsyncTask: Dynamic Update Text/Title Sometimes, you may want to update the text shown in the progress dialog. If you try to perform this in doInBackground() you'll get
Jul 16, 2015 android asynctask progress progressdialog ProgressDialog in AsyncTask: Dynamic Update max() Sometimes you determine the max of the progress bar in the background task. Unfortunately, there's almost no way to transmit that to an
Jul 15, 2015 android asynctask progress ProgressDialog and AsyncTask: Table of Contents Here are some things I've learned on using a ProgressDialog in an AsyncTask. 1. Dynamic Update Text/Title 2. Dynamic Update max()
Jul 10, 2015 android butterknife dagger error Butterknife: ClassCastException: Symbol$VarSymbol ... The other day I decided to update my Butterknife from 6.x.x to 7.x.x. Immediately I noticed some refactoring (e.g. @InjectView