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

Android Swipe tabs Issue: Can't seem to update the UI and the result comes repeated n times

I'm using two classes. One for the background service where i'm doing several of gatherings of information, and the other I decided to use a swipe tab view to manage and organize my information/data. In the background service (like I said) i'm…
2
votes
1 answer

how can i use swipe view in custom dialog android

i have a list view when user clicks on an item a dialog opens and shows a list View item's text now i want to add a swipe view to dialog, to let user swipes to the next or previous text of list view's item ?
EC84B4
  • 7,676
  • 4
  • 23
  • 34
2
votes
1 answer

How to add a button above the tab in viewpager

I have created a tab view with swipe using "android.support.v4.view.ViewPager" and "android.support.v4.view.PagerTitleStrip". now i need to display a Button or TextView on top of the Title Strip. Even if i add the textview above the title strip its…
Vignesh
  • 2,295
  • 7
  • 33
  • 41
2
votes
1 answer

How can I allow horizontal tab navigation (swipe views) with action bar navigation tabs?

How can I allow horizontal tab navigation (swipe views) if I'm using action bar navigation tabs? Is there anything special I have to do to get this to work with ActionBarSherlock?
Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246
1
vote
1 answer

Programmatically add a new layout inside a SwipeView

I will try to explain my question in a very clear and understandable way. I am currently using the SwipeView here: http://jasonfry.co.uk/?id=23
Waza_Be
  • 39,407
  • 49
  • 186
  • 260
1
vote
1 answer

C# Getting SwipeView Item/Object that invoked event

Sorry, new here. I've got a CollectionView of objects and there fields, when I invoke the delete event using SwipeView I want to be able to use the object that was selected to pass into an SQLite query to delete that object from the database. My…
Mellows
  • 13
  • 2
1
vote
0 answers

Xamarin Form Idea/discussion about making a SwipeView associated with a datepicker control

I would like to have a page which includes 3 items: A SwipeView: Horizontal swipe. We can swipe left and right to navigate to a next view. I think it is easy to achieve this one with ViewPager in Android…
Tony
  • 11
  • 3
1
vote
1 answer

Disable SwipeView sliding option

I'm using SwipeView in my project to show and hide the side menu on left of the page. Now I want to to open and hide the menu by tapping on button and not by sliding the page. So far I figure out how to open and hide the menu even by tapping on…
דניאל
  • 183
  • 9
1
vote
1 answer

Xamarin Expander, Collectionview, and Swipeview

I am struggling with the design of a UI that has three distinct groupings: Top 3 Friends All contacts Subscribed and All contacts are going to be big lists. My first pass at this is as follows:
1
vote
1 answer

SwipeView don't scrolling in vertical

I have the same problem as this one, but with Qt and QML. I want to be able to swipe horizontally, but also scroll vertically on certain pages with a scrollbar, so that users can e.g. submit a form.
Sebastien247
  • 423
  • 5
  • 16
1
vote
2 answers

Swipe tabs for unknown amount of items

I will try to explain what I am thinking of doing as an Android app. But I am really confused how would I approach this problem. When you get JSON from some web API (eg Location) and let's say that JSON has 5 different locations and you want to…
user4744059
1
vote
0 answers

change drawable everytime on swiping of fragment and change icon of text to speech on end of speech android

I am implementing a dictionary.There's activity(WordMeaningActivity) which displays meaning of a word. It consists of fragment and viewPager(swipe view). Fragments are populated using fragmentStatePagerAdapter. In each fragment there is a speaker…
mb_96
  • 127
  • 1
  • 2
  • 9
1
vote
1 answer

App Crashes on using Tab Views in Android

I have no idea whats wrong in the project this is the main activity file i m learnin how to use tab views this i have tried several times app crashes on starting i have attached the log cat and main activity code please help me out package…
Simar
  • 21
  • 2
1
vote
0 answers

jquery- Error swipe page features questions

I am currently using laravel 4.2 and jquery, swipeview.js swipe a page script source. But it will result in 'Can not read property' style 'of undefined' TypeError. Unable to find cause var carousel,el,i,page; carousel = new…
1
vote
0 answers

Setting on click listener between grid view and swipeview

I am trying to make a wallpaper app where the images are arranged in gridview .when ever the image is clicked ,then it will show the following image in swipe view. I serched every were but I am not getting a proper answer.Here is the code of my…
user5992514