How to format Date and Time in Java Admin September 26, 2019 Add Comment Edit In Java we constantly need to format date and time. so for that we can use the class SimpleDateFormat. So i will show how to get a Date ins... Read More
How to give alternate colors to rows in RecyclerView Admin September 23, 2019 Add Comment Edit In Recyclerview in Android we may want to give alternate colors to the rows. I will show you an easy way to do that, just put the below cod... Read More
Add Back Button to ActionBar in Android easily Admin September 23, 2019 Add Comment Edit We may want to add a back button in the top left side of ActionBar. Today i will show you how to easily do it.It can be done easily by add... Read More
Check If Internet Available in Android Programmatically Admin September 22, 2019 Add Comment Edit We want to check if internet is available before doing something, so for that we can use the following method. Read More
How to get IMEI Number Programatically in Android Admin September 16, 2019 Add Comment Edit IMEI Number is known as International Mobile Equipment Identity. Every mobile will have a unique IMEI number,So to find the IMEI number use... Read More
Android AlertDialog Tutorial Admin September 13, 2019 Add Comment Edit Alert Dialog is used to show Yes/No alert to users.Example source code is given below Read More