Assignment #3 :: YouTube
        


What the program does
This app uses YouTube's API to search and browse videos. All of your searches are stored in an SQLite database, and are dynamically recalled to match your current search.

Neat Features
  • Search suggestions show up dynamically as you type
  • Pulls images from YouTube and puts them in specialized lists

Stuff to fix
  • Add transitions while data is loading from YouTube
  • Change layouts from absolute to accomodate landscape views

Elements Used
  • SQLite Database
  • Tabs
  • ListView (customized with images)
  • Passes intent extras
  • HTTP Request / XML Parsing

Props & Resources
  • YouTube API
  • Thanks to Kyungsoo Im's example code
  • Thanks to Ross Squires' HTTP/XML code