How to Prevent ANR? 17:53 0 comments What is an ANR? When your app performs intensive work in response to user interaction, this single thread model can yield... Read more
Why would a java developer switch to kotlin ? 13:08 0 comments Java is a widely used programing language and form the Basis of android development. There are many reasons you have to switch... Read more
Why we used Singleton Class? 15:39 0 comments Purpose of Singleton: The main purpose of the singleton class is to object creation, limiting the number of objects... Read more
Volley Basic Authorization 13:06 0 comments Basic Authorization : You have to Add { @Overridepublic Map getHeaders() throws AuthFailureError { Map params = new HashMap(); ... Read more
How to call volley Library ? 12:48 0 comments Volley Overview Volley is an HTTP library that makes networking for android apps and most Important. You have to find multiple... Read more