Saludos,
La pregunta es sencilla: La pantalla (o layout) que se ve entre el cambio de un activity a otro se puede manipular o editar?
En algunos casos ni se nota pero en otros puede durar 1 o 2 segundos ahí, en blanco...
Esa pantalla muestra el nombre que se puso en el #ApplicationLabel del...
Buongiorno a tutti, premetto che sono nuovo del forum ma soprattutto nuovo di B4A. Ho bisogno di iniziare dalle basi e quindi volevo chiedervi come si facesse a passare dei dati dalla activity principale (main) ad un nuovo modulo activity (per esempio: "activity1"). Per dati intendo per esempio...
Hello everyone, I state that I am new to the forum but above all new to B4A. I need to start with the basics and so I wanted to ask you how to pass data from the main activity (main) to a new activity module (for example: "activity1"). For data I mean for example a string "Hello", and that in...
🌠 Transform into a different view or activity using morphing animations.
Using Transformation motions of new material version.
Github : https://github.com/skydoves/TransformationLayout (Kotlin)
Just for B4A
min sdk : 21...
How can I use the B4XloadingIndicator feature in B4I? in b4a there is the activity.GetAllViewsRecursive resource but in B4I there is no option for activitys
For Each v As View In Activity.GetAllViewsRecursive
If v.Tag Is B4XLoadingIndicator And v.Visible = True Then
Dim...
This Code run perfectly when call from activity.
Sub CreateFileProviderUri (Dir As String, FileName As String) As Object
Log(Dir & " : " & FileName)
Dim FileProvider As JavaObject
Dim context As JavaObject
context.InitializeContext...
Hi everyone, I'm here for an other newbie question, I made a layout in the designer and I have a blank space when I try it on my phone, even though I set the views in the script so that they fit to the the entire screen.
I need a menu to have a vertical scrolling so I loaded the layout with...
Hi everyone, i'm coding an android app.
I noticed that when the app launches (in debug and also in release) there is a moment where is possibile to see the default page with the ugly android titlebar with the app name (#ApplicationLabel: <name>) and blank activity, BEFORE the app actually...
Hi,
I'm testing my app with B4A-Bridge but when it compiles it stays still and doesn't show views like buttons, labels, etc. Please look at my screenshot and help me.
P.s I have loaded my activity.
Hi everyone, i've an app with the Main activity used as Login form.
When i user log in i wrote:
StartActivity("Home")
But if the user put the app in background and then opens it up from the homescreen (not from the recent apps) starts the Main activity instead of the Home activity (that is the...
Is there a way to call more Activities? For example.
I want to develop the following:
I have the Main Activity, and I want to call to a new one called "Login" Activity, then this activity, will do the login validation and if it is correct, then, called a Menu Activity that has several options...
Hello, i think i did this sometime ago, but i don't remenber. So, there is a code that don't recreate the activity when the orientation is changed?
I need to do just one activity, not more than this, the solution of create another activty doesn't work to me.
Thanks :D
Hi there!
I tried to build a sample app that notifies (using nb6) when the current user physical activity changes (using physical-activity-recognition-detection library).
It worked, but after closing the app with the user's 'task manager' (where you 'swipe' apps to stop them), I stopped...
Hello,
For a newbi, where could i found an explaination of the order of the different events
inside an activity ?
- order of the different Sub
- Events launch by any script that i input inside them
for ex: what i put inside Activity_Resume()
like a doc, a tuto or a post
i dont find it
Thanks
hello,
how can i add a custom view (it have the name ViewConsumer) to activity at runtime?
Activity.AddView(View1
Consumer is a class with data.
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Sub Process_Globals
'These global variables will be...
Newbie question.
I modified the Two Activities example to see if I could learn how to call multiple activities without an event.
I copied Activity2, modified it slightly and named it Activity3.
I was able to call multiple activities by using the click event of multiple buttons.
But how do you...
Que tal amigos soy nuevo y quiero saber cual es la manera de hacer una transición entre una pantalla y otra, lo estoy intentando hacer con layouts pero en algunos casos cuando haga la transición me queda el fondo del anterior layout.
Gracias.
Hi Sirs,
I have a questions again:):)
I have a big project now
I have to add (227) activity page on my app
But it is not offline app
i create online app, one activity will read .txt file on my server.
So , can i add 227 activity page on my application?
Thanks You.:)
Sorry for my bad English :(
Regards.
I am a newbie in B4A and I have a question in which, I hope, you can help me.
In the Main Activity I have a sub (MySQL_Query) that connects to MySQL and obviously this is also the JobDone sub. In the JobDone sub, fill a ListView (ListViewProfile). It's okay.
In another activity I...
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.