Hi guys,
I'm making pretty good progress with B4A (I think) but I could do with some help with some basic stuff.
I have read the User guide etc but I just don't get this.
I have an Activity ("Main") and a Service mod. Most of my code appears in the Service.
I want another Activity ("Settings") which will have it's own Views and Code. There'll be quite a lot of both so ideally I don't want any code from "Settings" appearing in "Main".
How do I relate a Code Module to an Activity so I can access the Views on it?
Or am I doing it the wrong way?