Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 430 Bytes

PopularMovies

Stage 1 Project submission for Udacity Fast track Android Developer course

Topics Covered

  1. Layout Design
  2. Connecting to Internet
  3. Parsing JSON strings into objects
  4. Using RecyclerView with GridLayout
  5. using AsyncTask for background processing
  6. using 3rd party library like picasso for Image display
  7. navigating between Activities and passing objects
  8. menu creation and responding to menu events