picker

  1. Alexander Stolte

    B4A Library [B4X] [XUI] AS CountryPicker

    A phone number prefix, flag emoji, country code picker. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) You need: AS_TextFieldAdvanced Datasource...
  2. Alexander Stolte

    B4A Library [B4X] [XUI] AS BottomEmojiPicker

    A bottom emoji picker. You need: AS_DraggableBottomCard I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :) Emoji Datasource from...
  3. Star-Dust

    B4A Library [B4X] [XUI] SD ProductPicker

    SD_ProductPicker Author: Star-Dust Version: 1.07 DiskImagePicker Events: BallClicked (Index As Int) BallLongClicked (Index As Int) ChangeIndex (Index As Int) CloveClicked (Index As Int) Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As...
  4. M

    iOS Code Snippet [B4X] Custom Color Picker Bar (BitmapCreator)

    Hi everyone I had the necessity to create a specific looking color picker. And I managed to get it working properly so I want to share it because it can be usefult to someone who have the same need. The color picker bar look like so: I realized it using all b4x elements, so it should be fully...
  5. Alexander Stolte

    B4A Library [B4X] AS WheelDateTimePicker - based on ASWheelPicker

    This is a date and time picker in IOS picker design. This library is based on the ASWheelPicker, without it the library will not work. https://www.b4x.com/android/forum/threads/b4x-xui-as-wheelpicker-spinner-a-modern-single-multiple-choice-picker-view-based-on-xcustomlistview-payware.127505/...
  6. Alexander Stolte

    B4A Library [B4X] [XUI] AS DatePickerTimeline

    Date Picker Library that provides a calendar as a horizontal timeline. This library is inspired by a Flutter library, but the B4X one is better ;) I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further...
  7. Alexander Stolte

    B4A Library [B4X] [XUI] AS TimePicker

    This is a simple TimePicker, with android style. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :) Events SelectedHourChanged and...
  8. Alexander Stolte

    B4A Library [B4X] [XUI] AS DatePicker - fast navigate to a Month - Year - Decade - Century | RangeDatePicker

    This is a simple DatePicker, with which you can quickly reach your target date. With a click on the header the view changes. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it...
  9. Alexander Stolte

    Android Example [B4X] AS RangeSlider + AS Clock = Sleep Schedule Picker

    This is a short Example of what is possible with this 2 views. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coffee. :)...
  10. M

    Android Question Show time picker dialog

    Hi everyone, there is a way to show this native-looking dialog to choose a time with B4A? From: https://androidexample365.com/material-time-picker-for-developer/ Or something like: Thanks in advance!
  11. Alexander Stolte

    B4A Library [B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware]

    Hello, this is a modern wheel picker, like the IOS-PickerView. WheelPicker/Spinner This library is not free, because, it cost a lot of time and gray hair to create such views. https://payhip.com/b/IvqnN Thanks for your understanding. :) V3.00-Preview B4I-Preview - looks nicer and smoother in...
  12. Star-Dust

    B4A Library [B4X] [XUI] SD Selector

    SD_Selector Author: Star-Dust Version: 0.05 fourSelector Events: ChangeValue (nSelector As Int, Index As Int) CenterClick Fields: mBase As B4XView Tag As Object Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be...
  13. K

    Android Question Error Using MaterialDateTimePicker

    Error Log: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/ContextCompat; at com.wdullaer.materialdatetimepicker.date.DatePickerDialog.onCreateView(DatePickerDialog.java:335) at android.app.Fragment.performCreateView(Fragment.java:2505) at...
  14. MegatenFreak

    B4J Library Persian Date Picker View (Independent from B4XView)

    Hi everybody. This is a Persian date picker I wrote. It doesn't use B4XView and has no special requirements. Displaying the date picker pop-up is done with code. It works as a ResumableSub. To use it: 1. simply add "PerPicker.bas" to your project; 2. Provide its main function with a parent node...
  15. Alexander Stolte

    B4A Library [B4X] [XUI] AS Color Slider Advanced - a Snapchat like color picker

    Hey, i spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible set your own color palette as image slim and clean nice transition...
  16. J

    B4A Library DateTimePicker View

    DateTimePicker view is based on the CustomListView and snapCLV with a design similar to the ios datetime picker. This view has only been tested in B4A, it is not very useful in B4i since for ios the built-in picker is better. 1. Add the module and layout to your project (attached...
  17. peacemaker

    B4A Class ImageInternetChooser: pick image icon up from Internet directly

    End-users of some apps may need to choose small icons to save it into app's database. But there was no tool to choose a needed icon in 2-3 taps, but the Internet is always under finger. It seems, now it's possible. No fully free services with API for image searching, with good big database...
  18. Star-Dust

    B4A Library [B4X] [XUI] SD AutoComposeTextView & PickerTextView (WheelPicker)

    AutoComposeTextView PickerTextView (WheelPicker) SD_AutoComposeTextView Author: Star-Dust Version: 0.03 AutoComposeTextView Events: EnterPressed TextChanged (Old As String, New As String) Fields: SearchStartWith As Boolean Functions: AddItems (Items As List) As String BringToFront As...
  19. aeric

    Android Code Snippet [B4X] XUI Views - Time Dialog

    I want a better dialog for time input so I created this time (picker) dialog using B4X XUI Views and IME library. I think the code has too many lines. Hope someone can simplify or improve it. Note: I haven't tested but I think this code can also work for B4i and B4J. Update: I have tested with...
  20. Star-Dust

    B4i Library [B4X] [XUI] iSD DiscTimePicker (parking meter)

    Download fro HERE SD_DiscTimePicker Author: Star-Dust Version: 0.04 DiscTimePicker Events: Change (DateTimeChange As Long) Functions: Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object Initialize (Callback As Object...
Top