Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Ongghuen/diskoperindag-mobile

Repository files navigation

Ganti IP API

di com/ongghuen/diskoperindag/network/DiskoperindagApiService.kt

// ...

const val BASE = "http://192.168.100.2:8000" // ini yang diganti, sesuaiin sama host backend
const val BASE_URL = "${BASE}/api/"

private val moshi = Moshi.Builder().add(KotlinJsonAdapterFactory()).build()
// ...

TODO
  • Sleep
  • Notification each news are created
  • Notification additional message from diskoperindag

References:

Main Resources

Other References/Resources