Hi,
I am a total newbie with B4A but I have some experience with Java based Android developtment.
I have a few questions:
I am a total newbie with B4A but I have some experience with Java based Android developtment.
I have a few questions:
- There are lots of small demos demonstration particular concepts. But I would very much like to load a full fledged app into the IDE and learn from that. Are there any such examples? Preferable not games.
- From what I have seen from the demos, the UI looks very much Android 2.x like! Are there any examples utilizing a more modern look, preferably Material Design or at least Holo?
- How do I add a Java library? Specifically I would like to add jsoup
- How do I trigger the popup help text in the IDE after it has closed? Currently I need alter the line a bit to trigger, like deleting the left paranthesis and add it again. Ctrl-Space does not work.
- More a wish, but: In addtition to the popup help text, would it be possible to add context sensitive help to the IDE so that if I press F1 on a keyword, it will open the browser on the specific page in the the documentation?