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:
- create fragment in activity.
- create style fragment (transparent,picture and...).
- create sharedpreference method , save status true when user first time open app ,and show fragment.
- set in oncreate : if (status!=true){ - show fragment -}
Comments
Post a Comment