Android app/game which allows you to record speech and play it in reverse..
WordFlip is hosted in the following web site
https://github.com/vinkstuff/WordFlip
If you think the Android project WordFlip 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 WordFlip.
Item | Value |
---|---|
Java File Count | 3 |
Activity Count | 1 |
Required Permissions | android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\databases\words_db.db |
There are 6 image files in WordFlip. The names of the image files are listed as follows.
play_icon.png play_reverse_icon.png record_off_icon.png record_off_icon_2.png record_on_icon.png record_on_icon_2.png
The following screenshort is generated from the image listed above.
WordFlip has the following Java source files.
com.filipvinkovic.wordflip.ApplicationTest.java com.filipvinkovic.wordflip.database.Database.java com.filipvinkovic.wordflip.main.MainActivity.java