
FelgoAndroidActivity integrates Felgo in a native Android application. More...
Import Statement: | import Felgo 3.0 |
Since: | Felgo 3.7.0 |
This item is available in native Android code.
Integrating QML content in your Android application requires a custom Activity base class. 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 } }
Any other Activities that do not show QML content do not require a special base class. Inside this Activity, you can show QML content anywhere using FelgoAndroidFragment.
For more information, see Integrate Felgo with Existing Applications.
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: