This project was built with love and sweat by yours truly as part of the Android Developer Nanodegree by Udacity.
You are more than welcome to look at it for inspiration and use it as per the MIT Licence included.
However, if you feel like copying/pasting it and submitting it as your own work, remember that plagiarism is a violation of the Udacity Honor Code. The consequences of such act may include your expulsion from the ND program (without refund) and could go as far as having you banned for life from any Udacity course and/or scholarship offered in partnership with Udacity. Udacity can also revoke your graduation credential at anytime if plagiarism is detected after you graduate.
Your call.
Project #5 of the Android Developer Nanodegree by Udacity.
Redesign a mock RSS feed reader app, featuring banner photos and headlines, to follow the Material Design guidelines and translate a set of static design mocks to a living and breathing app.
This project gives you an opportunity to improve an app’s design, a vital skill for building apps users will love. It also replicates a common developer task of updating and changing an app's design as new standards are released.
- UI
- CoordinatorLayout
- CollapsingToolbarLayout
- FAB
- Understand the fundamentals of Android design.
- Apply Material Design guidelines to an mobile application.
- Separate an interface into surfaces.
- Effectively use transitions and motion.
- Download a zip file of the app.
- Read the user feedback:
- 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.”
- Implement changes that will improve the UI and make it conform to Material Design.
- Required Behavior
- App uses the Design Support library and its provided widget types (
FloatingActionButton
,AppBarLayout
,SnackBar
, etc). - App uses
CoordinatorLayout
for the main Activity. - App theme extends from
AppCompat
. - App uses an
AppBar
and associatedToolbars
. - App provides a
Floating Action Button
for the most common action(s). - App properly specifies elevations for app bars, FABs, and other elements specified in the Material Design specification.
- App has a consistent color theme defined in
styles.xml
. Color theme does not impact usability of the app. - App provides sufficient space between text and surrounding elements.
- App uses images that are high quality, specific, and full bleed.
- App uses fonts that are either the Android defaults, are complementary, and aren't otherwise distracting.
- App conforms to common standards found in the Android Nanodegree General Project Guidelines.
- App utilizes stable release versions of all libraries, Gradle, and Android Studio.
- App uses the Design Support library and its provided widget types (