Android SMS Client.
smsdemo is hosted in the following web site
https://github.com/gregfmartin/smsdemo
If you think the Android project smsdemo 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 smsdemo.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [xxxhdpi, mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Minimum SDK Version | 19 |
Activity Count | 2 |
Required Permissions | android.permission.READ_CONTACTS android.permission.READ_PHONE_STATE android.permission.READ_SMS android.permission.RECEIVE_MMS android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.WRITE_SMS |
There are 4 image files in smsdemo. The names of the image files are listed as follows.
ic_preferences.png ic_sms_send.png sms_threadnode_leftside.9.png sms_threadnode_rightside.9.png
The following screenshort is generated from the image listed above.
smsdemo has the following Java source files.
com.gregfmartin.smsdemo.ApplicationCore.java com.gregfmartin.smsdemo.Main.java com.gregfmartin.smsdemo.components.activities.ConversationThreadViewer.java com.gregfmartin.smsdemo.components.adapters.ConversationStubAdapter.java com.gregfmartin.smsdemo.components.adapters.ConversationThreadAdapter.java com.gregfmartin.smsdemo.components.fragments.ConversationStubListing.java com.gregfmartin.smsdemo.components.fragments.Preferences.java com.gregfmartin.smsdemo.components.preferences.RequestChangedDefaultMsgApp.java com.gregfmartin.smsdemo.components.receivers.MmsReceiver.java com.gregfmartin.smsdemo.components.receivers.SmsReceiver.java com.gregfmartin.smsdemo.components.services.HeadlessSmsSenderService.java com.gregfmartin.smsdemo.entities.Contact.java com.gregfmartin.smsdemo.entities.Conversation.java com.gregfmartin.smsdemo.entities.ConversationListing.java com.gregfmartin.smsdemo.entities.SmsMessage.java