I have been slowly looking at the latest APIs and how to use them in my spare time. Once I was able to get hold of the latest SDK as well as Android Studio, I started to see how I could redesign some apps based on material design principles.
Random Contact 2.2 |
Take a look at the new design below.
It will be interesting to note that the action bar and some text color change dynamically based on your contact's profile image. This is made possible due to a library called Palette which is part of Android. On a technical side, this app uses the following new features from Android.
- Recycler View
- Toolbar
- Card View
- Palette
https://play.google.com/store/apps/details?id=com.ae.apps.randomcontact
The source code for the app is available at github - https://github.com/midhunhk/random-contact
No comments:
Post a Comment