Java Question A Really Simple Example?

treehousefrog

Member
Licensed User
Longtime User
Hey guys,

So I'm trying to build my first library for B4A - one that will host widgets as views for those of us creating homescreen launchers.

Problem is... this is a big learning curve for me and I'm having problems finding the information I need. I can compile them/use Eclipse fine and stuff, I just don't know how to do very much. What I'd really like is just a very simple Java example that would maybe show an image as a view that could be clicked and added to b4a in the usual fashion (initialize.imageexample("imageexample") etc) and perhaps raise events when clicked. Over time I can replace those images for widgets and adding events etc.

I imagine there must be such an example out there on this forum but I couldn't find one... if someone could please point me in the right direction I'd be eternally grateful. Thank you very much guys, I'll be sure to share the library once it's completed :-D

Many thanks and best wishes,

Adam
 
Top