Android Timepicker – Use EditText to Show TimePickerDialog

Hi and welcome to another tutorial from Codingdemos, today you will learn how to use Android TimePicker to select the time from Android TimePickerDialog and show it inside Android EditText.

You will build an Android app that contain an EditText, once you tap on it you will see an Android TimePickerDialog which allows you to choose the time and the selected time will appear later inside Android EditText.

android timepicker example

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

Continue reading

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