A simple SMS app to demonstrate Android functionality.
SwipeTextApp is hosted in the following web site
https://github.com/sreeram103610/SwipeTextApp
If you think the Android project SwipeTextApp 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 SwipeTextApp.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_CONTACTS android.permission.READ_SMS android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.WRITE_SMS |
There are 2 image files in SwipeTextApp. The names of the image files are listed as follows.
compose.png sms.png
The following screenshort is generated from the image listed above.
SwipeTextApp has the following Java source files.
com.maadlabs.swipetext.AService.java com.maadlabs.swipetext.ComposeMessageActivity.java com.maadlabs.swipetext.DisplayMessageAdapter.java com.maadlabs.swipetext.MainActivity.java com.maadlabs.swipetext.Message .java com.maadlabs.swipetext.MessageListAdapter.java com.maadlabs.swipetext.Messages .java com.maadlabs.swipetext.OnTaskCompleted.java com.maadlabs.swipetext.SmsListener.java com.maadlabs.swipetext.ViewMessageActivity.java