A Simple Helloworld Android project which allows to translate a short text phrases and voice them using Google translate web service..
AndroidHelloTranslate is hosted in the following web site
https://github.com/alisovets/AndroidHelloTranslate
If you think the Android project AndroidHelloTranslate listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidHelloTranslate.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 7 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 7 image files in AndroidHelloTranslate. The names of the image files are listed as follows.
clear_text.png clear_text_p.png ic_action_swap.png speak_btn_bg.png speak_btn_bg_p.png switch_btn_bg.png switch_btn_png_p.png
The following screenshort is generated from the image listed above.
AndroidHelloTranslate has the following Java source files.
alisovets.example.hellotranslate.ConnectChecker.java alisovets.example.hellotranslate.MainActivity.java alisovets.example.hellotranslate.MainFragment.java alisovets.example.hellotranslate.Speaker.java alisovets.example.hellotranslate.TranslateRequestor.java alisovets.example.hellotranslate.dialog.AboutDialog.java alisovets.example.hellotranslate.dialog.NoNetworkDialog.java alisovets.example.hellotranslate.dialog.TranslateFailDialog.java