Introduction
  • Introduction - What are we building in this course?
  • Download code, resources and some notes
Create our basic Application
  • Create our Basic Application
  • Create Main Fragments
  • Register Unsplash Developer Account
Photos Fragment - ButterKnife, Retrofit, GSON
  • Import ButterKnife
  • Create Photos View
  • Import GSON, Retrofit, Glide
  • Config GSON, Retrofit, Glide
  • Create models
  • Create PhotosAdapter
  • Get Photos From Unsplash
Collections Fragment
  • Create Collections - View
  • Create Collection Model
  • Create CollectionsAdapter
  • Get Collections from Unsplash
  • Create Collection View
  • Get Photos of Collection by ID
Set Wallpaper - Fullscreen Photo
  • FullscreenPhoto - View
  • FullscreenPhoto - Activity
  • Get photo from Unsplash by ID
  • Set Wallpaper function
Favorite Photos - Realm
  • Import and Initialize Realm
  • Create RealmController
  • Handle Favorite Button
  • Get all photos from Realm