B4A Question New instance of an activity - LucaMs (first post)    Feb 14, 2018   (1 reaction) Those are only two activities: a member activity and a followers activity. You have to fill them based on the related data. B4A Question Activities Cycle, Changing Orientations, and Object Initializations - Guardian17 (first post)    Jun 21, 2015   (1 reaction) I found a great simple example (provided by Erel) of using two Activities here:
https://www.b4x.com/android/forum/threads/two-activities-example.6611/
In order to prove what I am trying to prove, I have modified Erel's Button1_Click code slightly to add a few Log messages and a delay loop immediate B4A Tutorial One App - Two Activities (or more) - Two launcher icons - tpakis    Apr 25, 2016   (8 reactions) For my latest wear app i needed two different launcher icons, each one starting one different activity of the same app. It's really easy to accomplish, it only needs to edit the manifest file. Let's assume we have an app with package name com.new.test and two activities act1, act2 and act1 is the m B4A Question Scrollable List - Size Limits - Lakhtin_V (first post)    Nov 27, 2024 Interesting observation, I use two different activities. In one, all labels are of the same color and there is no failure from overflow. In the other activity, the same number of elements and rows, but it has multi-colored labels and it is in this activity that the overflow problem occurs. Therefore B4A Question Two Activities with shake - Erel (first post)    Dec 04, 2016 You shouldn't release the partial lock when the activity is paused if you want it to keep running.
You should also make the service a foreground service (Service.StartForeground). B4A Question StartActivity does not open Activity2 - LucaMs (first post)    Oct 18, 2019 I did not understand very well and the project you have attached contains only two activities, Main and Activity2. Possibly attach the project with the 3 activities.
However, normally a button is not needed to go back, the user will press the back key and return to the previous activity.
If instead B4A Question compare 10 variables as byte and assign 10 variables as char - Brian Dean (first post)    Mar 04, 2023   (2 reactions) First of all an important point. If you have a question on a new topic, start a new thread! But in this case I will answer this one here.
The "Log(...)" statement is used for debugging. The content of the Log statement is shown in the "Logs" window on the right-hand side of the IDE. It is usually u B4A Question [Solved] Ad Received but not showing - Erel (first post)    Nov 19, 2017 I've just tested a simple solution with two activities. The ads show properly in both activities. Try to create a new project with two activities and the ads. It will help you find the problem. B4A Question App activity vs widget activity - Paulo Rosa    Aug 28, 2018 Hi,
My app has a main activity and also a widget. Currently, I'm using two activities, one is for the app's main "screen" and the other is for the widget. This scheme is hard to work with, since B4A is not able to debug into widgets, and I need to have the same appearance and the same logic on both B4A Question Class - activity something else - guidance needed - Daica (first post)    Apr 24, 2021 If your app isn't so huge already, I would suggest switching over to B4XPages. here's some more info on interacting between 2 activities though, using CallSubDelay: Using CallSubDelayed to interact between activities and services | B4X Programming Forum Page: 1   2   3   4   5   6   7   Powered by ColBERT |