Jignesh Lathiya

Share a Knowldge about Wrodpress , Playstore, Admob , Adsens, Facebook Marketing, Intagram Marketing, SEO and Technology News

Volley JsonArrayRequest – kotlin Android

Android Volley JsonArrayRequest to Post ArrayList data to the server.Store Data in Locle recyclerView list and send to the server.  JsonArrayRequest — A request for retrieving a JSONArray response body at a given URL Example of volley json arrayRequest in kotlin MainActivity.kt VolleySingleton.kt activity_main.xml add this line into app.gradle [dependencies] Out Put

Volley JsonArrayRequest – kotlin Android Read More »

Swipe Refresh Layout example kotlin in android

Pull to Swipe Refresh Layout is a gesture that is being used in a lot of popular apps, apps where content updates are frequent, like news, social media e.t.c. In Android development this gesture it’s called ‘Swipe to Refresh‘ Methods are: – setOnRefreshListener(OnRefreshListener): adds a listener to let other parts of the code know when refreshing begins.– setRefreshing(boolean): enables or disables progress visibility.– isRefreshing(): checks

Swipe Refresh Layout example kotlin in android Read More »

circle shape xml android

This is a simple circle shape xml as a drawable in Android. Note: To make the oval shape appear as a circle, in these examples, either your view that you are using this shape as its background should be a square or you have to set the height and width properties of the shape tag to an equal value. Android Example, Circle shape in XML drawable file on Android, custom cricle shape, custom butom,

circle shape xml android Read More »