|
Assignment #3 :: YouTube
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.
- Search suggestions show up dynamically as you type
- Pulls images from YouTube and puts them in specialized lists
- Add transitions while data is loading from YouTube
- Change layouts from absolute to accomodate landscape views
- SQLite Database
- Tabs
- ListView (customized with images)
- Passes intent extras
- HTTP Request / XML Parsing
- YouTube API
- Thanks to Kyungsoo Im's example code
- Thanks to Ross Squires' HTTP/XML code
|