Kotlin

A series of complete step-by-step tutorials to walk you through how to accomplish different tasks in Kotlin, from Getting Started to writing Android applications

SQLite Kotlin – Notes App – Android Studio Tutorial

In this tutorial we will make a “Notes App” using SQLite and Kotlin. It will contain following features. Enter Data Retrieve Data in ListView Update/Edit Data Delete Data Search Data Copy Data Share Data Step 01: Create a new Project or open new project Step 02: Create layout resource file under res>layout folder Step 03: Create new “Android Resource

SQLite Kotlin – Notes App – Android Studio Tutorial Read More »

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 »