GAMEDROID
Thomas Krüger Portfolio App
+Portoflio App for Phones and Tablets: see screenshots
+Android Studio 1.5.1 project
+tested on Nexus5 and Nexus7
+cleanCode: small methods, good readability, no boilerplate- or hacked code
+performance: quick UI loading, splashscreen to load data in background
+stability: couldn't crash it a single time
+no bad practices: i.e. orientation lock, unnecessary caches
+nearly just best practices: no deprecated APIs or old paradigms
Next Steps:
+fancier UserInterface
+more Butterknife
+Dagger
+Material Design & Polished UI
+Parceler
+Automated Tests: JUnit, Mockito, Robolectric, Espresso: I'm (usually) a friend of TDD
+RxJava
Future Steps:
+better distinction for layouts in orientations and scales
+extracting more styles for reusage
+using startOf/endOf in RelativeLayout to spport RTL layouts
+more devices under tests
+more localisation
Used Libs:
Picasso, Ion, Eventbus, Butterknife, Retrofit, Gson, OkHttp