Device Administrator library
Device Administrator library
@Erel · 2017-09-11
Minimal Text OCR using Google Vision
I found a solution by writing a wrapper library for my modified code written in Android Studio; thanks to tutorials and example code in this forum. This wrapper only performs text recognizing/scanning on an existing image file. It does not display anything.
@Xenno · 2017-09-10
ScrollView properties
ScrollView properties
@klaus · 2017-09-08
Horizontal ScrollPage
I want to share this simple example of an HorizontalScrollView that works like ViewPager. Main difference between this and ViewPager is that HorizzontalScrollview has an only inner panel: this means that you can put inside it views that are larger then page width.
@Emme Developer · 2017-09-07
Third party tool for screen recording
I''m mostly using B4A-Bridge to connect the IDE to the Android devices. The built-in video recording feature doesn''t work with B4A-Bridge. I found a good alternative: https://play.google.com/store/apps/details?id=com.hecorat.screenrecorder.free This app, which requires Android 5+, makes it simple to record the screen. You can then use Tools - B4A Bridge - File Explorer to copy the files to the PC. The video files will be under: AzRecorderFree. Combine it with LICEcap (https://www.cockos.com/licecap/) and you can convert it to an animated gif.
@Erel · 2017-09-06
Change ACMenuItem Icon Color
A simple code to change the color of icons in ACMenuItem. Code can be used also to change another else BitmapDrawable
@Emme Developer · 2017-09-06
Mathemetics Pendulum
A not very useful animated pendulum.
@Erel · 2017-09-05
Create a wrapper library with Android Studio
This tutorial tries to show how to create a wrapper library with Android Studio.
@corwin42 · 2017-09-05
Printer Driver Android Termianl Xpay-701
Printer Driver Android Termianl Xpay-701
@victormedranop · 2017-09-04
IndexedTable with Custom List view
For the project that am doing, I was looking for a list view with alphabet searching items on side. I have seen Erel''s project (https://www.b4x.com/android/forum/threads/indexedtable.60300/) Unfortunately, i want to search my own searchable list items that are custom or designed independently inside designer view. so I finally wanted to share with you here as follows.
@DaniDPX · 2017-09-04
Animated Border
The CircularProgressBar class includes a generic animation code that you can use to create all kinds of animations.
@Erel · 2017-09-04
DataServer Library
DataServer Library
@azzam223 · 2017-09-03
FidgetSpinnerImageView
This is a simple FidgetSpinner view. You can implement a Android FidgetSpinner with it.
@Johan Schoeman · 2017-09-02
Boolean as Int (as in C/C++/Python)
Boolean as Int (as in C/C++/Python)
@wonder · 2017-09-01
AppUpdating (dl.dropbox.com)
AppUpdate works with dropbox. You can always use dropbox to host your APK files and TXT files. the URL for that is dl.dropbox.com instead of www.dropbox.com A little modified for own needs library (author: UGD), which allows for direct downloading files from the internet to your phone from the shared DropBox folder (https://dl.dropbox.com)
@T201016 · 2017-09-01
ExSDCard - SD memory card.
Check on our phon if an external memory card (SD memory card) is installed
@T201016 · 2017-08-31
DJI app java object to start video recording
This starts recording video with your dji app
@shb777 · 2017-08-31
AppPreference
The main advantage of this version (different from the other) is the ability to own encryption method remembered options in your application which then are displayed in the settings of your application.
@T201016 · 2017-08-31
Using a PlayStation 3 controller with your Android Device
Using a PlayStation 3 controller with your Android Device
@wonder · 2017-08-29
dgActionBar
A very flexible ActionBar
@udg · 2017-08-29
Android multitouch tutorial
Android multitouch tutorial
@Erel · 2017-08-29
SnakeView
Snake library is a simple and animation line chart for Android.
@DonManfred · 2017-08-27
CameraView - Take Pictures, record Video with the Camera
CameraView is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs, and still leaving you with flexibility where needed.
@DonManfred · 2017-08-26
Adding Tripod Mode to your DJI Mobile app
Tripod mode for DJI drones, limits the speed of your drone to around 2 mph. So you''re less likely to hit something, when your in confined spaces, or around people. This shows you how to add this to your app. Right now, only the Mavic Pro has Tripod Mode.
@shb777 · 2017-08-24
Oh no! - another Barcode scanner (100% embedded in B4A)
Barcode scanner based on ZXing(100% embedded in B4A)
@Johan Schoeman · 2017-08-23
INTENT ID
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.
@Douglas Farias · 2017-08-23
Block Stack - with source
I decided to post the source code for a simple block stacking game I''ve written using the libGDX library. It uses the shaperenderer to draw the blocks and stack, this isn''t the best way of doing it as I''ve read that the shape renderer batch is not the fastest, but it seems to work fine for my game. It''s a simple 2D version of Stack by Ketchapp. It''s very simple so I thought it might help people to learn basic libgdx commands easier.
@andymc · 2017-08-23
Firebase Database working example
Firebase Database working example
@pedrocam · 2017-08-22
Intent: search and play song
With this intent, you can directly search and play any song from your device. No need to search for music files or requesting extra permissions. Get more info here: https://developer.android.com/guide/components/intents-common.html#Music
@Multiverse app · 2017-08-20
Dropbox API V2
Dropbox API V2 All HTTP! All using httputils2
@DonManfred · 2017-08-20