Roberto P. Well-Known Member Licensed User Longtime User Nov 30, 2016 #1 Hello to all, it would be useful to have a tutorial to create a wrapper of a standard or custom control to be transformed into library for B4A. For example, a custom edit control to be extended in Java and transform the bookstore to B4A. I saw that there is a tutorial to create a generic library, but do not know the steps to make the control wrapper. What do you recommend to use: Eclipse, Android Studio or Library Compiler? Thank you
Hello to all, it would be useful to have a tutorial to create a wrapper of a standard or custom control to be transformed into library for B4A. For example, a custom edit control to be extended in Java and transform the bookstore to B4A. I saw that there is a tutorial to create a generic library, but do not know the steps to make the control wrapper. What do you recommend to use: Eclipse, Android Studio or Library Compiler? Thank you
Erel B4X founder Staff member Licensed User Longtime User Nov 30, 2016 #2 There are examples here: https://www.b4x.com/android/forum/t...with-enhanced-designer-support.62488/#content and (older) here: https://www.b4x.com/android/forum/t...-designer-support-java-library.28980/#content I recommend using Eclipse to write the code and SLC to build it. Upvote 0
There are examples here: https://www.b4x.com/android/forum/t...with-enhanced-designer-support.62488/#content and (older) here: https://www.b4x.com/android/forum/t...-designer-support-java-library.28980/#content I recommend using Eclipse to write the code and SLC to build it.