iBarcode library
This library allows you to use the device camera to scan for all kinds of barcodes.
@Erel · 2018-05-17
SortedMap; A Sorted Collection [Beta/Preview]
This collection is very similar to the Java TreeMap collection I wrapped for B4j and B4A a while back. However this version is written completely in B4X. It''s based on a red black self balancing binary search tree. If you want to understand how this works take look at this superb visualization tool which was of invaluable help in coding this. As the collection is tree based it''s very easy and fast to return portions of the Map based on the key values as shown in the example code.
@keirS · 2018-03-04
Gallery Grid
I make library that you can show pictures in grid. I use tableview for this library
@Pooya1 · 2018-02-04
iNMSSH - SFTP file transfer
iNMSSH is based on NMSSH open source library: https://github.com/NMSSH/NMSSH It implements the SFTP protocol.
@Erel · 2018-01-10
iMapList - combining a Map and a List
A MapList is a combination of a Map and a List and implements most of the attributes and methods of both types. Why would you want to use as MapList? To have fast lookup (by Key) and to have control over the order of Values held in the MapList.
@Misterbates · 2017-11-08
Leadbolt SDK (ads)
Leadbolt SDK (ads)
@Erel · 2017-10-18
iPropertyEditor - display/edit object properties or database fields / create an App settings page
iPropertyEditor is available for IOS and Android and can be used to present object properties to the user for review and editing. It is modelled on the IOS Settings App (see https://www.b4x.com/android/forum/t...gs-to-the-default-settings-app.48778/#content)
@Misterbates · 2017-10-10
iAlertView - the beautiful MsgBox alternative
Allows you to add AlertViews to your app''s layout
@JanPRO · 2017-09-25
iChartboost
A wrapper for the Chartboost framework, which allows you to show ads and earn money
@JanPRO · 2017-09-25
iCircularProgress
Allows you to add circular progress bars to your app''s layou
@JanPRO · 2017-09-25
iColorSlider
Allows you to add ColorSlider to your app''s layout
@JanPRO · 2017-09-25
iLoadingIndicatorView
A great way to make loading spinners in your application look nicer. It contains 6 different indicator view styles
@JanPRO · 2017-09-25
iPopTip - beautiful PopOver
iPopTip - beautiful PopOver
@JanPRO · 2017-09-25
iSpriteKit
iSpriteKit is a wrapper of Apple''s SpriteKit Framework which allows you to create 2D games.
@JanPRO · 2017-09-25
iTesseract- Simple OCR
iTesseract is a wrapper of the Tesseract IOS Framework and allows you to recognize text from images (OCR- optical character recognition).
@JanPRO · 2017-09-25
iRSA - RSA encryption / decryption
iRSA - RSA asymmetric encryption / decryption
@Erel · 2017-09-03
iExternalAccessory - A flexible and customize way to connect MFi devices
This library was built for create apps using devices with iAP protocol and MFi.
@Alberto Iglesias · 2017-06-09
iMQTT
Official iOS MQTT client
@Erel · 2017-04-27
iCircleMenu [CustomView]
Description: iCircleMenu is a wrapper of the CircleMenu project and allows you to add beautiful CircleMenus to your app''s layout.
@JanPRO · 2017-04-02
B4i GitHub Libraries created by Alberto Iglesias
B4i GitHub Libraries created by Alberto Iglesias
@Alberto Iglesias · 2017-02-14
iSDWebImage Wrapper
This library provides an async image downloader with cache support. For convenience, we added categories for UI elements like UIImageView , UIButton , MKAnnotationView .
@icefairy333 · 2017-02-07
ImageloaderV2
Supports: 1.loading image from web(into imageview); 2.download image from web with callback event; 3.cache(or not) with files; 4.customize cache time setting
@icefairy333 · 2017-01-09
cviRadioGroup
RadioButton groups
@icefairy333 · 2016-12-30
cviZoomableImageView
You can using this to build picviewer class or image crop
@IceFairy333 · 2016-12-26
iSpeechRecognition - Voice to Text
iSpeechRecognition - Voice to Text
@Erel · 2016-11-10
iContacts + ContactsUtils
ContactsUtils is a class that together with iContacts library, provide read and write access to the device contacts store.
@Erel · 2016-11-09
FacebookShare - Share Photo, Video, Link with native Facebook App
After that Erel has added the iFacebook Library this is a small addon to be able to share photo, video, link with native Facebook iOS app. Those are just the basics. I can be extended a lot.
@narek adonts · 2016-09-26
clsSlideBar for B4A-B4i [B4I]
This class implements a "SlideBar" which is a cross between a B4A SeekBar and a B4i Slider. It presents the same interface on B4A and B4i, and in fact the class code is the same on B4A and B4i. i.e., you can select all of the class code in B4i and cut and paste it into a B4A class module (and vice versa). It is implemented as a Custom View so can be set up either in the Designer or programmatically. Examples of both are included in the attached sample project.
@Hugh Thomas · 2016-07-24
iPROGRESS
Better Progress Bar and Circular with Stop, Blur, Small, Big and Colors
@Alberto Iglesias · 2016-07-12
iGoogleIdentity - Sign in with Google account
Sign in with Google account
@Erel · 2016-05-02