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 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

Android Strikethrough Text – How to Crossed Out a TextView

Hi and welcome to another tutorial from Codingdemos, in this tutorial you will learn how to use Android strikethrough text to crossed out the text in the TextView and the Button. You can crossed out a text when you want to show the current and discount price or while you are editing some text in a notepad.

We will build a demo app that will have a TextView with text and 2 Buttons. When you tap on the button, the text inside the TextView and the Button will have strikethrough text, when you tap again for the second time Android strikethrough text will be removed.

Android strikethrough text

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

Continue reading