Android Open Source - App text TextEncoder






Project Summary

An android text encoder application that supports ASCII, Binary, Decimal, Hexadecimal, and Base64.

Web Site / Source Repository

TextEncoder is hosted in the following web site
https://github.com/vscarpenter/TextEncoder

If you think the Android project TextEncoder 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 TextEncoder.

ItemValue
Java File Count9
Supported screen sizes[xxxhdpi, mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version9
Activity Count1
jar files usedcommons-codec-1.9.jar




License

The license information of TextEncoder is as follows:

Apache License

Resource Files

There are 33 image files in TextEncoder. The names of the image files are listed as follows.

apptheme_btn_default_disabled_focused_holo_dark.9.png
apptheme_btn_default_disabled_holo_dark.9.png
apptheme_btn_default_focused_holo_dark.9.png
apptheme_btn_default_normal_holo_dark.9.png
apptheme_btn_default_pressed_holo_dark.9.png
apptheme_btn_radio_off_disabled_focused_holo_dark.png
apptheme_btn_radio_off_disabled_holo_dark.png
apptheme_btn_radio_off_focused_holo_dark.png
apptheme_btn_radio_off_holo_dark.png
apptheme_btn_radio_off_pressed_holo_dark.png
apptheme_btn_radio_on_disabled_focused_holo_dark.png
apptheme_btn_radio_on_disabled_holo_dark.png
apptheme_btn_radio_on_focused_holo_dark.png
apptheme_btn_radio_on_holo_dark.png
apptheme_btn_radio_on_pressed_holo_dark.png
apptheme_list_activated_holo.9.png
apptheme_list_focused_holo.9.png
apptheme_list_longpressed_holo.9.png
apptheme_list_pressed_holo_dark.9.png
apptheme_list_selector_disabled_holo_dark.9.png
apptheme_spinner_default_holo_dark.9.png
apptheme_spinner_disabled_holo_dark.9.png
apptheme_spinner_focused_holo_dark.9.png
apptheme_spinner_pressed_holo_dark.9.png
apptheme_text_select_handle_left.png
apptheme_text_select_handle_middle.png
apptheme_text_select_handle_right.png
apptheme_textfield_activated_holo_dark.9.png
apptheme_textfield_default_holo_dark.9.png
apptheme_textfield_disabled_focused_holo_dark.9.png
apptheme_textfield_disabled_holo_dark.9.png
apptheme_textfield_focused_holo_dark.9.png
ic_arrow.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.csab.TextEncoder.AsciiMessage.java
com.csab.TextEncoder.Base64Message.java
com.csab.TextEncoder.BinaryMessage.java
com.csab.TextEncoder.Converter.java
com.csab.TextEncoder.DecimalMessage.java
com.csab.TextEncoder.HexMessage.java
com.csab.TextEncoder.MainActivity.java
com.csab.TextEncoder.Message.java
com.csab.TextEncoder.OctalMessage.java