I had creat a gluon project ,then I put some folders and files under assets folder(Android) and I want to read the files in application,now how do I can read the assets folder ? or how do I get the android Context or AssetManager ? under gluon project there is no Activity class or any class extends Activity.I had read all of the gluonMobile API, javaFXports API and developer docs, there is no help! Dose anyone can help me? I nearly got crazy!
相关问题
- Gluon Mobile ScrollPane Optimization
- How to request permissions during run time when us
- gluon android splash screen
- Schedule a Task in Android using ALARM_SERVICE ser
- Strange Gluon project structure for JavaFX - Andro
相关文章
- Strange Gluon project structure for JavaFX - Andro
- mobileapplication.mobileevent BACK_BUTTON_PRESSED
- How to set request orientation in runtime?
- Javafx android mysql connect over ssh
- create a polyline in gluon mapLayer
- Run debugger on javaFX project in android
- JavaFX Android Port - Google Play Services
- Export JavaFX project to android
FXActivity
which you obtain viaFXActivity.getInstance
extends Activity, thus you can callfxActivity.getAssets()
to get an instance ofAssetManager