If some expert wants to be kind, when he has time ...
I have devoted little time even to Reflection. Sometimes I see that some develop wrappers for some Java libraries.
Can someone list the steps required to convert simple methods, no classes, from Java to B4A?
Like this: http://stackoverflow.com/questions/...-application-icon-programmatically-in-android
I wish something like:
a) create a new Java project in Eclipse;
b) add a new class;
c) add that method to the new class;
...
(I did not need to convert the code I linked - even if someone has this need - but I would like to understand how to proceed)
Many many thanks
I have devoted little time even to Reflection. Sometimes I see that some develop wrappers for some Java libraries.
Can someone list the steps required to convert simple methods, no classes, from Java to B4A?
Like this: http://stackoverflow.com/questions/...-application-icon-programmatically-in-android
I wish something like:
a) create a new Java project in Eclipse;
b) add a new class;
c) add that method to the new class;
...
(I did not need to convert the code I linked - even if someone has this need - but I would like to understand how to proceed)
Many many thanks