Tutorials & Examples

Android development starts here. Please do not post questions in this sub-forum.

Create XML and Send to WCF Rest Service

Hello,

here is a small example how to make a xml and send it to a server which is hosting a wcf rest service.
Maybe it helps someone to start a bit faster with it...

Here a little...
 

Attachments

  • XmlBuilder.bas
    5.7 KB · Views: 586

Create wave form

You can generate waveform from peaks json file which is generated from mp3 file.
In this source waveforms has drown with canvas.
You can customize everything about waveforms display with this...
 

Attachments

  • s243_1099_sjrdzfn4.zip
    3.3 KB · Views: 351

Create Personalised QR Codes

See attached project that you can use to make personalized QR codes with. Image that is superimposed over the QR code should preferably have a transparent background. You can do things like this...
 

Attachments

  • PersonalisedQRcodes.zip
    486.1 KB · Views: 1,488
Last edited:

Create PDF's on an Android devices & send them to a B4J app

Just a simple example. You can (of course do a lot more with it)

There are a lot of libs about creating pdf's. With Erel's example...
 

Attachments

  • PDFMAchineB4J.zip
    1.7 KB · Views: 513
  • PDFMAchineB4A.zip
    8.1 KB · Views: 729

Create PDF with b4a and php

Hallo,

from time to time someone is asking on how to create a pdf with b4a.
I dont know how to do that ONLY with b4a.

Today i spend a few hours to write a b4a-example and a php-script which...
 

Attachments

  • b4aexample_createpdf_1.1.zip
    12.7 KB · Views: 1,354
  • 20140530_082501_356253050101034.pdf
    25.3 KB · Views: 1,363
Last edited:

Create online UI flow

Hi
I found a site that create ui(contain many views) and relate with together
I cannot explain complete please visit it
fluidui.com
 

Create online theme

Hi,
I found a site that create style and theme for your app.
You can select color and views and android sdk and other
It return res folder for you that can use in your app.
For use theme in your...
 

Create dynamic jpg using b4a and php

With this samplecode i will demonstrate to create a dynamic jpg from other image, put text´s on it, copy another image to it...

ATTENTION: This b4a-example uses CreateMap so you need B4A...
 

Attachments

  • Createjpgwithphp.zip
    9.2 KB · Views: 652
  • createimage.php_1.1.zip
    2.4 KB · Views: 633
Last edited:

Create Custom Keyboard Layout for Coding

Sometimes it is really annoying to have keys we use so often to be lying in most inaccessible parts of keyboard.
And to make the matter worse they might also involve combination of shift etc...
 

Attachments

  • c0d3r.zip
    2.1 KB · Views: 341

Create better Play Store listings

Slowly but surely, the official app stores of iTunes, Google Play, and Windows Phone Marketplace have transformed into a digital battlefield. App developers have to fight for recognition or...
 

Create an Android virtual machine or laptop

Hey everyone,

I just came across this video and I thought I should share it with you:

 

Create a REST API in php the easy way

There are numerous cases where you need to access data for your app and you need the simplest and fastest way of acquiring them. In those cases you definitely have to create an API which can be a...
 
Last edited:

Create a B4X library with Android Studio - Step by step

Attachments

  • 1642537591575.png
    1642537591575.png
    9.2 KB · Views: 460
  • 1642537591596.png
    1642537591596.png
    47 KB · Views: 396
Last edited:

COVID-19 Info Example

Hi,

Had made an application in B4A (my first in B4A) to display COVID-19 statistics.
Lots of data is specific to India. You can change them to reflect data from your country.

Used quite a bit of...
 

Attachments

  • pkCovid.zip
    372.1 KB · Views: 529
Last edited:

COVID API

API for live information about COVID-19

##source##


B4X:
Sub covid

    Dim cov1 As HttpJob
    cov1.Initialize("GetAddress", Me)...
 

Attachments

  • cov.zip
    14.1 KB · Views: 517
  • Screenshot_1584876341.png
    Screenshot_1584876341.png
    8.4 KB · Views: 744
  • Screenshot_1584876347.png
    Screenshot_1584876347.png
    10.4 KB · Views: 811
  • Screenshot_1584895171.png
    Screenshot_1584895171.png
    18.2 KB · Views: 755
Last edited:

Corso di B4A in Italiano

Ciao a tutti, ho creato un corso base di B4A in italiano di 30 ore. Per chiunque fosse interessato il corso è disponibile sulla piattaforma Udemy al prezzo scontato di € 15.

Utilizzate il...
 

Corso B4A Intermedio - Creazione di due App, un Timer per gli Scacchi e una Calcolatrice

1797502_4b7b_3.jpg

Ciao a tutti, ho creato un nuovo corso rivolto a chi già si muove un po con B4A e non è proprio alle prime armi. Il...
 
Last edited:

Corso B4A crea una app col tuo sito web

Ciao a tutti, ho creato un corso in italiano su piattaforma B4A per creare una app con un sito web, il corso è per principianti e guida l'utente dal download e l'impostazione di B4A, del JDK e...
 

Core Programming - Chain of Several Programmer

Core Programming Is a group chain of Programmer working on the development of new Features.

Here is a channel to teach newbies how to get started working with B4A and it is a channel to...
 

Core Documentation [UNOFFICIAL]

As a Development Team Leader, I like my code to be "just so". I also like my documentation to be "just so".
I am humble enough to know that I don't know everything, but I do know what I like...
 
Last edited:
Top