A basic SMS app for android..
Texting is hosted in the following web site
https://github.com/rafkhan/Texting
If you think the Android project Texting listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Texting.
Item | Value |
---|---|
Java File Count | 5 |
Minimum SDK Version | 7 |
Activity Count | 2 |
Required Permissions | android.permission.READ_CONTACTS android.permission.READ_SMS android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.WRITE_SMS |
Texting has the following Java source files.
com.rafaelkhan.android.texting.DatabaseHandler.java com.rafaelkhan.android.texting.Launcher.java com.rafaelkhan.android.texting.NotificationService.java com.rafaelkhan.android.texting.SMSReceiver.java com.rafaelkhan.android.texting.ThreadActivity.java