How to implement transparent layer to highlight UI elements in Android -


is there library or tutorial how implement call application tutorial feature.

when user open activity first time - activity doesn't stops layer shown above custom ui , elements (that being highlighted) activity still visible.

if words seem unclear, @ first screenshots here: can see on first screens here http://www.android-app-patterns.com/apps/app/209

the library found https://github.com/amlcurran/showcaseview doesn't allow arbitrary ui, afaik.

i work this:

  1. create fragment in activity.
  2. create style fragment (transparent,picture and...).
  3. create sharedpreference method , save status true when user first time open app ,and show fragment.
  4. set in oncreate : if (status!=true){ - show fragment -}

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -