Custom Classes or Types - Noob Question

Biscuit

Member
Licensed User
Longtime User
Hi, I'm new to b4a but not new to programming. I can't find anything in the tutorials or documentation about creating your own classes, does b4a not support this?

I've started to make progress on my first app using Types instead and then adding a custom module that provides a set of functions that operate on that Type. However, it would be nice to add my own Initialize (constructor) etc to the type but don't know how.

Can someone give me a quick few pointers to the underlying concepts in b4a which would really help me. I had assumed that because it's effectively built on java that all these thngs would be in b4a and it would be an OO language. My background is in .Net.

Thanks

:sign0104:
 
Top