Android Open Source - App message MorseMessages






Project Summary

android application to convert the incoming messages to morse code and vibrating the morse code.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of MorseMessages.

ItemValue
Java File Count15
Supported screen sizes[mdpi, hdpi]
Target SDK Version19
Minimum SDK Version5
Activity Count6
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.READ_CONTACTS
android.permission.RECEIVE_SMS
android.permission.VIBRATE




Resource Files

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.

null




Java Source Files

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