Experiment to replicate the UI of the Apple Home app on Android, including some of the animations also.
Clone this repository and import into Android Studio
git clone [email protected]:stormset/SmartHome.git
The project does only implement the layout for the Home screen, where the controls reside, and also a sample settings screen.
Event listeners aren't hooked up either. Therefore it is incomplete.
The code is quite monolithic, and should be modularized. It's a very old project of mine. I don't plan on continuing this project.
Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request