Hi and welcome to another tutorial from Codingdemos. Today you will learn how to send email from within your app using Android email intent. Let’s start coding 🙂
By the end of this tutorial, you will have an app that looks like this. (Large preview)
Hello and welcome to another tutorial from Codingdemos, today you will learn how to use Android AutoCompleteTextview. This AutoCompleteTextview view allows you to shows a dropdown list of text as you type inside this EditText. Let’s open Android Studio and build the app 🙂
By the end of this tutorial, you will have an app that looks like this. (Large preview)
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.
By the end of this tutorial, you will have an app that looks like this. (Large preview)
Hi and welcome to another tutorial from Codingdemos, in this tutorial you will learn how to add rating stars to your Android app using Android ratingbar. We will build a demo app that uses Android ratingbar to allow the user to rate the food service and share their overall experience.
By the end of this article, we will have an app that looks like this. (Large preview)