david ortiz steroids oral steroids what do steroids do to your body moon face steroids liver steroids steroids for bronchitis types of steroids

How to Use Android Share Intent With Recyclerview

Hi and welcome to another tutorial from Codingdemos, today you will learn how to use Android share intent to share content from the app to other apps. You will build an Android app that uses Recyclerview & Cardview to show a list of beach pictures, with 2 buttons that will allow you to share content and open a URL in a browser.

Android Share Intent With Recyclerview

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

Continue reading

Android CardView Example With Gridlayout

Hi and welcome to another tutorial from Codingdemos, in this Android CardView example you will learn how to use Android CardView with Recyclerview and Gridlayout. You will build an Android app that show pictures of flowers and their names, when you tap on any picture you will move to a detail page that shows you the flower picture, name and the details.

Android CardView Example With Gridlayout

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

Continue reading

Android Gridlayout Example With Recyclerview

Hi and welcome to another tutorial from Codingdemos, in this tutorial you will learn how to use Android Gridlayout with Recyclerview. You will build an Android app that shows you pictures of natural places, when you tap on any of the picture you will be directed to a detail page which shows you the picture in full size.

Android gridlayout example

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

Continue reading

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