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
1 answer

SwipeView that starts with the layout of an intermediary fragment

How can creat a SwipeView that starts with the layout of an intermediary fragment from the collection instead of the first? e.g. I have a list of 10 emails of the same person and I click the 3th most recent to show the content in another…
Márcio Paiva
  • 983
  • 9
  • 25
0
votes
1 answer

Simple swipe tabs shows error at runtime in android

I have placed five activity , one to view pager one for tabs activity and another three for contents in that three tabs like a dashboard. MainActivity.java package com.example.movies.swipe; import android.annotation.SuppressLint; import…
kathir
  • 489
  • 2
  • 11
0
votes
1 answer

Swipe views - fixed tabs

I created Swipe Views with Tabs following this official Android tutorial: http://developer.android.com/training/implementing-navigation/lateral.html I'm using a FragmentPagerAdapter to make tabs fixed and all visible. I'm developing on two PCs, on…
Petr B
  • 519
  • 2
  • 6
  • 15
0
votes
1 answer

How to integrate 47degree android-swipelistview for swiping android ListViewItem to project

Actually I want to implement a list view with swiping elements. I found this library: http://www.androidviews.net/2013/03/swipelistview/. When i import this library to eclipse my package structure is like below : In swipelistview project I added…
Dory
  • 7,462
  • 7
  • 33
  • 55
0
votes
1 answer

Custom view (swipeView) not resizing properly after orientation change

I'm using SwipeView (http://jasonfry.co.uk/blog/android-swipeview/) inside my activity's layout to display several pages. Moreover, I want to handle the orientation changes manually so I…
Couitchy
  • 1,079
  • 10
  • 15
0
votes
1 answer

Can't swipe to change tab?

So I just got WebView to work but then my SwipeView stopped to work. It has something to do with this line in activity_main.xml
TheMeisterSE
  • 541
  • 1
  • 7
  • 28
0
votes
1 answer

3 level expandable list view with swipe feature

I am creating 3 level expandable list with swipe functionality at 3rd level. I am facing an issue with swiping feature at 3rd level swipelistview, when caching is used. For swiping, I am using "47deg/android-swipelistview"…
0
votes
1 answer

How to clear inbetween webpages while moving from nth page to 1st page in HTML or JS

I'm new to web programming. I'm working on PhoneGap android app. In that create a page from that i moving to many pages by swiping right side. Problem: Suppose if i moved to nth page from that if i press home button, i need to clear inbetween…
Vignesh
  • 2,295
  • 7
  • 33
  • 41
0
votes
1 answer

Queries on jQueryMobile Swipe

I have implemented page swipe using the following code. Swipe Example
Vignesh
  • 2,295
  • 7
  • 33
  • 41
0
votes
1 answer

Using SherlockFragmentActivity works in newer android phone but not older model

so I have tested this code on a newer android and when I test it on an older version and click on a button to take me to a page with SwipeView and tabs, I get an error: The application has stopped unexpectedly. Please try again. I have set the…
0
votes
0 answers

index 0 each time swipeview

Index of the index each time is 0 inside: - (UIView *)swipeView:(SwipeView *)swipeView viewForItemAtIndex:(NSInteger)index reusingView:(UIView *)view { view = [[MTResultCard alloc] initWithFrame:_swipeView.frame]; NSDictionary…
el.severo
  • 2,202
  • 6
  • 31
  • 62
0
votes
1 answer

Swipe and change layout of an element of a listview

I am trying to achieve the following effect on my custom list-view: When the user swipes the list element to right the layout of the swiped list item would change its layout. I have tried the SwipeListView approach from GitHub but i didn't manage to…
Adrian Olar
  • 2,883
  • 4
  • 35
  • 63
0
votes
1 answer

Can't click on tabs to switch fragment

So now I finally got the swipe views to work but now I can only swipe to change tab and when I click a tab, nothing happens. My code: http://pastebin.com/p3Cs1qm1 I think the problem is at line 31 because when I have that line uncommented I get the…
TheMeisterSE
  • 541
  • 1
  • 7
  • 28
0
votes
0 answers

Why does the app crashes when I press a button that is linked with swipe views?

I want to press a button and go to a swipe view menu. I have a MainMenu.java class and XML main_menu.xml and I want to navigate with a button from MainMenu.java to ThirdMenu.java that is a SwipeView (tabs and swipe). Here is the code for…
0
votes
1 answer

Make a actionbar with swipe views?

I'm pretty much a newbie when it comes to coding in android and I wonder how you can make a actionbar with swipe views. My code: http://pastebin.com/iHZn27H3 Errors Unknown entity 'ViewPager' on line 11 Unknown entity 'ViewPager' on line 21 Unknown…
TheMeisterSE
  • 541
  • 1
  • 7
  • 28