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
38
votes
5 answers

Remove loading spinner in SwipeRefreshLayout

I use a SwipeRefreshLayout to reload the content of a listview. It works and the onRefreshListener is triggered but the small loading spinner that appears onswipe doesn't want to dismiss after the loading is complete. Is there a way to make it go ?…
Labe
  • 1,262
  • 2
  • 20
  • 30
24
votes
6 answers

Android Swipe View with Tabs Without Using the V4 support library

I've created a swipe view with tabs as described in the android documentation several times before. In fact, stepping through the Eclipse project wizard pretty much sets you up with the basic ui using a ViewPager. My question is this: The…
SBerg413
  • 14,515
  • 6
  • 62
  • 88
20
votes
3 answers

Android new Inbox app style listview with swipe left and right

m trying to build android new inbox style listview with swipe left and right as shown in this image , i have tried 47deg swipelistview but its not that stable , is there any other library available?! Tried so far with 47 deg public class…
DjHacktorReborn
  • 2,908
  • 2
  • 20
  • 29
11
votes
1 answer

Swipeview - show preview/snippet of next item?

I am using Swipeview (http://cubiq.org/swipeview) to create a touch-enabled carousel working on an iPhone and Android. The basics works great. My problem starts when i try to get it to show 25% of the next slide pr default. The idea is that the user…
brother
  • 7,651
  • 9
  • 34
  • 58
10
votes
2 answers

swipe some part of the screen

I am trying to design one screen which contain some swipe part. I have one screen with mapview, listview and some text. My Mapview is main part of swipe, if i swipe at left then contact will shown and if i swipe right then address will be…
Sandip Armal Patil
  • 6,241
  • 21
  • 93
  • 160
8
votes
2 answers

How implement swipe, snap to move page (ionic + angularjs)

I developing with Ionic framework and angularjs. My app have about 5 menu and design like google play store New product Bestseller Promotion Store ... How do swipe to move "New product" to Bestseller page,...(google store play - like) This my…
NextMobi
  • 81
  • 1
  • 1
  • 4
7
votes
1 answer

Error incompatible types: android.app.FragmentManager cannot be converted to android.support.v4.app.FragmentManager

Error Error incompatible types: android.app.FragmentManager cannot be converted to android.support.v4.app.FragmentManager is drving me nuts. In my app, I have 3 navigation drawer item, timesheet,claim and view, created in MainActivity. Now I wanted…
Tony
  • 2,515
  • 14
  • 38
  • 71
7
votes
3 answers

On iPhone, Vimeo Javascript API .play() function doesn't work until the video has been played

I'm using SwipeView (http://cubiq.org/swipeview) to create a swipeable slideshow on touchscreen devices. This is simple enough with images, but I want to include a Vimeo video in the slideshow as well. Unfortunately, because the iFrame captures your…
Ryan Giglio
  • 1,085
  • 1
  • 14
  • 26
7
votes
2 answers

How to set the default tab of multiple swipe views with tabs?

I am really stuck. I did four Swipe Views with Tabs in my main activity but what I want is when user opens the application it shows automatically the second tab not the first one. This is my MainActivity.java public class MainActivity extends…
Hamed Baatour
  • 6,664
  • 3
  • 35
  • 47
6
votes
1 answer

QML Swipeview dynamically add pages

I am very new to programming and trying to get swipeview to dynamically add pages. My main.qml is in the code below . I have the Settings page Serialsettings.qml displayed statically . Now i would like to add other qml pages . The way how i want to…
Markus
  • 319
  • 5
  • 18
6
votes
0 answers

Vertical Viewpager on newest Android Support Library gives Errors

I am using the VerticalViewpager by Jake Wharton but it gives Errors with the newest Android Support Library: package android.support.v4.view; public final class VerticalViewPagerCompat { private VerticalViewPagerCompat() {} public interface…
5
votes
2 answers

View Pager tabs in middle of fragment

How do i implement these tabs, the same as in Google plus profile page? I think I can't use ActionBar tabs as they are clinged to ActionBar. I want the tabs to be below an image like in this image. Also i want these tabs to be fixed. I want three…
gitter
  • 1,706
  • 1
  • 20
  • 32
4
votes
1 answer

QML: Mid-swipe position of item in SwipeView

I'm trying to create a Parallax View based on a SwipeView element. Examples in QML documentation illustrate how to achieve it with ListView: Image { id: background source: "background.png" fillMode: Image.TileHorizontally x:…
Zibi
  • 350
  • 1
  • 13
4
votes
0 answers

cursor loader doesn't update in my swipe tab until I restart the application

I have an application with two activities the launcher activity has two swipe tabs and one of those uses the a simpleCursorAdapter and a cursorloader to populate the views from a database. The code works fine when I am using a single activity and …
Fab
  • 331
  • 2
  • 4
4
votes
9 answers

Set height of delete button that appears on swipe in UITableViewCell

I have UITableViewCell as shown in figure below. The cell occupy the height occupied by delete. The cell height is set so as to keep spacing between two cell. Now, when i swipe and delete button appears (red in color), it occupies cell height as…
Lasang
  • 1,369
  • 6
  • 24
  • 44
1
2 3
12 13