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

Create NSDictionary from array with ZLSwipeableView parse.com

I'm using the ZLSwipeableView library to get a list of "cards" that I can swipe between, like Tinder. I'm setting up a connection to a Class on Parse.com and for each card I want to return a row from Parse. I can't figure out what I'm doing wrong.…
tracifycray
  • 1,423
  • 4
  • 18
  • 29
0
votes
0 answers

Using ImageView and Swipe View in a single linear layout

I want my layout as: An ImageView on top, then Swipe Tabs. I created a Tabbed Activity; in it's activity.xml file there's a tag with its attributes. I tried to put this tag inside a linear layout i.e.…
Developer110
  • 182
  • 7
0
votes
1 answer

How to add a Floating Action Button to all the pages of a ViewPager

I'm developing an app where the main activity consists of a SwipeView layout. The activity consists of 2000+ pages, which are individually populated by texts, which are in form of short facts. I want to add a Floating Action Button to those pages…
0
votes
1 answer

Can't run Swip tab application because getActionBar returning null in Android 5

I want to create swipe tabs in Android app (Android L) many classes are depricated and getActionBar() returns null. I tried to run few examples available in google but same problem everywhere
0
votes
0 answers

Displaying audio files from SD Card to Swipe View tabs - Android

I found this example ListView of audio files on android how to find audio files in SD Card. I didn't have chance to check if it works because it's not everything what I need. I need to display this audio files in Swipe View Tabs. There are tabs…
0
votes
2 answers

How to make Swipe from every location of Screen?

i want to make a swipe function between layout , for flying out menu , like Facebook application , but every example and tutorial that i have seen it's all swipe from the leftest part of screen or rightest part of screen,but i want to swipe from…
0
votes
0 answers

SwipeListview with QuickScroll or sectiondIndexer

I am using SwipeListView fortysevendeg which is working fine and using this library i am able to swipe list items left/right. But now I am trying add section indexer in this listview to add alphabetical search indexer at the right side of list. For…
Nouman Bhatti
  • 1,777
  • 4
  • 28
  • 55
0
votes
1 answer

ActionBarSherlock and swipelistview using gradle

I need to use ActionBarSherlock and SwipeListView in my project. I added following dependencies to build.gradle file: compile…
user3199693
  • 128
  • 4
  • 12
0
votes
0 answers

Android Tinder like view with buttons

In my project i'm using this https://github.com/ecstasy2/tinder-card-stack library for tinder like cards swipe animation. It work good, but it doesn't support removing top view by button click, like or dislike. I lost a lot of time trying to make…
iCaesar
  • 421
  • 2
  • 10
  • 23
0
votes
0 answers

SwipeView iOS library views out of order/duplicated

I'm using the SwipeView library to create a series of swipeable webview (https://github.com/nicklockwood/SwipeView). After swiping back and forth a few times, the webviews are displayed out of order, and sometimes duplicated (item in position 1 is a…
0
votes
4 answers

Swipeview lagging on item change

I am using this: https://github.com/nicklockwood/SwipeView I am using it in 2 different places in my app. 30x30 images on screen about 100kb file size, no problem in this part 150x150 images on screen 1-3mb file size, these are photos taken by…
Esqarrouth
  • 38,543
  • 21
  • 161
  • 168
0
votes
1 answer

My FragmentPagerAdapter class's constructor is not getting defined in my main activity

I'm trying to implement a Swipe View with Tabs app but my adapter is giving an error. The constructor function is not getting defined in my Main Activity. I have used the getSupportFragmentManager() function as the argument and all my files are…
0
votes
1 answer

update object in swipe view

I'm trying to update an object from a fragment contained within a swipe view. The code I have is taken directly from the Android documentation. What I want to do is pass an object from the main CollectionDemoActivity down into the DemoObjectFragment…
Darragh.McL
  • 125
  • 1
  • 10
0
votes
1 answer

how can I link my Java file to the UI xml file while using swipeview?

I am using swipeview to swipe between two pages, each page is an activity by itself (an xml and a java file). Without the swipeview my app works fine and my database shows in each activity. However, when I use the swipeview, the xml file shows…
McLan
  • 2,552
  • 9
  • 51
  • 85
0
votes
1 answer

Swiping Tabs with static footer menu - Android

I've created SwipingTab with two Fragments. Now I want to add menu on bottom to be fixed, static. When user swipe between tabs, that menu should not moving. Where should I create that menu. I tried on main_layout.xml, but cannot. Any suggestion or…
KiKo
  • 1,668
  • 7
  • 27
  • 56