Skip to content

wboyer/Android-Test

Repository files navigation

Android-Test

This is an Android app for miscellaneous prototyping. Currently it demonstrates the following things:

  • HLS video playback using VideoView.
  • Simple use of ListView and ArrayAdapter to display video playlists, allow their items to be clicked, and indicate which of their items are the ones currently playing.
  • Basic handling of the Android activity/fragment life-cycle.
  • AndroidHttpClient and AsyncTask to fetch asynchronously via HTTP.

Note that this app relies on an abstract representation of "media catalogs" that is defined by media-catalog. It also requires a library that provides a concrete catalog implementation. That library isn't part of this project, which means that you won't be able to build and run the app from this repo alone. I can mail you the .jar you need.

About

An Android app for miscellaneous prototyping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages