Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.04 KB

Java-Retrofit-CRUD

Android Retrofit Connect to Server

Languages

  • Java
  • 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_1657049386 Screenshot_1657049402 Screenshot_1657049408 Screenshot_1657049424