library

  1. walterf25

    Java Question Returning Value on BA.RaiseEvent method

    Hi All, i'm trying to wrap a library and on one of the listeners for one of the properties i have the need to return an integer value, I was wondering if this is possible with any of the BA.RaiseEvent methods, if not is there any other way to accomplish this. Below is the java portion of the...
  2. Angel Garcia

    Wish SAP Mobile Platform Library

    Hi, It would be great to have a library in B4A to perform tasks remotely with SAP, this could expand our creations to companies and industries of our countries. I noticed there is a github project and a downloadable mobile platform directly from SAP for development. (but of course it would be...
  3. moster67

    B4A Library Accessibility Services (assisting users with disabilities, automation etc)

    This is a partial wrap/library for Android's Accessibility Services which you can read about here: https://developer.android.com/reference/android/accessibilityservice/AccessibilityService Android's Accessibility Services is meant to assisting users with disabilities in using Android devices...
  4. cxdzbl

    Android Question Hope that the official production of kotlin packaged b4a library tutorials

    I use second of https://www.b4x.com/android/forum/threads/wrapping-kotlin-code-and-libraries-for-b4a.91462/'s video, because of the problem of language, video has no text, depending on learning is very complex. I hope the government can publish a more detailed picture and text tutorial, thank you.
  5. M

    Android Question ExoPlayer subtitles

    its posible to load srt in exoplayer, i think in the lib is missing that part. any advice? thanks in advance
  6. J

    How much do you charge for wrapping the DialogFlow SDK?

    How much will you charge me for wrapping the DialogFlow SDK? Please serious offers, I do not guarantee that you will do the job, I'm looking for prices first. More links: https://dialogflow.com/docs/sdks
  7. LucaMs

    B4A Library [Class] ExpandViews

    A class / library to easily manage the expansion / collapsing of N B4XViews. The initial code was here: https://www.b4x.com/android/forum/threads/b4x-xui-expandview-source-code.93134/ Due to some problems with the SetLayoutAnimated command, it was not possible to get good animation for...
  8. J

    Bug? Easy to fix bug: Type: URI: it's a black hole...

    Good morning it's really strange that the URI Type is a "write only" Class or a black hole: there is not a single member which returns anything!: https://www.b4x.com/android/help/contentresolver.html#uri Therefore, we always get annoying cast warnings if we use this Type. I guess it's a short...
  9. carlos7000

    Spanish Alternativa a Log (Library)

    Hola a todos No sé si a otras personas les sucede, pero a mi la función 'log' no me funciona. Razon por la cual desarrolle mi propia librería. Su uso es muy simple, solo debe Incluirla en su proyecto, inicializarla, guardar los datos y Listo! La librería crea un archivo con el nombre que ud...
  10. 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...
  11. 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...
  12. 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...
  13. 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)
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. A

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

    הי שאלתי לא מזמן בפורום הכללי של אנדרויד איך אפשר להשתמש במנוע דיבור בשפה העברית, וענו לי שאני צריך להתקין ולהגדיר כברירת מחדל בטלפון שלי מנוע דיבור שתומך בשפה העברית. התקנתי כמה אפליקציות בטלפון שלי שמשתמשות בדיבור (לדוגמא הקראת הודעות) בעברית, למרות שבהגדרות הטלפון שלי מנוע הדיבור המכוון...
  19. 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...
  20. 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...
Top