Mini morse

Content rating
Everyone
5K+
Downloads
Content rating
Everyone
Learn more
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

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.
:)
Transforms text in morse code automatically
Updated on
Sep 11, 2026

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
  • No data shared with third parties
    Learn more about how developers declare sharing
  • No data collected
    Learn more about how developers declare collection

What’s new

Se actualiza por requerimiento de Google