This may be related to classes but not completely.
A lot of new views can be created using the scrollview etc, and it would be useful if we could roll them into a library. This would make the code a lot cleaner and hide most functionality.
Examples of this are the SpinWheel, ExpandableListView etc.
When I get the time, I will try this method:
- Compile a barebones B4A project with the view
- Get the main.java class files and copy into an eclipse project
- Try to remove references to B4A activity and try to modify the class to become a view with required functionality
A lot of new views can be created using the scrollview etc, and it would be useful if we could roll them into a library. This would make the code a lot cleaner and hide most functionality.
Examples of this are the SpinWheel, ExpandableListView etc.
When I get the time, I will try this method:
- Compile a barebones B4A project with the view
- Get the main.java class files and copy into an eclipse project
- Try to remove references to B4A activity and try to modify the class to become a view with required functionality