How we show recyclerview item in random color in android April 18, 2021How we show recyclerview item in random color in android Paste this code in Your Adapter class in OnBindHolder() Random rnd = new Random()...Read More
Sharedpreferences singleton class in androidx November 26, 2020SharedPreferences singleton class in Androidx public class SingleTask extends Application { public SharedPreferences getSharedPreferences...Read More
Volley Singleton class in android November 26, 2020Volley Singlton class in androidx public class SingleTask extends Application { private RequestQueue requestQueue; private static ...Read More
Android important code for Application developement November 25, 2020 Important implicit intent 1. Open Url Intent in=new Intent(Intent.ACTION_VIEW, Uri.parse("https://deepsingh44.blogspot.com/...Read More
AutoCompleteTextView in Android August 21, 2020 In this blog i want tell you how we can create AutoCompleteTextView in android activity_main.xml <?xml version...Read More
How we can create CustomAlertbox in Android August 21, 2020 In this blog i will tell you how you can creat Custom alertbox in android activity_main.xml ...Read More
Simple login page in android August 15, 2020 How we can create simple login page in android activity_main.xml <?xml version="1.0" encod...Read More
How to connect android device with android studio using wifi August 13, 2020 Connect android device with android studio using wifi Step-1 Go to settings of Android studio Step-2 Then click on plugins option Step...Read More
How we can change app icon in android studio May 14, 2020 How we can change app icon in androidx I tell about how we can change app icon in android studio ... So let's start... Ste...Read More
Steps to change app name in androidx May 14, 2020 Steps to change app name in androidx I tell you How we change name in android studio after when you start a working on your proje...Read More
Steps to create first app in android May 11, 2020 How we create first app in Android So Let’s we create a Simple project and show “hello world”..... Before creating...Read More