A Java app based on the responsive design Apps, created by Achmad Rizki Nur Fauzie,
- Create Data
- Read Data
- Update Data
- Splash Screen
- Delete Data
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation "androidx.recyclerview:recyclerview:1.2.1"
implementation "androidx.cardview:cardview:1.0.0"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.1'
- GET DATA: https://ublmobilekmmi.web.id/kmmi_k1/posts.php?function=get_posts
- POST DATA: https://ublmobilekmmi.web.id/kmmi_k1/posts.php?function=insert_posts
- DELETE DATA: https://ublmobilekmmi.web.id/kmmi_k1/posts.php?function=delete_posts
- UPDATE DATA: https://ublmobilekmmi.web.id/kmmi_k1/posts.php?function=update_posts
- Clone the repo
- Install the dependicies
- Run it
https://drive.google.com/file/d/1Td8fI1-2216DPR7w0KmDPCMCThqx_W66/view?usp=drivesdk