swipe

  1. red30

    Android Question CLVSwipe event of the very fact of the swipe.

    When working with CLVSwipe, I realized that I don't have the event of the very fact of the swipe. And when the panel is already fully open. Can I add this event? I already asked this question, but is it possible to somehow add a simultaneous left-to-right and right-to-left swipe?
  2. red30

    Android Question CLVSwipe. Swipe right/left and Material Iconcs

    Is it possible to use right and left shift at the same time? If so, how can this be done? I tried to set the "icon" instead of the text, but it is not displayed. CustomListView1.AddTextItem(cs, Swipe.CreateItemValue("", Array(Chr(0xF0EE), "text"))) Why? Is it possible to use “Material Iconcs”...
  3. Alexander Stolte

    B4A Library [B4X] [XUI] AS Swipe Card - a tinder like swipeable card view [Payware]

    Hello Community, This library is not free, because, it cost a lot of time and gray hair to create such views. https://payhip.com/b/ma7bR Thanks for your understanding. :) This library is compatible and tested with B4A,B4I and B4J! If you have bugs or a wish then tell me it in the comments...
  4. A0_2_A7

    Android Question Disable swipe gesture TabstripViewPager

    Hello good afternoon, I have been trying various methods to disable the swipe movement when entering a page but there is no way I leave an example to see if you can help me. I have tried this: Sub TabStrip1_PageSelected (Position As Int) Log($"Current page: ${Position}"$) If Position =...
  5. Steve Kwok

    B4A Library Swipe actions on both sides of xCustomListView

    Referring to: https://www.b4x.com/android/forum/threads/b4x-clvswipe-xcustomlistview-swipe-actions-and-pull-to-refresh.98252/ , I have edited class CLVSwipe of downloaded sample B4A_CLVSwipe.zip to function swiping both sides. Since the swipe process left and right menu, it is...
  6. M

    B4A Class Draggable View [Edited - Swipe Gesture]

    Hi everyone, this class is an edit of this class from Erel: https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/ I've done some changes to achieve an animated "Swipe gesture (left to right)" If you swipe all the way right to the trigger point, you can trigger an event...
  7. R

    Android Question Detect left or right swipe over ACToolBarLight

    Have a ACToolbar with a button, a label and a number of menu items with icons. I currently have 3 menu groups (will be a few more) and currently I change these by clicking the button or the label. This works well, but this is perhaps not according to the usual Android behaviour, so would like to...
Top