Tutorials & Examples

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

display and save select item or data to another view and panel tutorial

Hi all,

For those who wants to implement this handling/behaviour to his/her
app, take the example zip underneath.

Special thanks to Klaus, who made a nice solution for this.:sign0098...
 

Attachments

  • TwoActivitiesDisplayResultsViews1.zip
    8 KB · Views: 621

IDE Tip: Alt + N = Recent subs menu

Not sure how many developers are familiar with the list of recent subs:

SS-2018-10-22_15.39.07.png


You can open it with Alt + N.
It is very useful...
 

SmartHost - Lesson 2 - Toggle Buttons and Check Boxes

Toggle Buttons and Check Boxes are standard fare for any program but to make them look good you need StateListDrawables and bunches of Image files. With SmartHost you can use font characters or...
 

Attachments

  • Lesson2Demo.zip
    83.5 KB · Views: 413
Last edited:

[B4X] B4XTable - Multiple rows selection

Edit: Don't use this code. Use B4XTableSelections class instead:
This...
 
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: 342

Begin with the B4A Trial version

The B4A Trial Version allows to get a good impression of the possibilities of B4A.

The trial version is limited to 30 days.

Following steps are needed to use the trial version.

Two solutions...
 

'Load More' in SqLite

How to show a query result page per page with a 'Load more ' button using LIMIT and OFFSET.
(LIMIT varies depending on how big the selection is)
 

Attachments

  • LoadMore.zip
    8 KB · Views: 604
Last edited:

2-Step verification - Sending email through Gmail

This isn't what I would call an actual tutorial, it's more like a very useful tip.

PLEASE NOTE: I'm not claiming that this is the only way to fix the issue, or even the correct way. But...
 
Last edited:

[B4X] [B4XPages] Network + AsyncStreams + B4XSerializator

java_USPawWZPiX.png


1592139571839.png


B4i_nUuTQqGuEH.png


Cross platform version, based on B4XPages, of...
 

Attachments

  • Network Example.zip
    220.7 KB · Views: 2,549
Last edited:

Help file for beginner programmers on Android platform.

I made for beginer detailed description of how to prepare a computer and phone to create mobile applications on the platform Android. I myself Russian therefore made the instruction in Russian and...
 

Access any database or system with B4AServer

Users who are not familiar with B4AServer project should start with this tutorial.

It is sometimes much easier to access data from a desktop than to access the data directly from the...
 

How to get track change data

ie: If you want to make a music control widget

First you need to add a broadcast listener to the manifest

AddReceiverText(thenameofyourservice,
<intent-filter>
<action...
 

How to convert from Firebird to Sqlite

I had to deal with a database format transformation problem from Firebird to SqliteDb
I want to share my experience because I've already seen some users who asked questions about Firebird...
 

XmlSax - Exposing the Parser at work

XmlSax - Exposing the Parser at work

I wanted to understand how the XmlSax worked so as to fully understand how to write the code to access the different elements.

Found an example on...
 

Attachments

  • MyXmlTest.zip
    6.6 KB · Views: 509
  • xml2_ide.png
    xml2_ide.png
    95 KB · Views: 501

File Choose

Quickly create a File_Chooser, and choose any type of File without any Library.


Download code Here
 

Firebase Invites/ DynamicLink/ DeepLink [relationship between]

Firebase has several extremely useful free server-based features for developers of mobile apps.
The free "Spark Plan" is suitable for small business applications.​
...
 
Last edited:

Press button makes a spinner (in)visible examples

Hi,

For those who wants this activity to implement in their own project,
there are two versions of examples available to choose from.
One from Kickaha (many thanks) and one by me.

So...
 

Attachments

  • SpinnerVisibility by Asmoro.zip
    20.5 KB · Views: 810
  • SpinnerVisibility by Kickaha.zip
    20.7 KB · Views: 685

Fading label effect, SetColorAnimated < Android 3 devices

Attachments

  • SC20121114-113536.png
    SC20121114-113536.png
    27.7 KB · Views: 1,717
  • fading colors.zip
    6.9 KB · Views: 851
Last edited:

Holy moley, take the work OUT of creating icons for your app!

💡 B4A Uninstalling a kiosk app

Hello all,
I've noticed 2 or 3 posts about not being able to uninstall a kiosk app because android:testOnly is missing from the manifest file, it's not in Erel's example.

If you just add the...
 
Last edited:
Top