Android implementation of tutorial screen -


i'm planning implement tutorial screen android app. plan tutorial screen looks like: enter image description here

there several screens , can swipe between than. every view has custom design. there dots represents every screen, , show page watching now. need good-looking transition adequate animations. screen full screen activity.

i have found several image galery, don't want slide between images, need slide between views.

i not need code this. need instruction in way can done, , elements need use in order achieve targeted design.

thanks in advance.

you'll want use viewpager in conjunction fragments, instructions on android developer's website.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -