B4ATutorialB4A
Auto restart an Android Application after a Crash
Auto restart an Android Application after a Crash
@OliverA · 2019-03-18
B4ATutorialNotifications
Background Services in Android 8+ - Observations !
Background Services in Android 8+ - Observations !
@Jmu5667 · 2019-03-08
B4ATutorialB4A [TOOL]
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
B4ATutorialB4A
B4A Book English Edition Updated to Version 8.80
B4A Book English Edition Updated to Version 8.80
@PhilipBrown · 2019-02-08
B4ATutorialB4A
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
B4ATutorialTheme
Changing the theme at runtime
Changing the theme at runtime
@Erel · 2019-01-25
B4ATutorialHome automation
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
B4ATutorialIntent
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
B4ATutorialContacts
Android Native Contacts Phone Number Picker
This is an example of choosing a phone number from native android contacts picker.
@HAH · 2019-01-04
B4ATutorialImages
Simple Photogallery using a Scollview
A simple example that shows how you can use a scrollview and create a photo gallery.
@ilan · 2018-12-29
B4ATutorialTranslation/localisation
Easy Sample Translator inside a Code
Easy Sample Translator inside a Code
@scsjc · 2018-12-28
B4ATutorialImages
Fill or Fit image to ImageView
Set the scale mode of an ImageView like CSS background-size property.
@Brandsum · 2018-12-26
B4ATutorialB4A
Immersive Mode with Notch area support
Immersive Mode with Notch area support
@Brandsum · 2018-12-20
B4ATutorialAds
Native Ads Unified with MediaView
Native Ads Unified with MediaView
@asales · 2018-12-12
B4ATutorialService/Receiver
Creating a sticky service - long running background tasks
Creating a sticky service - long running background tasks
@Erel · 2018-12-09
B4ATutorialB4A
B4A eBook en Espanol
B4A eBook en Espanol
@PhilipBrown · 2018-12-04
B4ATutorialIcons / fonts
Setting custom font for whole application without any library
How to add a custom font for the whole application without any library or extra code.
@Brandsum · 2018-12-02
B4ATutorialDatabase
SQLiteLight four simple SQLite projects
SQLiteLight four simple SQLite projects
@klaus · 2018-11-29
B4ATutorialDialogs
Dialogs library 2017 - Custom dialogs and async methods
Dialogs library 2017 - Custom dialogs and async methods
@Erel · 2018-11-26
B4ATutorialB4A
How to fix the multiple native libraries problem
Error: It might happen that, when combining multiple native (JNI) libraries, your Android app will crash with an UnsatisfiedLinkError. Why does this happen? Well long-story-short, your libraries differ from each other in terms of ABIs (target CPU architecture). For a detailed explanation, please follow the link below (also attached in PDF format). https://www.neotechsoftware.com/blog/native-libraries-part-i-common-pitfalls
@wonder · 2018-11-10
B4ATutorialGoogle
Solution for: Google Sign In Error 12500 x Internal Testing
If anyone is using the Google Play''s Internal Testing feature to make your app available for selected users, be aware that Google changes the app and therefore the APK signature - so Firebase-based services that require SHA-1 signature will NOT work properly.
@Marcus Araujo · 2018-11-07
B4ATutorialWear
Android Wear Install App via Bluetooth
Many people have problems to install there wear app to his watches. I list the steps that are needed so that you can quickly look up when you need it.
@Alexander Stolte · 2018-11-05
B4ATutorialProgress/Gauge/Loading
fuel gauge
fuel gauge
@WhoIsShmoove · 2018-10-27
B4ATutorialGPS/location/maps
Gnss Status Updates
Starting from Android 7 we can extract more information about the satellite navigation status. GPS is the first satellites system (the American system). There are several more systems now available. Android supports all kinds of systems: https://developer.android.com/reference/android/location/GnssStatus The attached project is based on the GPS example. It uses inline Java to add a listener to the GnssStatus callback.
@Erel · 2018-10-26
B4ATutorialB4A
IDE Tip: Alt + N = Recent subs menu
Not sure how many developers are familiar with the list of recent subs. You can open it with Alt + N. It is very useful when you are skipping back and forth between several locations. Note that Alt + Left / Right goes to the previous or next location.
@Erel · 2018-10-22
B4ATutorialImages [WATER MARK]
Add text to image and save it [water mark]
Example of how add a text into a bitmap and later save it as image file.
@Douglas Farias · 2018-10-19
B4ATutorialImages
Image upload with PHP and PostMultipart
A simple image upload example with postmulipart and PHP
@Douglas Farias · 2018-10-18
B4ATutorialMenu [JFEINSTEIN10]
Left menu layout examples [jfeinstein10]
A simple layout example of SlidingMenu
@Douglas Farias · 2018-10-18
B4ATutorialhttp [BRASIL CARS, TRUCKS AND MOTORCYCLES PRICES]
Tabela Fipe Api [Brasil Cars, Trucks and Motorcycles prices]
A simple example of how to consume a api with http
@Douglas Farias · 2018-10-18
B4ATutorialDrawing
Fidget Spinner example
Fidget Spinner example
@Douglas Farias · 2018-10-17