Hi guys,
I am stumbled on this silly issue...
I am parsing a XML file and it's working fine. However I would like to perform an action after the file has been completely parsed by XMLSax (1.11).
Is there a way to detect when the parsing ends?
Thanks!
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29fiQRu
via IFTTT
jeudi 30 juin 2016
How to detect the end of a parsed XML file?
Service läuft im Hintergrund nicht weiter Smartwatch
Weis einer wieso bei einer Smartwatch der Service im Hintergrund nicht weiter läuft?
Wenn sich die App wegdimmt oder man sie schliest wird der Service nich weiter geführt.
Weis einer was man machen kann das es auch im Hintergrund weiter läuft.
Ich brauche es für eine Termin überwachung.
Hier der Code:
Beim Smartphone läuft es Top auch beim schliesen der APP
Dim NotiWecker As Notification
NotiWecker.Initialize
If MitTon = "1" Then
MpM.Initialize( )
MpM.Load(File.DirAssets,...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/290oiDx
via IFTTT
WS2812B Code Module
Hi guys...
After accepting a challenge in this thread to create a Library to control the NeoPixel type of thingy, I ordered myself a 8x5 WS2812B based shield.
So yesterday I got my shield...
http://ift.tt/1NWy7p2
... and starting doing my research.
Almost 80% of results took me to the NeoPixel Library... BUT, I found a Video on YouTube from a Guy called Kevin Darrah, in...
WS2812B Code Module
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1qUHcn1
via IFTTT
Arranging the .txt file
Hi,
I have this saved .txt file in my app where it will record down the datas when I click save. However, the .txt file shows it in an arrangement like this:
0
1
2
3
I would like it to be like this:
0 1 2 3
It would be better if I can add in coma in between as well. How do I arrange it that way?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/299OAqG
via IFTTT
BLE broadcast in background mode
I'm working on a connectionless broadcasting (BLE) application that needs to work in foreground and background modes. The i-phone will act as a peripheral, I implemented the central with a BLE module.
Can you help me to understand how to broadcast non connectable advertising packets periodically even in foreground and backgroud modes?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28XB2N7
via IFTTT
MaterialDateTimePicker
this is a wrap for this github project.
I´m VERY PROUD to present you this Date- and TimePicker Dialog library! I have tried to wrap about 20 different Date and TimePickers in the past 1,5 years. ALL UNSuccessfully. :-(
But this one i got working
MaterialDateTimePicker
Author: DonManfred (wrapper)
Version: 1.5
- Calendar
Fields:...
MaterialDateTimePicker
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28Z6VI2
via IFTTT
Contemplating port my Android app to iOS.
As the title says... I have an app on Google play that I get constant requests to port to iOS.
All it does is look up info in an SQL database.
I have no clue how involved iOS development is, or what the costs to publish to Apple are.
Anyone who can point me in the right direction?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29anz3F
via IFTTT
iGoogleIdentity - Sign in with Google account
This library is similar to the B4A GoogleIdentity library: http://ift.tt/1SIe6Pn
It requires some configuration:
1. Follow the steps listed in step #2: http://ift.tt/1NOBmOR
You need to have two keys at the end:
a. API key (Type = iOS)
b. OAuth 2.0 Client Id (Type = iOS)
2. Add the following...
iGoogleIdentity - Sign in with Google account
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1SIe6Pp
via IFTTT
Update info in database
Howdy.
What I am looking for is a way to update a databse table in an already existing app.
I have an app I released several years ago and I need to update the information in a database that is on the user device.
The actual app itself does not need any updates.
Any recommendations?
Thanks.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/298UjLk
via IFTTT
Platform Game Engine
Hello, hello!
I've been working on a new project non-stop and I'd like to give you guys a little taste of it.
Demolition Knight - 2015 Ninja Dynamics
Quick answers:
- No, no sound yet.
- Keyboard controls.
- The source code is based on my B4J Mario demo project.
- The knight sprite is royalty-free, but the background isn't. This will be changed soon.
- All remaining graphics, blocks, bombs are being created by me.
- Again, I'm...
Platform Game Engine
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/21qLy0J
via IFTTT
image file & custom Type
Hi to all,
I wish to handle an image within a custom Type like this:
Type custom (ItemName as string, ItemPic() As Byte)
If yes how to convert an image file (for eample within the File asset dir) into an array of bytes?
thanks in advance for your help
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297z25y
via IFTTT
What's different between okHttpUtiles2 & HttpUtiles2
Hello every one,
is there any different between okHttpUtiles2 & HttpUtiles2 ?
in transfer rate , cache or ...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29u4klm
via IFTTT
b4i not responding
B4i IDE goes to not responding when I give download last release option,It keeps on in not responding state for more than 3 minutes.And not responding is gone after 4 minutes.
my Archive.zip is just around 4MB. As of now I don't get any confirmation of success.A confirmtion will be helpfull
My laptop configuration is
Intel i3 4030u
8GB Ram
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2985Yxk
via IFTTT
[server] Run a Server on a VPS
The steps required to run a B4J server on a hosted server (such as a VPS) are:
1. Download Java JRE 8 (in most cases you will need the Linux version):
http://ift.tt/1ePtKo3
If you are not familiar with Linux then download it to your development computer, unzip it and upload the files with FTP. You do not need to install anything.
2. Upload the compiled jar with any additional files (www folder for example).
3. Start...
[server] Run a Server on a VPS
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1MfBUN8
via IFTTT
WIFI enabled boards and WPS... Questions!
Hi Guys
I just received my D1 Mini ESP8266 Board, and am very excited about it....
One question has popped instantly to mind... Are these boards WPS capable?
Is WPS an hardware feature or something one can implement in code?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/296jPQ2
via IFTTT
Ormai sono cotto DoUntil /Loop e company
ho fuso, mi sono scervellato per trovare una soluzione che di fatto non doveva essere cercata, perché?, nello sviluppo di una app, mi sono imbattuto in una condizione che non mi aspettavo. In sostanza si tratta di un classico ciclo Do Until/loop, da cui si esce quando il valore di una variabile cambia, non capisco, ma si punta in modo strano, nei vari linguaggi adottati nel tempo, dove questi cicli comuni si utilizzano normalmente, qui bloccano tutta l'attività, anche se ho dei vaghi...
Ormai sono cotto DoUntil /Loop e company
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28QN3Hv
via IFTTT
Can't upload with iTunes Connect
Hi all. I started submitting my App for review, following the instructions provided by B4i. I created a distribution certificate and provision, compiled the App for distribution then tried to contact "iTunes Connect" using my Apple Developer access.
Accessing the Apple Developer page, I find a list of links on the left. Clicking on the icon with the link to iTunes Connect a new page opens with four big buttons: "Apps", "Music", "Books" etc. If I click "Apps", there isn't any "tool" for...
Can't upload with iTunes Connect
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/295raCV
via IFTTT
LoadingIndicatorView
this is a wrapper for this github project.
LoadingIndicators
Author: DonManfred <msy1912@gmail.com>
Version: 1.01
- Indicator
Properties:- BallBeat As Int [read only]
- BallClipRotate As...
LoadingIndicatorView
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1S0a9HI
via IFTTT
Animated SVG View
It wraps this Github project. Posting the following:
1. B4A project for demonstration purposes
2. B4A library files - copy them to your additional library folder
I have added Google, Twitter, Github, jRummyApps,and BusyBox - create/download your own and add it to the B4A code.
View attachment 45183
Sample Code:
#Region Project Attributes
#ApplicationLabel: AnimatedSvgView
#VersionCode: 1...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/21kslin
via IFTTT
TI ADS129x library...
Dear Erel and other geniuses at B4X,
I request you to please wrap a library for Texas Instruments Analog Front End ADS129x.
Someone has already come up with arduino library. The attached zip contains the library.
I got it from http://ift.tt/28YnVOz.
Being a hardware engineer I do not know about wrapping libraries and whether it is even possible for this one.
warm regards,
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28SaGew
via IFTTT
Wearable DataLayer
Not so recently a new branch of the Android platform was released for wearables (Watches and things) know simply as Android Wear. Wearables running Android Wear are made to be an extension for your existing mobile Android device. They bring notifications and app information / interaction out of your pocket and onto your wrist (and maybe other places if other wearable devices are released). I believe notifications will account for about 80% of the usage of these...
Wearable DataLayer
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1YUsEn8
via IFTTT
Jacom K1 Smart Key
Hi there, I try to develop a solution, that integrates Jacom K1 Smart Key - it's a small button inside the audio jack, that simulates the headset button. It's probably very usefull, if you have dirty fingers from work.
I found
http://ift.tt/1NWeyq5
and
http://ift.tt/28WeZ73service.54593/
but it's a little too heavy for me, so my question is, if anyone klnows an B4A example, that works with it or...
Jacom K1 Smart Key
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/292pl91
via IFTTT
sms come inviare etichetta al posto del numero
Hi to all
someone can tell me that there is a way to send a sender label instead of the number in the text message?
For example, I want the receiver See "MyCompany" and not +39323622255
thanks
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/294NAzZ
via IFTTT
Alarm with simple task reminder
Alarm with simple task reminder.
As a Task reminder:
For QuickSet reminder just hit the Task Setup and Save, it will make a reminder of 30 minutes. If different, just adjust it by "Quick time adjustment".
Interval time, eg. for medication dispensing every 6 hours 3 times/day for 4 days.
Or recurrent every 30 days for 90 days.
Only one task needed for each task with automatic roll-over around midnight at the ended date.
The date can be set. Not only the days of...
Alarm with simple task reminder
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/292FmYM
via IFTTT
Communication error
I worked cca. 2 weeks with b4i without problem, but today i can't remote compile my application.
View attachment 45506
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/291JpJW
via IFTTT
B4A Bridge V2.14 problem
Today I tried to install B4A Bridge version 2.14 on an Android TV box.
However, it crashed three times with various (toastmessage) errors like "failed to save APK", which kept repeating itself.
The screen with "Connect" / "Disconnect" buttons does appear.
Normally B4A Bridge tries to also install the B4A Designer, but that did not happen. I assume the errors are related to attemps being made to install the Designer. (It is unclear to me why the B4A Bridge needs the Designer in the first...
B4A Bridge V2.14 problem
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/294WCNv
via IFTTT
Large bitmaps: is use of reflector.RunMethod("recycle") still relevant
Because of these posts/threads:
http://ift.tt/294UGF7
http://ift.tt/2982NUQ
I have been attempting to manage out of memory problems by using the following code as soon as I finish with a large bitmap:
reflector.Target = bitmap
reflector.RunMethod("recycle")
Some other...
Large bitmaps: is use of reflector.RunMethod("recycle") still relevant
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/294UC85
via IFTTT
Bal2Bjl (with source)
Hi,
it is not my creation, I have only the convertor "Bal2Bil" modified.
View attachment 45542
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28XsgM8
via IFTTT
Generate DIMs in designer
It would be nice to have an option similar to Generate Members in Designer where it would add the DIMs for the views to the Globals section of the code. For example, if I had a label named lblTop in the designer, it would add:
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
' Main screen views
Dim lblTop As Label
End Sub
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29sJxyG
via IFTTT
Unexplicable difference between Debug and release modes.
I use last version 6.0 of B4A.
My program connects external devices with Bluetooth, sends commands to them and receives answers from them. It also sends data over Internet. This program cannot be uploaded, mainly because it cannot be run by people not having same devices. It works fine in Debug mode, either connected with B4A-bridge or with a cable.
When run in Release mode (installed on the Tablet), it displays a message that gives no information. I attach the picture of the message.
There...
Unexplicable difference between Debug and release modes.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29d5Z19
via IFTTT
Há brasileiros usando B4A?
até agora não encontrei nem um brasileiro ativo aqui , fazendo apps ou coisas do tipo.
tem alguem ae que usa seguido b4a?
se tiver comenta ae pra eu adicionar
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/295Gkof
via IFTTT
ProBundle [chargeable]
It is not possible to acquire a library individually.
- ArchiverPlusUnRar v1.02
Based on the official source code in...
ProBundle [chargeable]
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1NeJIiN
via IFTTT
3rd party SIP Library
Hi, Does anyone know of a 3rd party SIP Library that will work with B4A. The standard android library is too limiting and doesn't support the functions I need. e.g STUN, TURN, P2P connection without SIP server registration.....
Thanks,
M.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/296ukoo
via IFTTT
need help about okhttputils upload progress
please see the project,I've tested two methods of php(t.php,t2.php)
all of them are ok in the Lan,but error with WEB("Error: java.io.IOException: unexpected end of stream on Connection{app.*.com:80, proxy=DIRECT@ hostAddress=101.*.131.87 cipherSuite=none protocol=http/1.1} (recycle count=0)")
anyone can help?
the download progress is ok now,and the order is:
1.hc_ResponseSuccess
2.Response_StreamFinish
3.jobDone
the upload progress is error:
1.hc_ResponseError
2.jobdone(false)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297V6eS
via IFTTT
Power Blocks (Puzzle Game)
Hi
this is my latest creation. It is a very nice puzzle game.
i still need to add the Ranking function but everything else should work probably.
Please Try it and tell me if it is working well on your Phone. It is using the Accelerated Surface from @Informatix.
Link: http://ift.tt/25WpbYS
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/25WpyCJ
via IFTTT
HttpJob Without Cache
Hi
I want to use http in b4a without cache.
is there any lib for this ? or code?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297Tsd7
via IFTTT
Split a file into multiple files
Hello,
I'm going to use a web service that has a size limit of the files that can be accepted.
I need to split (binary) a file created in b4J into multiple files according to this limit.
Is it possible to achieve it in b4J ?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297bC2Y
via IFTTT
WebViewExtras
Hi all.
WebViewExtras is my latest library.
It's a much updated version of JSInterface.
WebViewExtras exposes more of the available native Android WebView methods to your B4A application:
addJavascriptInterface(webView1 As WebView, interfaceName As String)
Add a javascript interface to webView1, methods of the interface can be accessed using javascript...
WebViewExtras
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1OmqdTw
via IFTTT
Send a long string over get on server
Hello i will send the transactionReceipt to my server, but this is in string a very long string and the httpClient has problems with them or the php backend, iam not sure
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29eRxY4
via IFTTT
Pulsing around view
Looking for Association
Dear Friends,
We all are sharing concepts and idea and helping each other to grow. There are too many things in the world which need attention and lot of new work is waiting for new ideas. Doing alone may not be possible for all of us. B4A is a good platform to develop Application and having experience & excellent talent required to meet the expectations.
I have an idea to work together by putting efforts and earn like king by sitting in own place and atmosphere. By doing so we will...
Looking for Association
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29eP2Fl
via IFTTT
Wrapper for ad network
I'm from new ad network, we are mediation network. Creating wrapper library for our developers because couple of them asked about it. Can somebody help me with wrapper?
Still have errors when using LibraryCompiler. I cannot share our code because some security rules but it would be kind to little help and advices on skype: lukasz.macczak
I can send our ad network t-shirt for helper
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29cEtRy
via IFTTT
Customize - the easy way
A simple Image Editor. (I will add more effects and stuff in the future)
link: http://ift.tt/296p4Ak
View attachment 45610
View attachment 45609 View attachment 45608 View attachment 45607 View attachment 45610
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29bAwh6
via IFTTT
mercredi 29 juin 2016
The 100,000+ Downloads Club
Was your app downloaded 100,000 times or more?
If yes then you are welcomed to post a link and screenshot of your app here.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1NIxX0s
via IFTTT
SEND TEXT --> DISPLAY BLUETOOTH
Hi all.
How can i send a string to a bluetooth device (device type of the car, advertising billboards, etc) that simply displays the string sent ??
Example i have this string: "Hi today is xx/yy/zzzz, you have discount XX%".
This message should be displayed on the device.
Thank you
Marco
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/296T7LU
via IFTTT
Question on Email coding
Dim Message As Email
Message.To.Add("SomeEmail@example.com")
Message.Attachments.Add(File.Combine(File.DirRootExternal, "SomeFile.txt"))
StartActivity(Message.GetIntent)
In this code, they private message as email. However email is not part of the available options in the B4A. Do I need to load any library for this?
Thanks
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29h84rB
via IFTTT
Text-Alignment
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29cwSSN
via IFTTT
I cann't receive message from jshell
Hi
I use shl_StdOut to receive data from "sudo nodejs server.js". server.js is a mini webserver. when i running "exceute", it run in background. it has some showing message but shl_StdOut can't receive them. Why ? Where am i missing ?
Sub Execute As Boolean
If Not(ProcessIsRunning("nodejs server.js")) Then
Dim sh As Shell
sh.Initialize("shl", "sudo", Array As String("nodejs","server.js"))
sh.WorkingDirectory="/home/pi/OpenPLC_v2"
sh.Run(-1)...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/295bEmR
via IFTTT
B4R v1.20 BETA - Support for ESP8266 Boards
v1.20 BETA is available for download: http://ift.tt/28Pttee
This version adds support for ESP8266 boards. The ESP8266 is a very interesting chip. For a few dollars you get a board that is more powerful than Arduino and with built-in support for wifi. This makes it a great component for IoT solutions.
Working with ESP8266 can be a bit more challenging as Arduino is the de facto standard.
I recommend developers new to B4R, to start...
B4R v1.20 BETA - Support for ESP8266 Boards
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28Mhb2s
via IFTTT
How to Implement STM32 into B4R
If you want more FLASH memory space (say 128K flash), need more RAM (how about 20K), would like your program to run a little faster, or simply want to play around with a different micro-controller family, then have a go at this.
The included PDF document "How to Implement STM32 into B4R.PDF" contains the many steps required to get B4R to compile, upload and run code for a...
How to Implement STM32 into B4R
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1tu7GNJ
via IFTTT
implant data in a webpage
hello everyone
I'm new in b4a and I've just started using trial version and I came up with a question.
I've got a webpage with 2 edit texts,one of them recieves a number and the other one recieves Captcha code, and a submit button.
In my application I want to have 2 edit texts which their texts will be put inside webpage's edit texts, an Imageview which will show the Captcha picture and a button which will send the data to webpage when clicked.
Can anyone help me trough this problem?? I'm...
implant data in a webpage
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/296NnC5
via IFTTT
Text-Alignment
Hi,
I'm doing something wrong or is it an error?
The text-alignment Left and Center is OK, the text-alignment right but not!
View attachment 45599
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/296MDN1
via IFTTT
Firebase Services
When Realtime database support is expected to be available by B4A?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1UtCDIl
via IFTTT
Create a wrap for B4i
Hi!!
I'm interested on make this library for b4i:
http://ift.tt/1TlLXlg
Is anyone interested??
Please PM or email me at descartex1@gmail.com with the estimation cost of making this.
Please note that this work will be shared for free on this forum after i check it works properly.
Thanks a lot.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29en901
via IFTTT
Use wkwebview error
B4i version: 2.51
Parsing code. (0.00s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (1.86s)
Building Xcode project (0.03s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/dengjie/Downloads/macserver/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/299mkDq
via IFTTT
reproducir flv streaming
se puede hacer reproducir flv streaming
intente con este http://ift.tt/293PMrw
pero pongo la camara http://ift.tt/29c9e8X y al ejecutar me indica que falta complemento.
Saludos
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/293Quoi
via IFTTT
My prediction on Brexit
70% to 30% for leave.. Bye Europe!
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28S5CqW
via IFTTT
RememberMe.Show
Hi there
RememberMe.Show is an app to create 'orbituary' listings for your loved ones who have passed that you can share with friends or upload to the RememberMe facebook page.
I started working on this as a dedication to my father who passed on and intend to add more family members who have passed also, as a rememberance to them.
In most instances, when an advert of such is done via local newspapers, this is only...
RememberMe.Show
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/295xetq
via IFTTT
RememberMe.Show
Hi there...
This is for all those of us who have lost loved ones and one to remember them. With this app you create a profile for your loved one that you can share with your family and friends, post on our RememberMe facebook page and even keep, forever.
To create a loved one's profile, their name, date of birth, date of passing, final burial place, service venue and time, their profile picture, a special message and contact person can be specified to choose just the profile properties you...
RememberMe.Show
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/295woNy
via IFTTT
[lib] XOM
This is a partial implementation of the XOM library by by Elliotte Rusty Harold.
So with B4A we have the...
[lib] XOM
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1PC8aeF
via IFTTT
String declaration Error or "With B4R I always feel like a noob!"
Hi Guys...
Why does this code give an error?
'in Globals:
Private XDirection as string
'In AppStart:
Dim x = Rnd(0,2) As Int
If x = 0 Then
XDirection = "Up"
Else
XDirection = "Down"
End If
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297DOAb
via IFTTT
Solitaire (simple)
Solitaire (simple game)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29cadHX
via IFTTT
No puedo ejecutar mi app
Hola buenos dias, estoy teniendo un problema, a la hora de ejecutar mi app con B4A-Bridge me aparece un toast que dice "error writing file" y luego otro "error saving APK".
Esto me pasa con todas las app, no es con una en particular....
Alguien sabe porque puede ser? En lo logs no aparece nada
Muchas gracias!
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29c98jo
via IFTTT
App in billing Error
Hi all, i try to create an app in billing, but when i try do buy it say this:
The item you requested is not available for purchase
I m sure that is enabled, that i have uploaded apk with right sign key and billing permission.
Maybe can be an error related to adword account? Or adword is not necessary to purchase an add-on in app? Thanks all
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29c6Bpv
via IFTTT
Fermare il Text To Speech
Devo far pronunciare, in un app, una lunga frase composta da una serie di parole. Ad esempio le prime 2 terzine della "Divina Commedia". Fra un verso e l'altro ci deve essere un intervallo di tempo (com'è giusto che sia) e devo avere la possibilità di arrestare la voce in qualsiasi momento tramite un opportuno pulsante che è visibile (particolare interessante) solo quando il Text to Speech è operativo. La prima parte l'ho fatta inserendo una pausa fra verso e verso ma ho difficoltà nel fare...
Fermare il Text To Speech
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2954Czm
via IFTTT
Updates to internal libraries
Updates to internal B4A libraries will be posted here. Make sure to check the library version before updating.
These libraries should be copied to the internal libraries folder (Program Files\Anywhere Software\Basic4android\Libraries).
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1QUjqmp
via IFTTT
Give more support material design
Dear, lately I've been learning to program in android studio, is very tedious and do something takes a lot of time.
B4A is a great development tool android, but I ge realized that is lagging behind with the integration of components of material design, so I want to ask Erel in a new version if it is possible to use these options offered android studio in order to achieve a product at the same level as android studio.
Also to improve the rotation of the screen to keep the information and...
Give more support material design
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28ZYbMb
via IFTTT
[Library] B4aGridView v3.60
The zip include:
the library.
1: GridView Demo
1: GridView with B4APhotoPager Demo
1: PDF Explanations
******************** GridView v3.50 ********************
1: Library
1: License
A big thanks goes to ( Sergey...
[Library] B4aGridView v3.60
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1UxtmEs
via IFTTT
how to set app icon
Hi,
i'm new on forum and new on ios development.
I'm succesfully coding my first app thanks this forum without post new questions (saving settings, location, background location and more), but i cannot find any instruction about app icon.
How can i setup the app icon? Now my app as the default blue icon
Thank you
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/298HN19
via IFTTT
INTENT ID (Share intents and anothers important Intents)
Hello everyone.
A few days ago I decided to collect all intents I use constantly in my applications and make a library for it.
They are common and easy intents to find here in the forum and outside it as well.
Most codes can be found in stackoverflow (i think all)
This libs have social share intents, like share on facebook, whatsapp, telegram, twitter and whatsapp.
Here is a list of functions.
- Open_Audio
- Open_Video
- ShareText
- ShareImage
- Share_TextandImage
- ShareMultiple_Images...
INTENT ID (Share intents and anothers important Intents)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28Pl7Uj
via IFTTT
CodeView
This is a wrap for this github project.
It requires B4A 6+ as it is using an aar file...
The building of the used aar file i showed in this tutorial.
CodeView
Author: DonManfred (wrapper)
Version: 1
- CodeView
Fields:- EXAMPLECODE As String...
CodeView
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29cW21k
via IFTTT
FirebaseStorage - Simple file storage backend
FirebaseStorage service is similar to a FTP server. Clients can upload and download files.
FirebaseStorage takes it a step further and adds an authorization layer.
Google are offering a free package and a paid package: http://ift.tt/1Nz8H0r
The free offer is quite generous.
FirebaseStorage works together with FirebaseAuth for the access control.
The rules are set in Firebase console. I recommend to start with these rules (make sure to update the service in the...
FirebaseStorage - Simple file storage backend
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28X3BgL
via IFTTT
Requesting permissions at runtime in Starter
Can I Use the requesting permissions for 32+ also in Starter ?
I want to create a directory in file.DirDefaultExternal in Starter code.
I have many problems to emulate an ANdroid 6.0 device then I ask if someone can give me an answer.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297j8sf
via IFTTT
CustomListView TextItem
Hello , I use the Text Item of Custom ListView , but the text can be moved from left to right , as I keep the ex ?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28ZRutz
via IFTTT
Dropbox - FileUpload - Fehler
Hallo Helfer.
Habe ein kleines programm geschrieben das eine Daten.csv in die entsprechende Dropbox hochladen soll.
ich erhalte aber immer in der Zeile
manager.FileUpload(....) einen Fehler und es wird nix hochgeladen.
Sitze seit 3 Tagen an diesem Problem, habe zig Seiten hier gelesen, hab aber nix gefunden.
Mein Code:
#Region Project Attributes
#ApplicationLabel: SQPM
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28UBRp7
via IFTTT
TableView with httpJob error
Am a updating tableView content by
TableView1.AddSingleLine("fdg")
But I try to place with same code in a job done event which was triggered from a Page_Appear and thats not working (TableView data is not added)
TableView data updation is working on the same jobdone but job was triggered from a button Click...Is this a known limitation of tableView or a tableView bug?
Sub wallet1_Appear
Log("Wallet Appear")...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/294wFmx
via IFTTT
Acquisto licenza B4A
Salve a tutti, volevo sapere se c'è qualche sconto per acquistare la licenza enterprise e se la stessa si può usare su un solo pc.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1OGDZNU
via IFTTT
DirInternal or DirRootInternal
Let's say if I wanted my saved files to be able to send it to another places, will it be better to do a DirInternal or DirRootInternal?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/294Fhps
via IFTTT
decrease line spacing for label and textfield
Is there any properties to set the line height/spacing for label and textfield?
View attachment 45565
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29bG5fC
via IFTTT
Diffie-Hellman
I try to make a deffie-hellman-sub to exchange secret keys between two devices. Does anybody know, if the syntax for the following calculation is correct? It builds the foundation for the calculations..
View attachment 45564
y=Power(g,x) mod p
Thanks for help..
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29bF5bJ
via IFTTT
event auto-suggest should include events from classes in project
I just added an event to a class module, but when I go back to write an event listenener, and type "sub" then space then tab (to trigger the event auto-complete), the list does not include the event I defined in my class module.
I'm assuming that the event list only shows events from libraries?
Is it possible to include events from classes used in the project? Or did I miss something?
(The event listener works fine, but auto-complete would even better.)
Thanks!
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2979uWx
via IFTTT
Lego Power Functions IR Control
Hi,
for those who like to play with Lego Power Functions, find attached the rPowerFunctions Library.
The library is wrapped based upon this PowerFunctions library.
It enables to control elements connected to the Lego Power Functions IR receiver, via an Arduino with an IR Transmitter.
The library has been tested on a MEGA with a Sunfounder IR Transmitter (connected to PWM12) controlling a motor, via IR channel 4,...
Lego Power Functions IR Control
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29bCnTu
via IFTTT
Disordine in un file INI
Le seguenti istruzioni
Comune.WriteIni("URL1","http://ift.tt/293qb4F",File.DirRootExternal,NomeFileIni)
Comune.WriteIni("URL2","http://ift.tt/29o3l6q",File.DirRootExternal,NomeFileIni)
Comune.WriteIni("URL3","http://ift.tt/293qgFs",File.DirRootExternal,NomeFileIni)
Comune.WriteIni("URL4","http://ift.tt/293qgFs",File.DirRootExternal,NomeFileIni)
Disordine in un file INI
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29o3vdR
via IFTTT
How to initialize bitmap in this context?
I have the following code, and I get an error complaining that the bitmap is not initialized
Dim rfl As Reflector
Dim obj As Object
Dim B As Bitmap
obj = rfl.CreateObject("android.media.MediaMetadataRetriever")
rfl.Target = obj
rfl.RunMethod2("setDataSource", vidfile, "java.lang.String")
B = rfl.RunMethod3("getFrameAtTime", 0, "java.lang.long", 3, "java.lang.int")
Dim HV As Int = B.Height 'Error on this line
Dim WV As Int = B.Width
How to initialize bitmap in this context?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29o3aI9
via IFTTT
How to kill running process in PI2
Hi
Could i use jShell to kill already running process in PI2(raspbian) ? Or i need other method ...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/293oPqt
via IFTTT
Sync App Data (SQLite, Cloud solution)
I want to synchonize the app (SQLite DB) data, if the user want that.
There I have a problem, how and where. Bluetooth or something like that isn´t the optimal way for me, I want to do it by a cloud.
I read a solution with dropbox but each user need a account there.
The best solution I think is to do this with the Google account, which is connected with the smartphone. But I don´t find something for that. Is it possible at all? If yes, I would be happy if someone can give...
Sync App Data (SQLite, Cloud solution)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/294nRwY
via IFTTT
Android In-App Billing v3 Tutorial
This tutorial covers the new API for in-app billing provided by Google.
The main differences between v3 and the previous version are:
- (v3) Is easier to implement.
- Supports managed products and subscriptions. Unmanaged products are not supported.
- Includes a method to retrieve all purchased items. This means that you do not need to manage the items yourself.
-...
Android In-App Billing v3 Tutorial
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/21ak7dk
via IFTTT
See the ios simulator window from a pc
Hello,
i'm trying to set up b4i with the local mac builder (physical mac running el captain 10.11.5).
Testing the server, i get "invalid ssl key" but the test app installs and runs fine, opening the simulator screen on the mac.
Problem is, that mac is in another room, and used often by someone else.
is there a way to get that simulator window on my local pc (without using remote desktop utilities), and, -possibly - have it to not pop up at all on the mac running xcode?
Or is my only...
See the ios simulator window from a pc
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/293eMlm
via IFTTT
WKWebView JavaScript?
I switched from the WebView to the WKWebview. It seems that the stringByEvaluatingJavaScriptFromString method does not exist? Is there a replacement method or a different way to inject JS?
Method not found: stringByEvaluatingJavaScriptFromString:, target: <WKWebView: 0x14b0be00; frame = (0 0; 414 667); layer = <CALayer: 0x1467add0>>
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1PptAWW
via IFTTT
Problem creating u8glib library
I use the syntax
java -jar B4Rh2xml <pathto h file> <output file>
but have problem to convert
found the lib here: http://ift.tt/1Xuyeec
would like to use this oled screen
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1UnSpqX
via IFTTT
After running about 3 hours black screen occurs
When my app runs at the background, about 3 hours later, if I want to open it black screen comes into the front of the screen. What can be the problem?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1XfAuG8
via IFTTT
Can't see browser pop up messages in webview
In my app I use webview. I can see the pop up messages of web site but I can't see the browser pop up messages like "Do you want to save your password for this site?". What should I do?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1PxAn14
via IFTTT
mardi 28 juin 2016
AHViewPager library - Sliding panels now perfect
This library is a B4A implementation of the ViewPager object provided by the compatibility class from google. With this library it is possible to add sliding panels to your apps.
AHPageContainer - This object is a container for the pages of the AHViewPager. You should add Panels to this object.
AHViewPager - This is the main object which provides the sliding panels.
All...
AHViewPager library - Sliding panels now perfect
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1PfUP5t
via IFTTT
Automatic Activity Resize
I have Android 5.1 device that has a custom function to show/hide navigation bar by broadcast sending.
The function does implement show and hide the bar, but the activity height doesn't change and after hiding there is black rectangle in place of bar. If you then restart the app the activity size is changed.
At the same application that was created by Android Studio the activity size is automatically changed after hide/show the bar.
I'd like to see the same behavior from B4A.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/292HVv6
via IFTTT
Problems Requesting permissions at runtime
Hello Erel,
I'm trying to manage permissions in app´s and I started with the example of the
Runtime Permissions (Android 6.0+ Permissions) tutorial.
I do not get it to work and I do not understand where is the problem.
I attached the zip program to see if you can help me find the solution.
Thank you.
Cesar
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/291Z6jW
via IFTTT
[Solved] B4A Bridge error (10048)
After attempting to debug with emulator i wanted to switch back to B$A Bridge. This always used to work great. Now I get this error message:
Installing file to device. Error
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037: Only one usage of each socket address (protocol/network address/port) is normally permitted. (10048)
could not read ok from ADB Server
* failed to start daemon *
error: cannot connect to daemon
This indicates to me it's still attempting...
[Solved] B4A Bridge error (10048)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/21jgSk5
via IFTTT
b4j-bridge.jar IP ?
Hi
My b4j-bridge.jar IP is very strange but working OK ! 169.254.122.201
My B4j IDE(run in desktop/win7) --> 192.168.1.168
b4j-beidge.jar(run in raspberry PI2) --> 169.254.122.201
ethe0 --> 192.168.1.110
wlan0 --> 192.168.2.1
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28ZptlK
via IFTTT
Connect Android to MS SQL Server Tutorial
This tutorial is a follow up to the previous tutorial that explained how to connect to a MySQL database using a PHP web service. This time we will...
Connect Android to MS SQL Server Tutorial
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/200Np12
via IFTTT
Erro Run and Compile
I am Newbie and got error
Waiting for debugger to connect...
java.lang.NoClassDefFoundError: javafx/scene/control/Dialog
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:259)
at anywheresoftware.b4a.shell.Shell.getCorrectClassName(Shell.java:504)
at anywheresoftware.b4a.shell.Shell.createObject(Shell.java:491)
at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:244)
at...
Erro Run and Compile
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/293UYNC
via IFTTT
Registering device from B4A/B4i with payment
Hi,
Not sure if anyone has ever done anything like this before or has any suggestions on how I can do this using B4J.. (the following is just an example but of cause I am no car insurance company but just using it as an example to make it easier to understand on what I am trying to do)
First think of a car insurance, every year your car insurance is up for renewal. You can pay either monthly or an annual fee.
They then ask for your car details and then you have the option to register your...
Registering device from B4A/B4i with payment
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297Vc9B
via IFTTT
B4A 6 and GenyMotion Error
Hi,
After upgrading to B4A 6, I get the following error when I try to install the app to Virtual Device
B4A version: 6.00
Parsing code. (0.13s)
Compiling code. (0.30s)
Compiling layouts code. (0.02s)
Organizing libraries. (0.00s)
Generating R file. (0.71s)
Compiling generated Java code. (2.55s)
Convert byte code - optimized dex. (13.77s)
Optimized dexer failed. Switching to Standard dexer.
Packaging files. (1.68s)
Copying libraries resources (0.09s)...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/293kbYR
via IFTTT
How to set TableView textsize in B4i
How to set TableView textsize in B4i
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1WZBsGU
via IFTTT
chmod and rename as ftp commands
When I try to issue these commands via ftp i get back: "Error: unknown command" in the command completed replystring variable. Neither chmod nor rename are unknown commands to ftp though.
e.g ftp2.SendCommand("chmod", "666 " & chmodfile)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/292HvGP
via IFTTT
Problem with List View
Sub Button4_Click
Activity.LoadLayout("2nd")
ListView1.Initialize("ListView1")
Activity.AddView(ListView1, 0, 0, 100%x, 70%y)
ListView1 = File.ListFiles(File.DirInternal)
Panel1.Visible = False
Panel3.Visible = True
End Sub
Problem with List View
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/299mhbh
via IFTTT
ExitApplication - I'm confused
I have been exploring ExitApplication as a means of managing out of memory errors.
In the Starter service I have:
'Return true to allow the OS default exceptions handler to handle the uncaught exception.
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
ExitApplication
'Do not allow normal OS default exceptions handler to handle uncaught exception
Return False
End Sub
ExitApplication - I'm confused
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/291ERi1
via IFTTT
[Tool] Simple Library Compiler - Build libraries without Eclipse
The purpose of Simple Library Compiler (SLC) is to make it easier to build light-weight libraries. SLC is responsible for taking the Java source code files and generating the Jar and XML files.
As I see it, it can be useful in two cases:
- Creating wrappers for 3rd party SDKs.
- Modifying and extending existing open source libraries.
Do note that you still need to provide the source code. This tool only helps with the building steps....
[Tool] Simple Library Compiler - Build libraries without Eclipse
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1POfa4E
via IFTTT
LiquidCrystal_I2C
This is a wrapper for this open source project: http://ift.tt/1UrklM0
It supports DFRobot I2C LCD displays.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1Tpbpln
via IFTTT
CHUWI tablet Windows Button Trapping?
The CHUWI tablet (dual OS) running android has a "physical" (sort of) windows icon button below the screen that works like a back button. But trapping keypresses does nothing so it must not be a keypress that B4A sees. The question: Can I trap for that button and return true so to block it's function as aborting my application?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/297q61S
via IFTTT
Possibly Looking for B4a and B4i Developers for a project
Hello, I figured I would try this forum to explore the possibility of engaging a B4i and B4a developer. I have an idea for an app that I'd like to bring to market. While I could try to do it all myself, I'm trying to possibly shorten the window and have portions of it outsourced and developed externally.
At a minimum, I would like to outsource the following:
- The login flow (logging into the app, authentication against cloud server), once authenicated, the users can stay logged...
Possibly Looking for B4a and B4i Developers for a project
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/293fkGS
via IFTTT
PDF Viewer?
Hi all,
I´m searching the forum quite a while to find a solution to simply show an PDF in my app.
I found some threads with some information on this topic but nothing seemed to be a robust solution.
All I found looked more like a workaround than a professional solution to use in an commercial App.
How do you guys show PDFs in your Apps? Do I miss the obvious solution?
Is there a commercial Library? I wouldn't mind to pay some hundred bucks on a stable working solution, if there is any....
PDF Viewer?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/299ya2H
via IFTTT
I'd like to show you my games
Hello there
Now that I'm going to release my first game, I'd like to show you all the games I have been making during the last year. Maybe too many. I think I wont finish most of them, but here they are.
Before discovering libGDX:
Flappy remix:
Yeah, we all know Flappy bird uh? I decided to do my own one, just to test the game programming world. I don't think it's bad, but I don't think I'll even port it to GDX (too many clones out there)...
I'd like to show you my games
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1Z4q8Gx
via IFTTT
animazione domino
salve a tutti
avete presente il domino?
bene il 1 cade sul 2
quindi cadono 1 e 2 fino al 3
poi il 2 e 3 fino al 4
poi il 3 e 4 fino 5 e cosi via
lo avevo pensato cosi
Sub ruota1_AnimationEnd
RuotaB
End Sub
Sub ruota2_AnimationEnd
End Sub
Sub RuotaA
If Not(MuoveA.IsPaused) Then MuoveA.Start(Pezzi(Xa,Ya))
End Sub
Sub RuotaB
Xb=Xa
Yb=Ya
Xa=Xa+1
Log(Xa & " " & Xb)
If Xa=5 Then Return
If Not(MuoveA.IsPaused) Then MuoveA.Start(Pezzi(Xa,Ya))
If...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/292rXBU
via IFTTT
Serial Over IP
Greetings,
I searched and could not find any information on coding a serial over IP connection or a virtual serial port. Does anyone have any insight to the process?
Thanks in advance,
Craig
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1rqVT1t
via IFTTT
Service läuft im Hintergrund nicht weiter Smartwatch
Weis einer wieso bei einer Smartwatch der Service im Hintergrund nicht weiter läuft?
Wenn sich die App wegdimmt oder man sie schliest wird der Service nich weiter geführt.
Weis einer was man machen kann das es auch im Hintergrund weiter läuft.
Ich brauche es für eine Termin überwachung.
Hier der Code:
Beim Smartphone läuft es Top auch beim schliesen der APP
Dim NotiWecker As Notification
NotiWecker.Initialize
If MitTon = "1" Then
MpM.Initialize( )
MpM.Load(File.DirAssets,...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/290oiDx
via IFTTT
Add permissions in code
Hi all.
i m working on a simple lib, i will use compile to library function to make this lib.
some functions of this lib need permissions, like set Wallpaper
this function need
AddPermission(android.permission.SET_WALLPAPER)
my question is..
how can i automatic add this permission on the lib? for now i need add manualy on manifest.
how can i check if the user is using this function and automatic add this permission? and if the user dont use the set wallpaper...
Add permissions in code
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29cJXu5
via IFTTT
B4J DateTime parse with Timezone
Hello, I have a string that i would like to parse. The datetime string has TimeZone and is in custom format
eg: Tue Jun 28 09:15:28 CAT 2016
The equivalent format is DateTime.DateFormat = "EE MMM dd hh:mm:ss z yyyy"
how do i get the ticks for this custom date format.
thank you
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/292WRy0
via IFTTT
My prediction on Brexit
70% to 30% for leave.. Bye Europe!
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28S5CqW
via IFTTT
[Non-UI] Dropping file on JAR?
I'm creating my first Non-UI app and would like to know if it's possible to have an user drop a file on the JAR.
Thanks!
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/298hHKi
via IFTTT
How to destroy a B4X object?
To protect my B4J web socket server, in some cases I want to destroy "web socket handler instances" automatically created when a user connects to my b4j web socket server.
Actually, we (or at least I) do not know how to destroy any object in B4X.
Using VB.Net (or C#) you can use the method Dispose; with B4X?
I have not found documentation in this regard, on site.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/291jpdO
via IFTTT
[SOLUCIONADO] Sub en un Service
Hola
He añadido un Service a mi aplicación y además de variables he incorporado Subs
El problema es que desde las Activitys no logro ver esos SUBS.. es decir, coloco el nombre del Service y al pulsar "." (Punto) me aparecen solo las variables, pero ningún Sub.
Como es posible ?
Saludos
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28QOzbB
via IFTTT
How to destroy a B4X object? Question to all members, OF COURSE
To protect my B4J web socket server, in some cases I want to destroy "web socket handler instances" automatically created when a user connects to my b4j web socket server.
Actually, we (or at least I) do not know how to destroy any object in B4X.
Using VB.Net (or C#) you can use the method Dispose; with B4X?
I have not found documentation in this regard, on site.
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/291HmCY
via IFTTT
Runtime Permissions (Android 6.0+ Permissions)
If the targetSdkVersion is lower than 23 then the standard permissions system will be used on all devices including Android 6+.
B4A v6.0 (which was not yet released) adds support for runtime permissions. The nice thing about runtime permissions is that the user is not asked for any permission when they install your application from Google Play. Instead they will be asked to approve...
Runtime Permissions (Android 6.0+ Permissions)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/217qPQp
via IFTTT
zoom in e out
salve a tutti
in un giochino volevo fare lo zoom
ho trovato lo zoom basato su webview ma non voglio usarlo
mi serve solo fare lo zoom di una panel che contiene altri panel e delle bitmap caricate
oltre a ricaricare tutto ridimensionando ci sono soluzioni più rapide?
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28ZWhf8
via IFTTT
Panel as an argument to a Java function
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/298wRBa
via IFTTT
Iconify (Button, Label, Togglebutton, Toast with IconFont Icons)
This is a wrap for this Github Project: Iconify2
It is basically the same as my wrap for the IconicFontEngine but it has some cool advantages.
More exactly this wrap is a mix out of Iconify2 and PrettyToast in one Library.
Note that you need B4A 6+ to use the Library as the...
Iconify (Button, Label, Togglebutton, Toast with IconFont Icons)
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1M0bTAY
via IFTTT
Panel as an argument to a Java function
I need to pass a panel to a Java function.
The panel have some views inside, even custom views.
How can I define the argument type in Java side for the panel?
What kind of object is a panel in Java?
Thank you!
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/28ZEgxF
via IFTTT
Bluetooth rssi (signal strenth)
Hello friends, kindly help me to get bluetooth rssi (signal strenth). I am very new to b4a and tried with almost every tutorial about bluetooth rssi with broadcostreceiver library. But i cant get code work.
Please anyone help me
Thanks in advance
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/294z9yW
via IFTTT
ClassNotFoundException by Bal2Bjl
Hi,
I converted a layout of Bal to Bjl, the IDE looks good, but when compiling comes this error.
Program started.
java.lang.ClassNotFoundException: BAJPanelWrapper
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at...
ClassNotFoundException by Bal2Bjl
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/29kb7Ov
via IFTTT
AddMenuItem3 then MsgBox2 hangs up the app on Samsung xCover3
Strange behavior, after users submitted me the pb, I made a sample app, which crashes after answering no
to the msgbox, sometimes after 2 or 3 times...
Any idea?
#Region Project Attributes
#ApplicationLabel: B4A Example
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: False...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/290S65j
via IFTTT