B4A Library [Lib] Gesture Detector - Informatix    Oct 02, 2017   (35 reactions) This library adds the detection of standard gestures (press, single-tap, double-tap, long tap, drag, scroll, fling, pinch, rotation) to B4A. Instead of using the Touch events to figure out what the user really did, now you just set 15 different listeners with one line of code and you get the gesture B4A Library [B4X][XUI] xImageSliderIG - Instagram style image and video slider - Biswajit    Dec 25, 2020   (30 reactions) This Instagram style image and video slider is compatible with B4A and B4I. xImageSliderIG Author: @Biswajit Version: 2.02 Dependency: B4A: JavaObject, XUI, GestureDetector, AHViewPager(ver. 3), OkHttpUtils2, ExoPlayer B4I: iXUI, iHttpUtils2, iUI8 Features: Instagram like Image Counter Instagram B4A Library ScaleImageView - Pan and zoom large images - Martin Domian (first post)    Nov 09, 2022 I use B4A and "GestureDetector" is missing. This sounds strange B4A Library RSSwipeAndDismiss - Swipe away any view - Jeffrey Cameron (first post)    Jun 08, 2018   (1 reaction) I needed something similar for a project a while back, so I created a user control that functions similar to what you are requesting. It's all B4A, no special libraries required other than @Informatix's GestureDetector library. It's a Listview variation and you can swipe left/right or click on the B4A Library Android Vision Barcodereader - Johan Schoeman    Mar 30, 2018   (10 reactions) Requesting permission"); final String permissions = new String{Manifest.permission.CAMERA}; if (!ActivityCompat.(this, Manifest.permission.CAMERA)) { ActivityCompat.requestPermissions(this, permissions, RC_HANDLE_CAMERA_PERM); return; B4A Library MultiDayCalendarView - Roberto P. (first post)    Nov 28, 2016 dispatchLongPress(GestureDetector.java:700)
at android.view.GestureDetector.access$200(GestureDetector.java:40)
at android.view.GestureDetector$GestureHandler.handleMessage(GestureDetector.java:273)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Loo B4A Library [Moved] xImageSliderIG - Alexander Stolte (first post)    Feb 25, 2020 I have this Error if i click on the view if theres no image loaded:
(java line: 295)
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.get(ArrayList.java:437)
at anywheresoftware.b4a.objects.collections.List.Get(List.java:117)
at com.stoltex.fasterinstasaver. B4A Library [Lib] ScrollView2D - EnriqueGonzalez (first post)    Jul 09, 2015 Hello!
i have question with this lib and with GestureDetector specifically with the drag event. The drag begins, it moves (but way to little, almost nothing) the view(Button) but suddenly stops and begins to scroll the panel.
How can i prevent this from happening? the main idea is that if the us B4A Library DJI Drones UI - use DJI widgets in your App - shb777 (first post)    Aug 18, 2017 ok thanks. i'll investigate that. I also had another idea. Informatix says his donation version of the gesturedetector library will allow you to click any point on the screen programmaticly. so maybe i can add code to click the CameraCaptureWidget in AfterAircraftConnected. steve B4A Library [Class] Simple Unlock Pattern - tcgoh (first post)    Jan 11, 2016 Hi, Any update on this error? I am using galaxy S5 and the app stop with both Lib: GestureDetector V1.2 and V2.2. It will be great if I can get this simple unlock pattern app going. Thanks Page: 1   2   3   4   5   6   7   Powered by ColBERT |