DTS x PENS
  • DTS Junior Mobile Programmer
  • Modul 01 - Fundamental
    • Activity
      • Aplikasi Hitung Volume
    • Intent
      • Intent Explicit
      • Intent Implicit
    • Fragment
  • Modul 02 - Layout
    • Linear Layout
    • Relative Layout
    • Constraint Layout
  • Modul 03 - Aplikasi DTS x PENS
    • Splash Screen
    • Login Page
    • Sign Up Page
  • Recycler View
    • Praktikum RecyclerView
    • Praktikum RecyclerView - SuperHero
  • SQLite
    • Create
    • Read
    • Update
    • Delete
    • Detail
  • Retrofit
    • REST API
    • Retrofit
    • CRUD Retrofit
      • Service
      • Model
      • Constants
      • Adapter
      • Activity
  • Location Based Service
    • Google Maps
    • Current Location
  • Final Project
Powered by GitBook
On this page

Was this helpful?

  1. Retrofit
  2. CRUD Retrofit

Constants

public class Constants {

    public static final String URL_API = "https://vsga.herokuapp.com/";
    public static final String TOKEN = "aksdj02ejksjdk"; // Isi sendiri

}
PreviousModelNextAdapter

Last updated 5 years ago

Was this helpful?