Android Question Library references - how to find?

Monolit

New Member
Being a new member of this community I might have missed something, but even after thorough search in this forum I can't see
how one can find the proper library once you get a hint of a certain function.
Example: I got a code example where "NativeObject" was needed. How can I find out in what lib that resides and where to find that lib?
I assume that there is some structured way to find out. But How?
 

DonManfred

Expert
Licensed User
Longtime User
Regarding on which platform you are working on you should post the question in the relevant Subforum

Android: https://www.b4x.com/android/forum/#b4a-android.25
iOS: https://www.b4x.com/android/forum/#b4i-ios.61
B4J: https://www.b4x.com/android/forum/#b4j-desktop-server-and-raspberry-pi.53
B4R: https://www.b4x.com/android/forum/#b4r-arduino-esp8266-and-esp32.74

Example: I got a code example where "NativeObject" was needed. How can I find out in what lib that resides and where to find that lib?
NativeObject is is one of the Core Objects from b4i. It is part of the b4i core. No library is needed to use NativeObject.

Usually the best way to find a library is to put its exact name into the search field of the forum and try a search.
 
Upvote 0
Top