yuliskov / SmartTubeNext
- воскресенье, 3 января 2021 г. в 00:23:57
Java
Better YouTube experience on Android TV
SmartTubeNext is an unofficial YouTube client for Android TV.
Current release features:
Useful links:
The browse fragment is what is used to display the browseable categories and options card. The Icon Header Item Presenter is used to setup and display the categories in the headers dock and Card Presenter is used to display the Video cards.
The Playback Activity is used to play the video from categories. Which used the PlaybackFragment to display the playback controls over the top of the PlaybackActivity.
The Search Fragment allows users to search for video by either tags or usernames.
The Header Grid Fragment is used to show a grid of videos from either a Subscriptions or History.
Many of the screens used some of these custom components created especially for the needs of this app:
This view extends the ImageCardView class so that we add custom functionality. The functionality of this view is display a video preview of the video card that is currently in focus. It's made up of the following components:
To build, install and run a debug version, run this from the root of the project:
git clone https://github.com/yuliskov/SmartTubeNext.git
cd SmartTubeNext
git submodule update --init
gradlew buildStorigDebug
To run the unit tests for the application:
gradlew testDebugUnitTest
To run the user interface tests for the application:
gradlew connectedDebugAndroidTest
If you want to support my developments you are welcome to buy me a cup of coffee :)