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
0
votes
2 answers

Android: Drawer menu + swipeView

I would like to implement a swipe views into my Sherlock fragments with the drawer menu. I did it and it seems works fine, owever, there is a minor issue that i can't figure out. So let's begin with some pices of my code: MainActivity public class…
0
votes
1 answer

How to implement SWIPE VIEW for android devices with lower versions?

I am working on a Phone Gap project implementing a SWIPE VIEW. I have implemented the swipe view using this. It works perfectly in devices with higher version-I have checked it in 4.1.2 version. The problem is that it is not working in devices with…
user
  • 1,001
  • 4
  • 21
  • 45
0
votes
1 answer

Implementing Swipe + Tiles Navigation view android

My First App I am trying to use Swipe + Tiles Navigation in android . I want to show a different string on each fragment / or tile . I used switch case to use a different string based on int position . The app checked out with no errors but keeps …
0
votes
0 answers

Nesting Swipeviews

I've come across a situation where I have parent SwipeView carousel (works fine) and inside one of the pages I need to make an image carousel (with swiping). I was hoping to use SwipeView for it, but I'm not having much luck. When I swipe the image…
stan229
  • 2,592
  • 19
  • 23
0
votes
2 answers

Use Fragment with ViewPager

I am using View pager to create a swipe view effect Now i want to implement different fragments on same activity fragments are different layout which are displayed according to the condition. I am stuck on how to create pagerAdapter and how to…
Shruti
  • 1
  • 13
  • 55
  • 95
0
votes
1 answer

Linking to other pages on SwipeView Slides

I implemented the touch slide using SwipeView (http://cubiq.org/swipeview) correctly but I need to go beyond and allow each image slide to link to another page. Have you ever done this? Please tell me how to achieve this! I've seen that in the…
0
votes
2 answers

Replacing a fragment from ViewPager android

SCENARIO I am creating a fragment structure with dynamic fragment creations. Each item in the fragment creates the next fragment. In the scenario I am storing all these fragments in the ArrayList of fragments so that I can easily replace the created…
0
votes
1 answer

Fragments inside swipe views rather than just views Android

I have been using this link to implement my two screen tabbed view, http://developer.android.com/training/implementing-navigation/lateral.html but my problem currently is that this demo only shows how to implement separate views on each tab such as…
0
votes
1 answer

Detect swipe direction with SwipeView

I'm use the great SwipeView library from cubiq.org. The fact it uses endless optimized scrolling is great but I can't seem to find how to cleanly detect the swipe direction. I need this to update the shown data accordingly.
Sander Versluys
  • 72,737
  • 23
  • 84
  • 91
0
votes
1 answer

Android RealViewSwitcher shows view partially

I've got the following problem. I'm using the RealViewSwitcher class (which extends ViewGroup and can be founded here ). I've got three views and swiping between them works well in both orientatons. However, when I change orientation dynamically…
BoredT
  • 1,590
  • 15
  • 19
0
votes
1 answer

Android:How can i make my page slide as the user clicks on button

How can i make my page slide as the user clicks on button instead of fling action.
vin
  • 337
  • 2
  • 18
-1
votes
1 answer

Load all QML's from folder

Is it possible to load all QML's from working directory subfolder to SwipeView? Amount of those QML's is unknown and will be changing in time (user may add new and delete old ones), so I think that I also need to reload (refresh) SwipeView when…
dany
  • 173
  • 1
  • 8
-1
votes
1 answer

Syntax for linking fragments to other activity

What is the syntax for a button in a fragment that when is clicked it would go to a listview activity? Any response would be appreciated. Thanks.
Mae
  • 1
  • 2
-1
votes
1 answer

Why tabs are not visible inside fragment?

In my app I want to use swipe views of four tabs inside a fragment. The four tabs are contains different fragments each and all the four fragments are sliding by swipe from right to left or vice versa. The fragments are working fine but the tabs are…
Biswajit
  • 1,829
  • 1
  • 18
  • 33
-1
votes
1 answer

Implementation of tickmarks

Im searching for a tutorial or an implementation of tickmarks for swipe navigation like this is mentioned on http://developer.android.com/training/design-navigation/descendant-lateral.html in figure 7. Im searching for this simple style with filled…
yN.
  • 1,847
  • 5
  • 30
  • 47
1 2 3
12
13