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

Get ViewPager views from MainActivity

I'm working on an app which uses a ViewPager with two swiping views (first_page.xml and second_page.xml) and has one activity (activity_main.xml). When in the main activity class I try to access TextView (which is located in the first_page.xml)…
Andrea
  • 43
  • 1
  • 3
4
votes
2 answers

Are tickmarks for swipe views navigation available to use in Android?

I want to create a set of pages in an Android app that swipe horizontally and use tickmarks to indicate the position of the current page within the set of 12 pages that I have. The design pattern of using tickmarks like this is mentioned in the…
TTransmit
  • 3,270
  • 2
  • 28
  • 43
4
votes
1 answer

how to implement Swipe view in mobile using javascript?

I am implementing a project in Phonegap-android.i would like to add a SWIPE VIEW for the length of the data available in the database. Please guide how to implement the swipe view using java script similar to the one in android. I have tried out…
user
  • 1,001
  • 4
  • 21
  • 45
3
votes
2 answers

How to use iScroll4 with SwipeView?

I'm using iScroll4 to create a horizontal scroll effect on an image within a mobile website. iScroll works fantastic, but the problem is the image contained in the iScroll wrapper disables native vertical scrolling. In other words, a user's finger…
pruett
  • 2,101
  • 3
  • 22
  • 36
3
votes
0 answers

Reduce Swipeview Sensitivity .Net Maui

I didn't want to necro an old post so I am creating a new one on this. I have a collectionview that has two buttons on either side to increment or decrement a count, the buttons work however they are a lot harder to trigger since my swipeview left…
Mufacka
  • 227
  • 1
  • 2
  • 11
3
votes
1 answer

How to implement page turner buttons in QML swipeview

I have to implement pages using QML component like Item (say Item 1, Item 2, Item 3) in SwipeView without using Repeaters and also implement page turners as shown below. The getPreviousPage Rectangle should move the view to turn to previous page…
Ashwini Shet
  • 45
  • 1
  • 6
3
votes
1 answer

Android View Pager swipe tab view is too heavy while swiping when tab view is full of text

I am stuck in a weird problem for some 2 days now, kindly help if someone knows what exactly it is. Problem being, I have a note making app with tab view (3 swipe tabs somewhat like watsapp's tabs). FYI , I have Android View Pager swipe tabs. Tabs…
Wanderer
  • 31
  • 3
3
votes
2 answers

QML ListView, SwipeView etc. - avoid overlapping of other UI components

I'm trying to avoid this annoying overlapping that both SideView and ListView seem to fancy. Here is an example which demonstrates the issue: Note: Look at the green rectangle on the left when you swipe the SwipeView and also the tabs when you…
rbaleksandar
  • 8,713
  • 7
  • 76
  • 161
3
votes
1 answer

sliding tab strip's apperance Android

I've got problem with implementing swiping tabs in Android App (compiled with API 21). Previous version of my app had ActionBar Tabs and after compile with API 21 it looked like this: I want to implement Swiping Tabs (like in Google I/O App in "My…
wzieba
  • 414
  • 2
  • 6
  • 21
3
votes
0 answers

Tinder like app view with Animation

I have requirement to develop the view which is same like in Tinder App in play store. I have already gone through the same Thread but it did not helped me. Also checked the TinderLikeAnimations library which is available for iOS not for Android.…
GrIsHu
  • 29,068
  • 10
  • 64
  • 102
3
votes
1 answer

How do I edit content, in a template of android application, in eclipse?

I have tried create a Android app in Eclipse for a while.. And I used the "BlankActivity" template with "Navigation Type: Swipe Views + Title Strip" option... I can change the tab's name by editing the file "\res\values\strings.xml"...
3
votes
1 answer

Get cpu info programmatically on android application

I found this code on the web: package com.exercise.AndroidCPUinfo; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import android.app.Activity; import…
Atlas91
  • 5,754
  • 17
  • 69
  • 141
3
votes
1 answer

error on calling getSupportFragmentManager() from activity

I am trying to implement Swipe view using fragment. But its very important for me to extend simple activity rather than fragment activity. I am getting error on getSupportFragmentManager() in the code written below: public class…
Bhargav Vashi
  • 47
  • 1
  • 1
  • 8
3
votes
1 answer

custom swipe method for iOS?

How can I show all content from my tableview or my core data in another view controller with SWIPE METHOD for iOS? Well this time I need to know how I can show all content or all object class from my core data entity. To better understand its like…
2
votes
1 answer

MAUI - CollectionView with SwipeView

I am trying to achieve CollectionView with right swipe for item deletion. I know how to do it in Xamarin, I read MAUI documentation and samples around SwipeView but it simply isn't there. This is what I have, tested on windows platform. EDIT - I've…
Kalixt
  • 123
  • 1
  • 11
1
2
3
12 13