HtmlToPdf
Library that converts an html file (or string) to a pdf file programmatically.
@FabioC6 · 2019-03-22
B4AHelp
Viewer for the help content of Basic4android xml library files.
@Agraham · 2019-03-21
JRC2 - Home banking coordinates card [open]
Can be used as a two-factor authentication or a secondary login
@ocalle · 2019-03-19
Paytm
Paytm
@somed3v3loper · 2019-03-18
Auto restart an Android Application after a Crash
Auto restart an Android Application after a Crash
@OliverA · 2019-03-18
Amir_Fragment
A Fragment is a piece of an activity which enable more modular activity design. It will not be wrong if we say, a fragment is a kind of sub-activity.
@alimanam3386 · 2019-03-16
B4A IDEViewer Client Library for B4XIDEViewer
A B4X Tool which can show bitmaps, images and saved pictures from your B4XIDE on your computer. You can also play video and audio files present on your device. You can show and search huge text files, show PDFs, GIF-images and moreâ¦.
@moster67 · 2019-03-13
Background Services in Android 8+ - Observations !
Background Services in Android 8+ - Observations !
@Jmu5667 · 2019-03-08
VitamioB4A - a B4A-wrapper of the vitamio-plugin (advanced videoview-library)
VitamioB4A - a B4A-wrapper of the vitamio-plugin (advanced videoview-library)
@moster67 · 2019-03-07
Check if string is GUID
This code is to check if a string is a valid GUID.
@asales · 2019-03-07
SegmentedBarView
Custom UI control for android which is showing data as a segments and a value inside them.
@DonManfred · 2019-02-27
Enhance your layouts with the Layout bounds developer option [Tool]
The creation of layouts is very easy with the B4A Designer. With more complex forms, however, it can happen that the result looks a bit weird. Usually the heights or distances between the labels are different, but this is not immediately noticeable during development. To avoid slowing down productivity with time-consuming adjustment and control, Android has a helpful tool in the developer options: "Show layout bounds".
@fredo · 2019-02-25
xCustomListView Loading Tip
When loading a large CLV list (items derived from a ResultSet - for example), I find it loads much faster if you set the underlying scroll view visibility to False (before loading the list). Set it back to True after populating the the custom list.
@Harris · 2019-02-24
Spannable Text to HTML
Recently I faced a problem involving spannable text where I needed to store an EditText content and later restore in a new View on screen. It is a hard job as you can''t store a formatted spannable text in a database or in a flat text. The solution is to convert the EditText content to html , store, and then convert again from html and show. There are two Android java function those we can use to do this: ToHtml FromHtml With a small implementation and the help of @Erel I developed a small java routine that could be useful to store and recover spannable texts, maintaining the types formatting. Attached also an apk with a sample code using the routine. To test: - Open a formatted text in any app (browser, e-mail, etc) - Copy the text - Paste in the bottom edittext - Click the button - The formatted text will be copied to the edittext on the top
@Marcos Alves · 2019-02-17
B4A Book English Edition Updated to Version 8.80
B4A Book English Edition Updated to Version 8.80
@PhilipBrown · 2019-02-08
SMS retriever API
Starting from Android 6 there is an Api from Google which can Listen for a Incoming SMS for you. But you do not need any Permission for this. The SMS ends up in the Devices standard SMS App but your app can do an Phoneauthentification using an SMS from your Server.
@DonManfred · 2019-02-05
ThreeD library (alpha 0.01)
ThreeD library (alpha 0.04)
@MarkusR · 2019-02-03
Prevent accidental clicks
I had issues when i did an animation like clicking on a button and shrink it that if you click twice on it it will perform 2 times or more the animation you want to do or if you start a task that can take some milliseconds like scrolling a panel from outside the screen to a specific position you really want to prevent the user to click on anything before you finished your task. this could lead to bugs in your app.
@ilan · 2019-02-01
B4XDrawer with right panel
In the sample you find a modified version of B4XDrawer library. I added a right panel.
@Paolo Trevisiol · 2019-02-01
PDFViewer
View PDF documents in your app
@DonManfred · 2019-01-31
PDF-View
Android PDFView is a library which provides a fast PDFView component for Android, with animations , gestures , and zoom . It''s based on VuDroid for decoding the PDF file.
@DonManfred · 2019-01-31
b4aPDFViewerLib
b4aPDFViewerLib now we can show pdf in b4a!
@IceFairy333 · 2019-01-31
Microsoft VSTS integration.
If you need to incorporate your solutions into a Microsoft VSTS CI pipeline, then this extension I''ve created will help you integrate your builds. It''s completely free and enhances Anywhere Software to get accepted into the DevOps culture. https://marketplace.visualstudio.com/items?itemName=Ray-Lomax.build-task
@rayofcumbria · 2019-01-27
Changing the theme at runtime
Changing the theme at runtime
@Erel · 2019-01-25
Google Play Game Services Installed?
In order to avoid the popup that says, "app won''t run without Play Games service," I discovered a method for checking to see if it is installed. If not, you can skip your code relating to Play Games services.
@Jack Cole · 2019-01-22
Onkyo TX-NR676 Receiver controlled over IP Address
I want to control my Onkyo TX-NR676 Receiver from my Music Program (Turn On, Set Volume, Set Listening mode, etc) so I created this little test program to figure out what I needed to do.
@Robert Valentino · 2019-01-19
CameraEx : get smallest possible size
CameraEx : get smallest possible size
@HAH · 2019-01-19
DBUtils 2 - New Method - HasRecords
DBUtils 2 - New Method - HasRecords
@Harris · 2019-01-18
libary for STARDICT dictionary
STARDICT dictionary also can used for store other information. it is very quickly,and can maneger big data by very less memery. i have write a libary for STARDICT dictionary,they have lots of dictionary database.here is site:http://www.libredict.org/en/ you can google STARDICT dictionary
@hears · 2019-01-16
Creating custom Text Selection actions with ACTION_PROCESS_TEXT
Android 6.0 Marshmallow introduced a new floating text selection toolbar, which brings the standard text selection actions, like cut, copy, and pastes, closer to the text youâve selected. Even better though is the new ACTION_PROCESS_TEXT which makes it possible for any app to add custom actions to that text selection toolbar.
@Multiverse app · 2019-01-15