B4A Library [B4X] B4XDrawer - sliding drawer - Erel    Dec 8, 2020   (66 reactions)   tags: B4ADrawer sliding drawer, SlidingPanels, Sliding Menu, B4X, sliding drawer, B4A Class Sliding Drawer /basic4android/images/SS-2018-10-03_17.51.11.png
A class that implements a sliding menu. Unlike the nice jfeinstein SlidingMenu library the drawer covers the activity instead of pushing... B4A Library [B4X] B4XDrawerAdvanced - Sliding Drawer - Left and Right Panel - Alexander Stolte    Jan 30, 2025   (26 reactions) . thread
https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/#content... B4A Tutorial Android SlidingPanels - Simple way to create sliding layouts - Erel    Aug 15, 2016   (4 reactions)   tags: SlidingPanels : https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/ Sliding..., the current panel slides out and the new panel slides in. As Panels can load layout files, you can create.../slidingpanels_1.png The project is made of two components. The Main activity and the SlidingPanels code module. You should add the SlidingPanels code module to your project and add a reference to... interested in sliding layouts it is recommended to go over the code. It demonstrates the power of custom... B4A Tutorial ActionBar / Sliding Pages tutorial - Erel    Feb 25, 2016   (13 reactions)   tags: ActionBar A simpler and better looking solution is now available: https://www.b4x.com/android/forum/threads/tabstripviewpager-better-viewpager.63975/
StdActionBar library allows you to create layouts that use ... B4A Library SD: Panel Extra (Slide Swap Scroll) - Star-Dust    Jun 30, 2020   (32 reactions)   tags: Panel navigation, panel extra, swipe ) 61861 61862 SlidePanel (Example) 67835 67836 TitleScrollView (Example) 61863 SwipePanel (Example...) As String Size As Int Number of panel insert SlidePanel ' Slide Up/Down/Left/Right Events: Close (FromCode As Boolean) Open (FromCode As Boolean) Fields: PanelSlide As Panel SlidePanelAnchor... CloseSlidePanel As String DesignerCreateView (Base As Panel, Lbl As Label, Props As Map) As String GetBase... IsInitialized As Boolean OpenSlidePanel As String SetSlideLeft As String SetSlideRight As String... B4i Library iTopNotifications - Sliding notifications - Erel    Jan 13, 2020   (5 reactions) This library is deprecated. It is trivial to show an animated panel and it doesn't justify the complexity that is added when referencing swift frameworks. Better alternative: https://www.b4x.com/android/forum/threads/itopnotification-cutted-out-library.111986/post-698423 This is a wrapper for LNRSimpleNotifications: https://github.com/LISNR/LNRSimpleNotifications It implements nice sliding notifications that slide from the top or bottom. The user can click on the notification to dismiss... B4A Example AppCompat with ToolBar - minimal example - Erel    Jun 23, 2023   (23 reactions)   tags: ToolBar, Android, drawer badge notification, AppCompat in the manifest editor. Sliding side menu + dynamic menu items: https://www.b4x.com/android/forum.../threads/class-b4adrawer-sliding-drawer.97828/#post-616518 http://www.b4x.com/basic4android/images... B4A Library AHViewPager library - Sliding panels now perfect - corwin42    Jun 23, 2016   (39 reactions)   tags: B4A UI This library is a B4A implementation of the ViewPager object provided by the compatibility class from google. With this library it is possible to add sliding panels to your apps.
AHPageContainer - This object is a container for the pages of the AHViewPager. You should add Panels to this object.
AHViewPager - This is the main object which provides the sliding panels.
All the Tabs objects... Share My Creation [Class]: iMashPager Sliding Panels adopted from AHViewPager - Mashiane    Jul 18, 2016   (3 reactions) Hi there This class is an adoption of the AHViewPager from B4A to enable one to add sliding panels to their iOS apps easily. Thanks to Klaus with help in one of the methods. The inspiration for this started when I was converting my b4a app to b4i and this was the major functionality I needed. In essence, this uses a scrollview with paging enabled with added methods to make it function like AHViewPager. There is no need of a "container" though here. There is a complete sliding page... B4A Library SlideToUnlock Wrapper - jahswant    May 10, 2021   (9 reactions) Is there a slide to unlock lib here ?I don't know but this is one.Please if you find my libs awesome buy me a beer. SlideToUnLock Version: 1 SlideToUnLock Events: onunlock Fields: ba As BA Methods: AddToParent (Parent As ViewGroup, left As Int, top As Int, width As Int, height As Int) BringToFront Capture DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map) Initialize (EventName As String) Invalidate Invalidate2 (arg0 As Rect) Invalidate3 (arg0 As Int, arg1... Page: 1   2   3   4   5   6   7   |