My Web App APK

My Web App  Icon
0/5
0 Ratings
Developer
Wagner Alvarenga
Current Version
2.5
Date Published
File Size
14.0 MB
Package ID
com.brainatoms.mywebapp
Price
$ 0.00
Downloads
425+
Category
Android Apps
Genre
Tools

APK Version History

Version
2.5 (7)
Architecture
universal
Release Date
August 29, 2023
Requirement
Android 11.0+
Version
2.4 (6)
Architecture
universal
Release Date
August 29, 2023
Requirement
Android 11.0+
Version
2.0 (2)
Architecture
universal
Release Date
August 29, 2023
Requirement
Android 3.0+
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot
  • My Web App Screenshot

About Radio FM 90s

MyWebApp is an Android App that loads a index.html (local web site) file located under MyWebApp folder of your SD card.

Copy your custom web content to the MyWebApp folder. You can use HTML, CSS and Javascript files. Then reload the App to view your content.

FEATURES

You can call predefined functions from your Javascript code using 'window.external.FunctionName(Optional Parameters);'. Replace FunctionName and Optional Parameters according with the function called. Some functions are:
- GetWidth()
- GetHeight()
- GetAndroidID()
- GetUserAccount()
- FileExist('test.txt')
- FileWrite('test.txt', 'Test data.')
- FileLoad('test.txt')
- FileDelete('test.txt')
- CreateDirectory('temp')
- DeleteDirectory('temp')
- GetContact() fires onContactPickerSuccess(vlstrName, vlstrNumbers) and onContactPickerFail(vlstrError).
- GetPicture() fires onGetPictureSuccess(vlintResultCode) and onGetPictureFail(vlintResultCode). On success you need to call window.external.GetPictureData() for the Base64 image data.
- StartTTSService()
- SetSpokenLanguage(LanguageCode) Ej: 'en', 'spa', 'es', etc.
- SpeakText(Text)
- CancelTTSService()
- MsgBox(Message)
- PlayBeep(Tone) Ej: 28
- PlaySound('http://soundbible.com/mp3/Music_Box-Big_Daddy-1389738694.mp3')
- CancelToast()
- EnableToast()
- and more to come.

What's New in this version