⚠️ Forum Maintenance: Feb 6th, 8am - 14pm (UTC+2)
Is QActivity extendable [solved]
-
Hei there is it possible to extend Qt android QActivity, override some functions, and then use it as mein activity? I would need it to guarantee a safer use of the Facebook SDK witch I recently merged in to my app.
Chears schabi
-
Yes. "Here":https://github.com/eskilblomfeldt/qthangman/blob/master/android-source/src/org/qtproject/example/hangman/HangmanActivity.java is an example.
-
All right thanks :)