An Internet of Things app for controlling all household eletrical devices.
Thus, Enabling wireless mobile based control of appliances in a domestic setting.
The code in this repository is only of Android and not the backend.
Backend consists of a raspberry pi running Django server, and a main server also running Django server.
Their are 4 java activity files
- HomeActivity.java
- SignUpActivity.java
- SignInActivity.java
- MainActivity.java
Java files uses REST APIs to communicate with the Django server.