Play with known transforming text into morse code.
NOTE TO DEVELOPERS:
This program can be used also as external service plugin or removing code from other programs in your program and thereby making it smaller and optimal.
To do this, you will have to declare the interface converter:
MorseP interface {
long [] convert (String str);
long [] convertirB (String str);
}
-convert transforms the string into a vector of time in milliseconds
-convertirB transforms the string into a numeric vector in which 0 is space, is 1 point, 2 line, 3 and 4 letter spacing space between words.
The service name your program should look for is "minimorse.intent.action.MINIMORSE"
If you use it and you see it useful, please leave a nice comment.
:)
Latest Version
1.3Uploaded by
Elijah Paul Moreno
Requires Android
Android 4.1+
Category
Free Communication AppContent Rating
Everyone
Security Report
Check Now
Report
Flag as inappropriateLast updated on Jun 11, 2025
Se actualiza por requerimiento de Google