codstud
Thursday, 15 September 2016
All about adopting MVP (Model View Presenter) architecture for android.
Read this simple and awesome article.
http://thefinestartist.com/android/mvp-pattern
Monday, 12 September 2016
java.lang.NoClassDefFoundError exception on some devices or giving Could not find some class error
Try adding this to your Manifest:
android:name="android.support.multidex.MultiDexApplication"
inside
<application>
tag.
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)