Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

plugin similar to showcaseview(android) to intel xdk

Daniel_C_
Beginner
807 Views

Does anyone know if there are any similar plugin to showcaseview (android) in intel XDK?

The showcaseview creates interactive tutorial for the user when he uses the application for the first time, for example.

0 Kudos
1 Solution
Swati_S_Intel1
Employee
807 Views

You can use overlay technique using CSS to create an overlay screen at the app startup. See this articles on CSS overlay technique. http://www.corelangs.com/css/box/fulloverlay.html

http://tympanus.net/codrops/2013/11/07/css-overlay-techniques/

 

View solution in original post

0 Kudos
2 Replies
Swati_S_Intel1
Employee
808 Views

You can use overlay technique using CSS to create an overlay screen at the app startup. See this articles on CSS overlay technique. http://www.corelangs.com/css/box/fulloverlay.html

http://tympanus.net/codrops/2013/11/07/css-overlay-techniques/

 

0 Kudos
Daniel_C_
Beginner
807 Views

Thanks Swati, I used the overlay technique and it was good.
 

0 Kudos
Reply