Udacity Android Developer Nanodegree: Project 5
Redesigned the existing news reading app using Material Desing Guidelines. This includes consistent and meaningful use of Material Design UI components, fonts, color, motion and surfaces.
Git clone and import in Android Studio
minSdkVersion 16
Lyla says: "This app is starting to shape up but it feels a bit off in quite a few places. I can't put finger on it but it feels odd." Jay says: “Is the text supposed to be so wonky and unreadable? It is not accessible to those of us without perfect vision." Kagure says: “The color scheme is really sad and I shouldn't feel sad.”
- Used the design support library and its provided widget types: FloatingActionButton, AppbarLayout, SnackBar, etc.
- Used CoordinatorLayout on the main screen
- Fixed incorrect shadow of certain UI elements by setting the correct value of
android:elevation
- Fixed incorrect text size and image height on the detail screen
- Fixed non-uniform padding and certain UI element placement
- Improved overall color scheme
- Optimised for Mobile & Tablet
- Fully adheres to Material Design Guidelines