FelgoAndroidActivity integrates Felgo in a native Android application. More...
Import Statement: | import Felgo 4.0 |
Since: | Felgo 3.7.0 |
This Native App Integration item is available in native Android code.
It allows easy integration of QML content in your Android application. Extend any Activity where you would like to show QML content from FelgoAndroidActivity:
public class MyQmlActivity extends FelgoAndroidActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); // more Activity setup } }
Inside this Activity, you can show QML content anywhere using FelgoAndroidFragment. Use a regular Activity
or any other base type for Activities that do not show QML
content.
Note: It is also possible to show QML content from an Activity
with a different base type. In this case, forward the Activity
lifecycle methods to FelgoAndroid.
For more information, see Native App Integration.
See also FelgoAndroid.
void onQmlInitialized() |
FelgoAndroidFragment calls this method when the QML scene has been loaded.
You can override it to perform any additional initialization logic.
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: