diff --git a/README.md b/README.md index 8778a7e..2b89827 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ -# iview-android-tv -ABC iview for Android TV sample project. +Android TV apps for Australian ABC iview and SBS +2 basic TV apps that will stream content from ABC iview and SBS. + +ABC iview for Android TV +------------------------- ![main](docs/main.jpg) ![details](docs/details.jpg) + +SBS for Android TV +------------------ +![home](docs/home.jpg) +![films](docs/sbs-films.jpg) + + +To build +-------- +Create a file named `app.properties` in the project that +defines the API urls for the ABC iview and SBS services. + +See gradle build error messages for details. diff --git a/docs/details.jpg b/docs/details.jpg index a6e9e66..f30d478 100644 Binary files a/docs/details.jpg and b/docs/details.jpg differ diff --git a/docs/home.jpg b/docs/home.jpg new file mode 100644 index 0000000..e9a41f9 Binary files /dev/null and b/docs/home.jpg differ diff --git a/docs/main.jpg b/docs/main.jpg index a0f4103..c5572be 100644 Binary files a/docs/main.jpg and b/docs/main.jpg differ diff --git a/docs/sbs-films.jpg b/docs/sbs-films.jpg new file mode 100644 index 0000000..f485939 Binary files /dev/null and b/docs/sbs-films.jpg differ diff --git a/iview/iview.iml b/iview/iview.iml index a40c727..719b35c 100644 --- a/iview/iview.iml +++ b/iview/iview.iml @@ -113,8 +113,8 @@ - + \ No newline at end of file diff --git a/sbs/sbs.iml b/sbs/sbs.iml index 72b4102..78ce17d 100644 --- a/sbs/sbs.iml +++ b/sbs/sbs.iml @@ -113,8 +113,8 @@ - + \ No newline at end of file