In my previously mentioned quest to bring better emoji to my app's users, I'm using the JoyPixels font. There is a specific Android version of the font, called joypixels-android.ttf, which is in the files folder of my project. It's a large file - 22MB.
As part of the app startup, it's...
Why do IsMatch and Matcher do not have the same results ?
B4X:
Sub Search
Dim toFind As String = "GetCanonicalPath"
Dim pattern As String = "\b"& toFind &"\b"
Dim list As List
list.Initialize
list.AddAll( Array As String( "test", "getCanonicalPath", "GetCanonicalPath"...
Hello.
I have been away for a while. I am now trying to clear the dust away and keep with an old b4x project. (didn't touch computer aprox. a year)
needless to say, I have installed all sdk manager recommendations to the last updated.
while trying to compile I get this error as the title ...
Wasn't sure where to put this message since it is more of a heads up than a question. Using the new B4A BlueTooth Chat example Here I couldn't connect to B4J JBlueTooth Here after playing around I found that Two B4As connected OK but if I sent a message from B4A to B4J nothing happened -...
Hi
How can I fix this Error?
Generating R file. Error
..\res\layout\view_alert_view.xml:1: error: No resource identifier found for attribute 'cardBackgroundColor' in package 'com.sharedppp.org'
..\res\layout\view_alert_view.xml:1: error: No resource identifier found for attribute...
hello
i add library DesignSupport into app b4a v9.8 ,
But now when i try to compile the app i get this error :Maven artifact not found: androidx.viewpager2/viewpager2
I tried out of the menu Tools/sdk manager ,download item androidx.viewpager2/viewpager2
But no file can be found
Can someone...
Edit, please see post below for new error log.
I am using the build server.
Well I'm getting close! I bought an old Iphone. Paid my Tribute to Apple and have everything up and running. Compile some example apps to my iphone successfully.
HOWEVER, the app I have been working on (after many hours...