/xyzreader

XYZReader app that adhers to material design specs, for the mock data provided.

Primary LanguageJava

xyzreader

Project developed as part of udacity android developer nanodegree. Main objective of this app is to change the given app to fit the material design spec.

Features The app includes the following features

  • 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 app bar and associated toolbars.
  • App provides a Floating Action Button (FAB) for the most common action(s).
  • App properly specifies elevations for app bars, FABs, and other elements specified in the Material Design specification.
  • App provides sufficient space between text and surrounding elements.
  • App has a consistent color theme defined in styles.xml. Color theme does not impact usability of the app.
  • 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.

License

    Copyright Gauthama Nair

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.