asales Expert Licensed User Longtime User Aug 13, 2014 #1 Like the post: http://www.b4x.com/android/forum/threads/somebody-can-create-uisegmentedcontrol-for-b4a.43804/ I found this library: http://nhaarman.github.io/ListViewAnimations/ with this demo in Play Store: https://play.google.com/store/apps/details?id=com.haarman.listviewanimations How I can use it in B4A?
Like the post: http://www.b4x.com/android/forum/threads/somebody-can-create-uisegmentedcontrol-for-b4a.43804/ I found this library: http://nhaarman.github.io/ListViewAnimations/ with this demo in Play Store: https://play.google.com/store/apps/details?id=com.haarman.listviewanimations How I can use it in B4A?
Erel B4X founder Staff member Licensed User Longtime User Aug 13, 2014 #2 You will need to wrap it or access it with JavaObject. It does require some Java knowledge.