kepler Active Member Licensed User Longtime User Mar 8, 2016 #1 Good morning, I'm programming an application both for Android and IOs (Apple). My question/doubt is the following: can I use the following modules: - Location Manager Library (for GPS location) - Reflection Library (for device default language) - HttpUtils2 (for http jobs) I saw - it seems to me - that they are available for B4i. But I'm not sure... Thanks in advance, Kind regards, Kepler Last edited: Mar 8, 2016
Good morning, I'm programming an application both for Android and IOs (Apple). My question/doubt is the following: can I use the following modules: - Location Manager Library (for GPS location) - Reflection Library (for device default language) - HttpUtils2 (for http jobs) I saw - it seems to me - that they are available for B4i. But I'm not sure... Thanks in advance, Kind regards, Kepler
Erel B4X founder Staff member Licensed User Longtime User Mar 8, 2016 #2 1. Use iLocation library. 2. You can use NativeObject to access native APIs (similar to JavaObject). 3. Yes. Upvote 0
1. Use iLocation library. 2. You can use NativeObject to access native APIs (similar to JavaObject). 3. Yes.
kepler Active Member Licensed User Longtime User Mar 8, 2016 #3 Thanks Erel Kind regards, Kepler Upvote 0