Questions tagged [swipeview]

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS.

SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface for loading views dynamically, and efficient view loading, unloading and recycling.

Information:

Download

184 questions
-1
votes
1 answer

What does this code about swipe views/ tabs do?

I am working on swipe views and tab vies in Android Studio and while looking for help online i found the following code: public static player newInstance(int sectionNumber) { player fragment = new player(); Bundle args = new Bundle(); …
S Zain Bukhari
  • 135
  • 1
  • 1
  • 11
-1
votes
3 answers

How to make a swipe view screens without tab layout in android?

I am trying to figure out how to make a swipe view without a tab layout. In the figure above, 1. I want to make a swipe view that can navigate page left and right. 2. Icon 1 is a global menu that needed to be there all the time while swipping. …
bShah
  • 309
  • 1
  • 6
  • 19
-1
votes
2 answers

Navigation Drawer and Page Viewer in android

EDIT : After the recommendation of using TabStrip instead, I have been searching for it and I decided to used it instead of I was trying to do. So the problem is still the same but different code: In my navigation drawer I have a switch, which gives…
user1903
  • 790
  • 1
  • 6
  • 10
-2
votes
1 answer

Android swipe view UI like Crumblyy

I came across this app called Crumblyy, I would like to know how do I do apps which have swipe view like cards swipe like that app? I am looking at developing a custom app for myself for flashcards which would have similar cards layout and with the…
Arjun
  • 3
  • 3
1 2 3
12
13