Tutorials & Examples

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

GIF FILE - 3 x ROTATING EARTH

pic1.png


An example of the rotating earth with 3 x image views displaying the same GIF file but each separated by 120 degrees from the other. You will need to download the GIF file from here...
 

Attachments

  • EARTH ROTATING.zip
    8 KB · Views: 789
Last edited:

Get resolution of video from file

MediaMetadataRetriever:
    Dim metaRetriver As JavaObject
    metaRetriver.InitializeNewInstance("android.media.MediaMetadataRetriever", Null)
    metaRetriver.RunMethod("setDataSource"...
 
Last edited:

[Installation Guide] [B4A] Supermarket, Restaurant, Pharmacy, Store Delivery

Disclaimer: I do not create/own the original project source code therefore please don't ask me to provide full support. I am just helping a member to make this project work. I do not get any money...
 

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
 

How do they ... ? #4 (FR)

Here's a link to my new tutorial (in french):
Comment font-ils ? #4

The translation by Google Translate in english is horrible. The translation by Bing Translator is much better.
 

[B4X] AS TabMenuAdvanced Designs

1654451659991.png

 

Attachments

  • AS TabMenuAdvanced Styles.zip
    450.1 KB · Views: 620

IconKitchen - Generate App Icons

Hi

In case you are looking for this tool. Generate your app icon for mobile devices. It uses, clipart, text and images.

 

Blue Stacks connection to B4X IDE.

Blue Stacks 5 adb connection is now more difficult for Android developers. It now randomly chooses the ADB port number every time it starts up. For those of you using Blue Stacks to develop, here...
 
Last edited:

Use Font instead of Icon

Hi.
Many programmer use picture in them project
Too i used in last.
But now with Font awesome,we can use font instead of icon
of course font is limit and the publisher can add icon to font
OK...
 

B4A Social Network Version 1.50

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...
 

Test Card Always Approves - Item unavailable in your country

Google never seizes to surprise us and its latest miracle is the following:

TestCardsNotAvailable.jpg


In order to fix this no matter if you have an EmailList set with the testers I have done two things. I do...
 
Last edited:

Send and Recive SMS from PC using AsyncStreams in Wifi e VB.Net

android 12
 

Attachments

  • SMSWifi12.zip
    114.4 KB · Views: 253
  • wifiSMS.zip
    118 KB · Views: 253

Compass: TRUE HEADING & Magnetic Declination.

I am presenting a test project - Compass. Post #1
- displays TRUE HEADING with local magnetic declination.

Tested in parallel with the application AndroiTS GPS Test v.1.48 Free...
 

Attachments

  • Screenshot_2017-11-TrueHeading.png
    Screenshot_2017-11-TrueHeading.png
    60.4 KB · Views: 761
  • TRUE HEADING.zip
    276.2 KB · Views: 684
Last edited:

Print Made Easy

After understanding this approach, printing will be painless for you forever.

Requirements:
- Any pdf file generation tool, I used HtmlToPdf lib.
- Any base64 converting tool, I used...
 
Last edited:

Service Module Example

Service Module using CallSub.

A very simple example. I thought you had to use CallSub from an Activity, but had it backwards.
 

Attachments

  • ServiceModule3.zip
    7.2 KB · Views: 692

[B4X] AS CalendarAdvanced - Expand with xCLV

Expand with xCLV 001.gif

This is a sample project to demonstrate how to expand or collapse the calendar and at the same time adjust a listview below it...
 

Attachments

  • Expand With xCLV.zip
    11.5 KB · Views: 457
Last edited:

Random Numbers, Timer, ExitApplication

Random Numbers.
Timer.
ExitApplication.
 

Attachments

  • RandomNumbers.zip
    7 KB · Views: 754

HttpUtil and Authentification

Hello,
i was in an dilemma, because i needed http authentification, but wanted to use the easy HttpUtils module instead more complicated HttpClient.

But its easy to extend HttpUtils. Pass...
 
Last edited:

Class example - Galaxy system emulation

This "galaxy" example simulates planets movements based on the gravity forces.

The purpose of this example is to demonstrate the usage of classes in a graphical program...
 

Attachments

  • Stars.zip
    8 KB · Views: 1,145
Top