Hi everyone, how can implement the native input dialogs of Android in my app?
i found this code here, but i don't know how to convert it:
private void showForgotDialog(Context c) {
final EditText taskEditText = new EditText(c);
AlertDialog dialog = new AlertDialog.Builder(c)...
Hi everyone, I need to implement a native msgbox to ask for an input with a textfield like this
How can I create this?
Thanks in advance and merry Christmas 🎁!
Hi, i took a look to this example.
In case the user manually disable the location option, how can I show again the msgbox to ask to enable it by code?
Maybe to put in the "LocManager_AuthorizationStatusChanged" event
AS Tab Menu (Bottom Menu)
AS Bottom Menu V2
AS Animated Counter
AS MsgBox
AS PinLock
AS Sliding Onboarding
AS Onboarding
AS Placeholder
AS Button Slider
AS Floating Loading Button
AutoTextSizeLabel
AS Sliding Circles (Loadingview)
AS Ripple View
AS Gradients Panel
AS Color...
What are my options for displaying a quickie little messagebox telling a user something like, "Tap here" and then it disappears in like 2 seconds? As opposed to the one that has an OK button they have to press to get rid of?
This would be a lot easier than adding an image to the screen, telling...
Based on @Erel latest B4Xlibs projects, I created this modified class from the B4XDialog source class.
With posted (expertly developed) classes, we can create anything that suits our purpose - without struggling to "get it right". Thanks @Erel - for the lesson on correctness.
The...
First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :)
Hello, I needed a cross platform msgbox and dialog, that I can modify to 100%...
Hi all,
In this app, I'm using the Manifest to define the theme of the activity.
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.