Android app that brings up random topics of conversation from a dedicated database.
what2say is hosted in the following web site
https://github.com/sjunejo/what2say
If you think the Android project what2say 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 what2say.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | TapForTap.jar android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_PHONE_STATE android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in what2say. The names of the image files are listed as follows.
speechbubble.png
The following screenshort is generated from the image listed above.
what2say has the following Java source files.
com.sjunejo.utils.CSVLoader.java com.sjunejo.what2say.AboutPage.java com.sjunejo.what2say.AddDeleteTopics.java com.sjunejo.what2say.What2SayActivity.java com.sjunejo.what2say.sqlite.InitialData.java com.sjunejo.what2say.sqlite.SQLiteHelper.java com.sjunejo.what2say.sqlite.Topic.java com.sjunejo.what2say.sqlite.TopicsDataSource.java