Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
83 views

I want to make a swipe to reveal with sticky and delete logic without using libraries, but it doesn't work as I understand it because the dX of the ItemTouchHelper moves relative to the content ...
0 votes
0 answers
67 views

Background I’ve been developing an open-source SwiftUI package called SwipeCardUI that provides a basic card-swipe interface. It allows users to drag cards left or right and triggers an action once ...
0 votes
1 answer
202 views

Hello! I am working on an Android app in Android Studio using Jetpack Compose, and I want to implement two drawers: A left drawer that can be opened and closed by swiping from the left edge of the ...
1 vote
1 answer
49 views

I have this code that populates my Carousel with images from the path: class EzLaunchScreen(Screen): def __init__(self, **kwargs): super().__init__(**kwargs) img_path = ('D:\\...
0 votes
1 answer
56 views

I'm trying a List with lessons with a SwipeAction to show an edit modal: @ObservedResults(Lesson.self) var lesson @State private var showEditModal = false @State private var forEdit: Lesson? ...
0 votes
1 answer
50 views

I want to use a CarouselView to show multiple pages in a MAUI app. But it does not work properly only for windows platform. For Android it works fine. I defined the carousel: <CarouselView ...
0 votes
0 answers
91 views

Check the picture...I am actually trying to create a container whose height should be the whole height of the viewport without considering the top safe area and also subtracting the bottom tab bar/nav ...
Marco Jr's user avatar
  • 6,848
1 vote
1 answer
143 views

I'm trying to duplicate this effect from the SwipeJS demo page, where the text floats on the bottom part, but not outside of, the image in each slide. I've tried using slide-content like I see in the ...
0 votes
1 answer
42 views

so when I started my project first I modified the MainActivity class inside the OnCreate to initialize the functions for its activity_main.xml (imagebuttons recyclerview background change with switch ...
0 votes
0 answers
76 views

I want to make control like camera shot mode selection in standard Android smartphone (Portrait, Video, Panorama, etc, selection) using MAUI. The buttons are swipeable and selectable by touching. ...
0 votes
1 answer
102 views

I am trying to cancel the swipe action (swipe back) of a swiped item, when another item is swiped or pressed, using react-native-gesture-handler. I tried to get help from this snack post, but I couldn'...
-2 votes
2 answers
178 views

i wanna create a component which can slide a rectangle from left to right to simulate ON or OFF like a iOS left-to-right button to shutdown phone (https://youtu.be/qEJ5PerUqFw?t=42 second 40 like this)...
0 votes
0 answers
182 views

I had view model expose two RelayCommand: [ObservableProperty] private ObservableCollection<MyModel> data; [RelayCommand] private async Task Edit(MyModel m) {} [RelayCommand] private async ...
Fan Yang's user avatar
0 votes
0 answers
35 views

I have this for animating a RIGHT swipe and it works great: good swipe if(direction == RIGHT){ if(distance < 217) { layoutParams.leftMargin = (int) distance + startLeftMargin; ...
0 votes
0 answers
183 views

This is about SwiftUI. I have an object with a DragGesture attached to it and this object is positioned at the very bottom of the screen in iOS – just above the safe area with the app switcher handle. ...

15 30 50 per page
1
2 3 4 5
...
188

AltStyle によって変換されたページ (->オリジナル) /