Android implementation of tutorial screen -
i'm planning implement tutorial screen android app. plan tutorial screen looks like:
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
Post a Comment