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 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 Two Activities with shake - AlpVir    Dec 01, 2016 The attached project is a variant of "Two Activities Example".
The second task is started shaking the smartphone; not by pressing a button !!!
It works perfectly, BUT :
- if you press the power button
- if you fall on the screen timeout
no longer able to resurrect the service.
Probably it is a prob 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 StartActivity does not open Activity2 - rworner (first post)    Oct 18, 2019 There are 2 activities (main, Activity2). The main activity has 3 buttons each pointing to a different URL. When one of the three buttons is pressed it should call Activity2 and display a WebView with the correct URL. - All of that works. In Activity2 I have added a button at the top of the scre 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 Change activity to code module or service? - Mark Read (first post)    Nov 03, 2015 Thanks Erel. Will look into that. Last night I noticed a new problem using these two activities.
In activity 1 _Create (at the moment for testing purposes) I call activity 2 after initializing a variable required in activity 2. So far so good.
Activity 2 begins, starts the httputils service to down Page: 1   2   3   4   5   6   7   Powered by ColBERT |