Home:ALL Converter>how can you make a toplevel window on android through qt or by calling JNI through qt?

how can you make a toplevel window on android through qt or by calling JNI through qt?

Ask Time:2021-02-18T17:13:44         Author:TensaDev

Json Formatter

I wanted to make an android app or activity ( sry i don't know much about android ) using qt that is topLevel this thing works for me in windows using the Qt::Popup flag but on android i don't know how i can make my little window always on top of others apps while letting me use what's in the background normally like how apps like messenger can display a little bubble when you got a knew message and let's you touche whatever is not under the bubble normally. it seems that i can call JNI through qt, i don't know if that helps finding a solution ..

Author:TensaDev,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/66256849/how-can-you-make-a-toplevel-window-on-android-through-qt-or-by-calling-jni-throu
yy