Skip to content

Instantly share code, notes, and snippets.

@sagar-viradiya
Created October 8, 2020 17:18
Show Gist options
  • Save sagar-viradiya/9d14a83a4f2dc4767d987e1b8aabb85e to your computer and use it in GitHub Desktop.
Save sagar-viradiya/9d14a83a4f2dc4767d987e1b8aabb85e to your computer and use it in GitHub Desktop.
DevFest India 2020 Day 2 - URLs
// Base URL to access webserver: RetrofitBuilder.kt file
private const val BASE_URL = "https://api.themoviedb.org/3/"
// Base URL for image: MoviesAdapter.kt file
private const val IMAGE_BASE_URL = "https://image.tmdb.org/t/p/w500"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment