An Android auto SMS replier app
This project is aimed at making an Android app which will Auto reply messages with a default message so that you will not get disturbed.
This project is an Android app developed in Kotlin
-
When you go to the src you will see 6 files
-
The FileIO file will hold all the constants i.e constant values for the Project
-
The MainActivity is the class which is the main running application of the class
-
MessageFileIO is the class which will contain all the IO operations between files and application
-
SMSBroadcastGenerator is the class which acts as the broadcast receiver for incoming SMS
-
SMSService is the service that will look at registering and unregistering the Broadcast receiver and look at its lifetime
-
Validation is the class that will validate the data before acting on it