/youtube-player-android

Youtube player app - Android (Oreo)

Primary LanguageJava

youtube-player-android

  1. Async task to download data without blocking the main UI thread
  2. Used the built-in HTTP to download data from internet
  3. Used supplied xml parser classes to parse xml from the downloaded data and to store the values in our objects
  4. List view widget is designed for displaying this lists of data and we saw how to connect to a basic adapter
  5. Created our own custom adapter to give more control over how the data is displayed in the list view
  6. Created our own menus and menu groups and writing code to respond to the different menu items being selected