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:

  1. is best way put gui on top of nativeactivity
  2. is possible
  3. 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

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -