ThePuiu Active Member Licensed User Longtime User Apr 9, 2019 #1 Is there a bookstore that allows me to display the information as the attached image? It's about Google's calendar. If there is no library of this type, what components do I use to be able to simulate (even if only partially) this control? Thank you!
Is there a bookstore that allows me to display the information as the attached image? It's about Google's calendar. If there is no library of this type, what components do I use to be able to simulate (even if only partially) this control? Thank you!
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2019 #2 There are several calendar related libraries: https://www.b4x.com/android/forum/pages/results/?query=calendar You can use xCustomListView to create such a layout. It will require a bit of work. You can start with learning AnotherDatePicker code: https://www.b4x.com/android/forum/threads/85160/#content Upvote 0
There are several calendar related libraries: https://www.b4x.com/android/forum/pages/results/?query=calendar You can use xCustomListView to create such a layout. It will require a bit of work. You can start with learning AnotherDatePicker code: https://www.b4x.com/android/forum/threads/85160/#content