Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xwz committed Sep 18, 2015
1 parent 077b99f commit 7874a77
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file modified docs/details.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/home.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/main.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/sbs-films.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion iview/iview.iml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
<orderEntry type="library" exported="" name="okhttp-2.5.0" level="project" />
<orderEntry type="library" exported="" name="okio-1.6.0" level="project" />
<orderEntry type="library" exported="" name="picasso-2.5.2" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.0.0" level="project" />
<orderEntry type="library" exported="" name="DBFlow-Core-2.2.1" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.0.0" level="project" />
<orderEntry type="module" module-name="base" exported="" />
</component>
</module>
2 changes: 1 addition & 1 deletion sbs/sbs.iml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
<orderEntry type="library" exported="" name="okhttp-2.5.0" level="project" />
<orderEntry type="library" exported="" name="okio-1.6.0" level="project" />
<orderEntry type="library" exported="" name="picasso-2.5.2" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.0.0" level="project" />
<orderEntry type="library" exported="" name="DBFlow-Core-2.2.1" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.0.0" level="project" />
<orderEntry type="module" module-name="base" exported="" />
</component>
</module>

0 comments on commit 7874a77

Please sign in to comment.