Android Question Custom Views

attenzi0ne

Member
Licensed User
Longtime User
Hello everyone

I would like to know if there is a detailed tutorial or documentation regarding creating custom views.

I have looked all over the forum but I couldnt find anything past the simple things. I have looked at some sample source codes that Erel posted on the forum but I still dont understand some points.

When should I use AbsObjectWrapper or ViewWrapper or others Erel declared in anywheresoftware.b4a.objects... ?

Thanks in advance for all the help
Regards
 

DonManfred

Expert
Licensed User
Longtime User
When should I use AbsObjectWrapper or ViewWrapper or others Erel declared in anywheresoftware.b4a.objects... ?
You you need to use them in a wrapper-library written in JAVA when you are creating a library for B4A.
Search the forum on how to create libraries for b4a with eclipse
 
Upvote 0

attenzi0ne

Member
Licensed User
Longtime User
Thanks for your answer

I have been creating simple wrappers for java libraries with no problems.
I already searched the forums but couldnt find anything advanced regarding this topic. The forums have massive informatin and I get lost in it.

Is there any sort of documentation that explains in detail the declarations under anywheresoftware.b4a.objects?
When should I use
B4X:
import anywheresoftware.b4a.objects.LabelWrapper
instead of
B4X:
import anywheresoftware.b4a.objects.AbsObjectWrapper

Regards
 
Upvote 0
Top