library

  1. moster67

    B4A Library Ruler Picker

    Android custom view that uses a ruler for picking the number from given range. Easy to integrate: Add the attached libraries to your Additional Library folder. Refresh the library pane and select the library. Add the view in your designer as a custom view. Add properties, functions in your...
  2. OliverA

    Wish [Wish] SetNonQuery2Statement, AddNonQuery2Args, ExecNonQuery2Batch

    The current AddNonQueryToBatch/ExecNonQueryBatch is very flexible by allowing various non-query statements (update, instert, delete, etc.) to be batched together. But often, it is just one type of non-query statement that needs to be executed multiple times. Even the example given for...
  3. M

    Wish RESideMenu lib

    HI Everyone im glad to join your big community its very nice to be here with the best developers im not sure i post in a right place so anyway I wish anyone help me with wrapping a lib from a github its a very nice lib and its good to be wrap in b4i link of GitHub project...
  4. MarkusR

    Java Question [solved ]b4a bitmap to library android.graphics.Bitmap

    maybe someone had done this. i need to give my library a bitmap from b4a library part: public Texture(android.graphics.Bitmap Bitmap1) { this.Bitmap1 =Bitmap1; } b4a part: Dim bmp As Bitmap = LoadBitmap(File.DirAssets,"wood.png") Cube1.SetTexture(bmp)
  5. MarkusR

    B4A Library ThreeD library (alpha 0.04)

    hello, i publish a 3D library to using at a b4a project (android 5.x+ phone or tablet) currently it knows: Camera Light Cube Vector,Color,Texture Entity,Mesh,Surface,Vertex Line (at Surface) 01.02.2019 21:00 OpenGL.zip is my test project. 03.02.2019 19:00 ThreeD.zip is the lib to place...
  6. MarkusR

    Java Question [solved] android.content.Context in B4A ?

    i need help for my android lib i need init my class in b4a with a android.content.Context because GLSurfaceView have this in the constructor. android library part in android studio import android.content.Context; import android.opengl.GLSurfaceView; import android.view.View...
  7. MarkusR

    Java Question [solved] create the XML file that describes the file to the IDE for a jar file / library

    ömm, i have a 3d example for android studio and me thought i can make my own library there for using in b4a. i know how to make a java library .jar in android studio project and now i need this .xml for b4a ide. is there maybe a online service to just upload a .jar and get a .xml out? or just a...
  8. moster67

    B4A Library B4AClayView - Crop and image trimming

    B4AClayView - Crop and image trimming And here is another Image Cropping and Trimming-library :). You can use this to trim the outline of an image and create your own custom shape. You can also undo your previous trimming actions. Source/Creator: https://github.com/line/clay I wrapped this...
  9. A

    מנוע דיבור בתוך אפליקציה

    הי שאלתי לא מזמן בפורום הכללי של אנדרויד איך אפשר להשתמש במנוע דיבור בשפה העברית, וענו לי שאני צריך להתקין ולהגדיר כברירת מחדל בטלפון שלי מנוע דיבור שתומך בשפה העברית. התקנתי כמה אפליקציות בטלפון שלי שמשתמשות בדיבור (לדוגמא הקראת הודעות) בעברית, למרות שבהגדרות הטלפון שלי מנוע הדיבור המכוון...
  10. A

    Android Question ReStart the Voice Recognition

    Hi, I tried to restart the Voice Recognition 'window' (https://www.b4x.com/android/forum/threads/voice-recognition-example.7317/), for example if the User didnt speak (and then the VR dialog is showing 'Please speak clearly, click to try again'). the problem is I get the VR result succes...
  11. A

    Android Question app crashed (using class-contactsutils provides read write access to the stored contacts)

    Hi Erel, I tried to use the library you uploaded: https://www.b4x.com/android/forum/threads/class-contactsutils-provides-read-write-access-to-the-stored-contacts.30824/ this is my code(activity_create): If FirstTime Then Activity.LoadLayout("MAIN") cu.Initialize End If...
  12. A

    Android Question how to add library?

    Hi I am new to b4a, and sometimes I see libraries that I can download (for example https://www.b4x.com/android/forum/threads/get-contact-id-or-name-from-phone-number.24903/), but I dont know can i add it to the libraries... I tried to upload the .jar file to the project files manager, but it...
  13. MarkusR

    Wish Libary Names in IDE

    @Erel i like to see if the used librarys are from the Community or Extern Folder i tryed to change the version or name but it is not shown in the ide libary list or run into error at version. can you make that the ide understand this:
  14. O

    iOS Question How to connect to a mysql Database

    I want to connect to a Mysql Database over the Internet. In B4a it is no problem with the mysql library. But how it works in b4i?
  15. BobsYourUncle

    SMS and MMS Text Messaging library

    I'm looking for a very technically skilled B4A / Java developer to create a B4A library capable of *reliably* sending and displaying both normal text messages (SMS) and text messages with images or other files attached (MMS). Inspiration can be drawn from...
  16. MarkusR

    B4A Library Clock 24

    as the title said, a custom view of my 24 hour clock (just for fun) build into a library. unzip Clock24.zip into libraries folder or your extra librarys folder, then refresh library list in ide and select Clock24. for download link please scroll to 1.04 the idea behind my 24 hour clock view...
  17. MarkusR

    Wish IDE Extra Library List

    in a extra library folder please can you scan folders there too? some libs comes also with examples, i like to just unzip libs into a folder. i like also to see in the library list window a hint if the lib comes from b4a or forum, or at least from the extra folder. (+unicode symbol?)
  18. Kenny Ali

    Android Question Where is the Additional Libraries Folder?

    Hi. I've got this ReadMe File that says that I need to add a .jar file to an Additional Libraries Folder, but I don't know where it is located or how Add it there. Can someone help me out? Thanks.
  19. Marcos Alves

    Other WebRTC Wrapper

    Hi, does anybody know if it's possible to do a library from this WebRTC compilation for B4A? https://oss.sonatype.org/content/groups/public/io/pristine/
  20. Star-Dust

    Italian Panoramica Star-Dust

    Per comodità (mia) raccolgo qui i miei contributi: Warning: Non sono wrap (non saprei farli) , sono realizzate quasi interamente in B4X. Librerie B4A 01 Dialogs 02 Menu 03 Floating Button StandOut 04 DragBoard 05 ViewExtra 06 PanelExtra 07 BT_Printer (Bluetooth & BLE) 08 MenuExtender 09...
Top