This application lets users to register and login, add remotes connected with TV in some location and control TV (changin channels, volume up/down etc.).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Little understanding of android apps, gradle and java.
A step by step series of examples that tell you how to get a development env running.
Clone repository
git clone <repo url>
Open project in Android studio. Add firebase acc or google-services.json to project.
To add firebase acc to project:
Open Tools > Firebase.
Choose Firebase > Auth > Email and pass auth
Click Connect to Firebase and login with your firebase account added to project in Firebase Platform.
Do not add Firebase to project because it is already added.
Run app.
No recommendation to put it on production.
- Firebase - Google's mobile platform that helps you quickly develop high-quality apps and grow your business
- Butter Knife - Field and method binding for Android views
- Gradle - Dependency management
There is no possibility to contribute - this is study project.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Do not try to understand the code.