ivanomonti Expert Licensed User Longtime User Oct 29, 2013 #1 I need to understand three key things 1) How can I extend a view 2) how to create a view from scratch my 3) how to use java native B4A
I need to understand three key things 1) How can I extend a view 2) how to create a view from scratch my 3) how to use java native B4A
Erel B4X founder Staff member Licensed User Longtime User Oct 29, 2013 #2 1) What do you mean with extend a view? 2) Examples: [Class] CustomListView - A flexible list based on ScrollView [URL='http://www.b4x.com/android/forum/threads/27548/#content'][Class] AnotherDatePicker - A simple "web style" date picker[/URL] 3) See the tutorials in the Java libraries development: http://www.b4x.com/android/forum/forums/libraries-developers-questions.32/ Upvote 0
1) What do you mean with extend a view? 2) Examples: [Class] CustomListView - A flexible list based on ScrollView [URL='http://www.b4x.com/android/forum/threads/27548/#content'][Class] AnotherDatePicker - A simple "web style" date picker[/URL] 3) See the tutorials in the Java libraries development: http://www.b4x.com/android/forum/forums/libraries-developers-questions.32/