https://github.com/corochann/androidtvapptutorial
Hands on tutorial for coding Android TV app from scratch
https://github.com/corochann/androidtvapptutorial
android android-app android-development android-tv tutorial
Last synced: 9 months ago
JSON representation
Hands on tutorial for coding Android TV app from scratch
- Host: GitHub
- URL: https://github.com/corochann/androidtvapptutorial
- Owner: corochann
- Created: 2015-06-28T10:39:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T04:28:10.000Z (about 5 years ago)
- Last Synced: 2025-04-02T09:08:56.893Z (10 months ago)
- Topics: android, android-app, android-development, android-tv, tutorial
- Language: Java
- Size: 1.2 MB
- Stars: 231
- Watchers: 18
- Forks: 90
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidTVappTutorial

## Introduction
A sample application for understanding Android TV specific features, especially Leanback support library.
Many of the implementation is based on Android TV sample application provided by AOSP,
and [androidtv-Leanback](https://github.com/googlesamples/androidtv-Leanback) provided by Google.
Please check the tutorial below
**[Android TV application hands on tutorial] (http://corochann.com/android-tv-application-hands-on-tutorial)**
## License
(c) Copyright 2015 corochann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.