Skip to content

Android Boilerplate project using RxJava, Dagger 2, Espresso, Mockito + more! for Android TV

Notifications You must be signed in to change notification settings

nakul91/android-tv-boilerplate

 
 

Repository files navigation

#Android TV Boilerplate Build Status

Loading Card

This is an Android TV Boilerplate project which should make it easy for you to get started when wanting to create your own application for the Android TV platform!

The project is setup using:

The boilerplate currently has two core screens implemented and ready to feed data into:

##Browse

Loading Card

##Search

Loading Card

#Check

To check the code style and run unit tests:

./gradlew check

#Building

To build, install and run a debug version, run this from the root of the project:

./gradlew assembleDebug

#Unit Tests

To run the unit tests for the application:

./gradlew testDebugUnitTest

#User Interface Tests

To run the user interface tests for the application:

./gradlew connectedDebugAndroidTest

About

Android Boilerplate project using RxJava, Dagger 2, Espresso, Mockito + more! for Android TV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%