vector

  1. GGSoft

    B4J Question How to cast to java.util.Vector

    I am working with a .jar external library and I need to send a java.util.Vector data to one of its methods. How can I cast that type of data or convert a B4X array or a B4X list to a vector? The library's documentation says: public void setNoteList(java.util.Vector newNoteList) Replaces the...
  2. J

    OpenGL vector map library - running on Android, iOS

    I'm trying to develop a cross platform (ios/android) navigation app which requires maps, polylines, markers, (preferably , but not essentially offline routing), so far nothing is quite as flexible as I want it to be and obviously I need to stay away from google services. I've been playing with...
Top