android - NativeActivity spawn standard Activity problems -
i have nativeactivity app ideally want display standard gui layout on top of @ 1 point. ive looked around alot , tried various things people have suggested cant seem work.
the main reponse ive found seems way create new intent , start new class extended activity. in new class use setcontentview(...) set layout use.
i have got new activity starting , indeed call setcontentview seem have pure black screen
i guess questions are:
- is best way put gui on top of nativeactivity
- is possible
- am missing obvious
many thanks
in various video players put semitransparent activity various ui controls on fullscreen activity plays video. fullscreen activity can native.
Comments
Post a Comment