Android Recyclerview Example – Show List of Emails Using Recyclerview

Hi and welcome to another tutorial from Codingdemos, today you will learn how to use Android Recyclerview to display a list of emails. The app will have 2 pages, the first (main) page will show you the list of emails and each email will have the following data:
– Sender
– Icon
– Title
– Description
– Favorite Button
– Time
When you tap on a specific row (Email), you will be directed to the second page which shows you the full email in details.

android recyclerview example

By the end of this article, we will have an app that looks like this. (Large preview)

Continue reading

Android Profile Page Design in XML Tutorial

Hi and welcome to another tutorial from Codingdemos, in this tutorial you will learn about Android profile page design, how you can design profile page in XML using Android Studio. In the profile page we will have a profile picture, a description and some statistics about the user and finally a button where you can follow and unfollow the user.

Android profile page design

By the end of this article, we will have an app that looks like this. (Large preview)

Continue reading