Kotlin-Retrofit-CRUD

Android Retrofit Connect to Server

Languages

  • Kotlin
  • MySQL
  • PHP

SQL Commands

  • INSERT
  • SELECT
  • UPDATE
  • DELETE

Add this to your module’s build.gradle file

dependencies {

  implementation 'com.squareup.retrofit2:retrofit:2.9.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

    implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
    implementation("com.squareup.okhttp3:okhttp")
    implementation("com.squareup.okhttp3:logging-interceptor")
}

Screenshots

Screenshot_1657112124 Screenshot_1657112142 Screenshot_1657112145 Screenshot_1657112136

GitHub

View Github