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...
ö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...
hello,
i will use 3d in b4a.
i found open gl 2 lib but open gl es is total unhandy.
i have some experience with open gl for pc and for mobil devices everything i know is missing there.
i just need some 3d primitives, 3d text, 3d lines.
.. currently i started a android library in android studio...
i have an issue (in B4A 7.80) ,
i put a three.js-master folder with one example in Files folder
but at synchronize in ide it not appear and in ide/activity said file not found.
i try to open the html file in web view, it was more or less a experiment if 3d view is possible.
(323 files in 41...
i think its wrong to sale a static app.
if we make/sale app modules that the enduser (or maybe a software developer) can connect its more useful.
something like plug & play.
there is so much waste in duplicated effort & time & money.
so much apps contains the same and exists parallel.
it...
i not have this product, can i use the ide at windows pc and mac?
as i understand:
at windows pc the ide use a mac (i have a mac mini) for compile and
then it copy via B4I-Bridge app to phone.
at mac it will compile direct and show the app in xcode phone emulator or push it to the phone via...
is there a public database with a list of librarys, her methods and events?
in mssql or sqllite format, or csv / excel / xml?
the base of this page here starting at Libraries https://www.b4x.com/android/documentation.html
what is the best practice to authenticate only user in a app that belongs the company?
i considered that the user should authentication via his company account mail & password as ms office 365.
or maybe via active directory and web api?
any suggestions?
hello,
is there a way to replace the first char of a word into uppercase?
i have "name1.name2"
i need "Name1 Name2"
User = User.Replace( "."," ")
User = Regex.Replace( "\b[a-z]",User, "$0") ???
hello,
today i made a class to pop up a list selection with checkboxes (in a scrollview) from a key value map inside a activity.
after ok click the map is updated.
note: i think a better solution is using a extra activity and jump into with CallSubDelay2 and then jump back where it comes from...
i have a textfile in utf-8 and this code but the list is not sorted. (7.80)
i put a A at top of the file and a Z an the end.
Dim problems As List = File.ReadList(File.DirAssets,"problems.txt")
problems.Sort(True)
Dim i As Int
For i = 0 To problems.Size-1...
[solved]
Hello,
i have a client app at phone (b4a) and a web server with iis and a vs studio 2017 web api project.
i will post data as json to server (i used okhttputils2) and the server should deserialize the data into a object/class.
but i facing the problem that nothing is deserialized and...
hi, i made a b4j (b4x) tool, it searching for all projects files and get the library information of it.
then you can search by name and sort the first column.
@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:
Here is my 24 hour clock as Widget Project.
V 09.03.2018
i useing a dot for the seconds now and i set the service as foreground.
(it is possible that this Widget drawing also if it is not visible,
i am open for improvements ..)
is there a Simple way to create a event in a Customview to catch this Event in
the Activity Modul?
something like
CustomView:
Sub ButtonFinish_Click
RaiseEvent Ready(1)
End Sub
---
Activity:
Sub Ready(a as int)
End Sub
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...
i like to have additionally StartActivityForResult build in with event name for result
its cleaner code without extra subs and javaobject lib in any project.
or better if the result comes here in Activity_Resume.
so we can use extern apps like this as barcode reader or something else
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.