Coding without classes

wdegler

Active Member
Licensed User
Longtime User
In C++ and C# code, there are classes containing both member variables and member functions. For a statement of the form

classname MyObject = new classname(); ,

how could I write this in Basic4Android?
 

newSteve

Member
Licensed User
Longtime User
It would be nice if it were fully object-oriented, but this is a fairly young software packed and does a beautiful job of making android development clean and simple. In the mean-time, it seems to me like you could do your object-oriented coding in Java and build a library from there if you really need to.

I suppose I would like it if the library development was somehow streamlined, or, better yet, if you could do your java coding in this environment, rather than Eclipse, and have a tool to somehow incorporate it right here. Just some thoughts.
 
Upvote 0

COBRASoft

Active Member
Licensed User
Longtime User
I have a similar question... If we could make classes in B4A, the IDE could 'compile' them to JAVA and make libraries from them to be used in B4A later on. No need to know Java for somebody like me, but it would allow me to organize my stuff like I'm used to in .Net .
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…