android application to convert the incoming messages to morse code and vibrating the morse code.
MorseMessages is hosted in the following web site
https://github.com/vizay08/MorseMessages
If you think the Android project MorseMessages 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 MorseMessages.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 5 |
Activity Count | 6 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_CONTACTS android.permission.RECEIVE_SMS android.permission.VIBRATE |
There are 8 image files in MorseMessages. The names of the image files are listed as follows.
icon_s.png mc_compose.png mc_launcher.png mc_messagerecv.png mc_settings.png morsemessages_help.png morsemessages_vibration.png morsemessages_vibration_stop.png
The following screenshort is generated from the image listed above.
MorseMessages has the following Java source files.
utility.first.morsemessages.AboutActivity.java utility.first.morsemessages.ComposeActivity.java utility.first.morsemessages.HelpActivity.java utility.first.morsemessages.MainActivity.java utility.first.morsemessages.SettingsActivity.java utility.first.morsemessages.TestActivity.java utility.first.morsemessages.data.Data.java utility.first.morsemessages.database.Database.java utility.first.morsemessages.database.DatabaseTables.java utility.first.morsemessages.database.ListenerDatabase.java utility.first.morsemessages.listener.MorseMessageReceiver.java utility.first.morsemessages.morseconverter.MorseConverter.java utility.first.morsemessages.service.MorseMessageService.java utility.first.morsemessages.servicesupport.ServiceSupport.java utility.first.morsemessages.vibrator.MessageVibrator.java