All Projects → codepath → android-lollipop-exercise

codepath / android-lollipop-exercise

Licence: other
Android app to introduce lollipop features

Programming Languages

java
68154 projects - #9 most used programming language

Android Lollipop Exercise

Android app to use as the base app for implementing the following material widgets and animations that were introduced in Android 5.0 (API level 21).

  • RecyclerView (the new ListView)
  • CardView (custom outline and shadow)
  • Ripple animation (touch feedback)
  • Palette (Incorporate dynamic color)
  • Shared Element Activity Transition
  • Floating Action Button

The app is composed of two screens. The first screen displays a list of contacts, in which, each item is described by the contact's avatar and name. Once a contact is selected from the list, a second screen appears with additional details about the contact, including his contact no. and a floating action button to place a phone call to this contact.

Contact List

Screenie|300

Contact Details

Screenie|300

Overview

The app does the following:

  1. It uses a RecyclerView to display a list of contacts.
  2. CardView is used to display each contact in the list.

Suggested extensions:

  1. Add ripple effect to CardView to provide touch feedback.
  2. Use Palette to add dynamic color to contact item's background. Use the same color as the accent color for the views in details screen.
  3. Add shared element activity transition to provide a seamless experience by emphasizing continuity between activity transitions.
  4. Add a floating action button, clicking on which should enable you to directly place a call to your contact.

Libraries

This app leverages the following third-party library:

  • Glide - For image loading
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].