Mini morse
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. :)