Bitmap module
This module is good for working with Bitmaps. In this module,you can work with bitmap,colors,drawable,picture filter and other.
@Pooya1 · 2018-05-02
This module is good for working with Bitmaps. In this module,you can work with bitmap,colors,drawable,picture filter and other.
Unlike the Horizontal wheel (see WheelView class) , this wheel is analog - it can set or get any value in the range of the wheel, not just the labels. It can be designed in the designer as custom view, or added by code.
Like the library, as a class.
A class to pop up a list selection with checkboxes (in a scrollview) from a key value map inside a activity. After ok click the map is updated.
OpenWeatherMap class
I seem to now have a working Unit Test solution for B4A for anybody interested. The test code and test runner are included in the project to be tested, but can be excluded from compilation using a conditional directive - I use ''#if UNIT_TESTS'', with ''UNIT_TESTS'' defined when required in a Build Configuration (B4A menu option: Project | Build Configurations).
Custom Share Intent
This is a class for handling Configuration Settings (INI) file like in MS Windows. I follow Delphi''s names. Perhaps anyone comes from Delphi/Lazarus like me want to use TIniFile in B4A. It is a simple code, but it''s just enough for my current need. You may use, modify, or distribute anyway you want. If would be great if you inform me for any enhancement.
Class module - TimeDialogs (source)
The library listens to the current network traffic in your app and then categorizes the user''s internet connection quality with one of following values Poor, Moderate, Good and Excellent.
This class generates horizontal and vertical seekbars, in which you can customize the shape and colors (pressed and not pressed) of the slider, the background color and the width and colors in the two parts of the bar.
Allows to browse your storage devices. Embeds a picture and text viewer.
Dropbox API V2 All HTTP! All using httputils2
Someone in the forum today asked for help He has a series of questions. Each question can have many answers. He wanted the questions to appear one after the other. For each question one could choose an answer and immediately afterwards go to the next. I chose to create a Class. The result is nice and I decided to publish the source. Of course you can change to customize the graphics and add new features. I''ve put a button that allows you to go back to the previous question
CamEx class with Face Tracking and more error handling
Strong password Generator generates random password with your desired length, lowercase letters, uppercase letters, numbers and symbols.
Easy code to get select from a database using a file on server (can use https)
Device Year Class is an Android library that implements a simple algorithm that maps a device''s RAM, CPU cores, and clock speed to the year where those combination of specs were considered high end. This allows a developer to easily modify application behavior based on the capabilities of the phone''s hardware.
For files and input dialogs.
An input slider class that allows simple use of images to create interesting sliders.
ProgressDialog looks very small on my Tablet and I usually do not use it in loops because the DoEvents in the loop slows the execution. While working on the Treeview class I had an idea to show the progress but call the Doevents not every loop but after a group of cycles. This did speed up the execution and still the progress dialog was showing. I put this trick together with an animated Gif to get this new Wait Class.
With this class you can: - get an ordered list of files from a directory without directories names; - get an ordered list of files from a directory filtered using classic pattern; - delete all files in a directory that match a classic pattern. (patterns like: "MyFile*.txt" or "*My*.*" or "Image.jp*" etc.).
I''ve uploaded an example B4A app for Google Voice Recognition along with its source code and Eclipse Java source code for the CRGoogVR library I developed.
This is a simple logger class i use to help with debugging. It has the advantage of the entries being time stamped to see when they happen as well as creating a permanent record in a txt file. When debugging the entries are also written to the log window. The log file uses the day date as part of its file name so the files can be viewed for up to a month after their creation. Log files can become quite long but at the same time can be used to record what the app is doing and help with debugging difficult to find faults.
Modal-like & non-modal MessageBox with controll of colors and size.
Browser customview with designer properties, hidable top bar, automatic refresh, PDF management, external browser redirection, url string tracking, FontAwesome buttons. THIS IS NOT MEANT TO REPLACE A SOPHISTICATED BROWSERâ
Well I wanted to create some HTML and CSS elements for something I am working on. Actually I''m trying to develop a webapp that will run inside a webview, just for fun. This should also execute commands and get and set data. WebViewExtras is coming handy for that. So instead of having to write many .Append statements, well I have a few now, I decided on some generators instead. Here we go..
Display of data in a tree (like File Manager).
Save the Date! with SimpleDateFormatter
Grid Class, easy and fast grid. Images are via URL using the #AdditionalJar: picasso-2.5.2, can you read more about that in https://www.b4x.com/android/forum/t...onaljar-and-javaobject-picasso.40904/#content