B4A Tutorial Two activities example - Erel    Nov 16, 2010   (1 reaction) we have two activities. One activity is the "main" activity. When the user presses a button... return to the main activity:
http://www.b4x.com/basic4android/images/two_activities.png... B4A Question Two Activities with shake - AlpVir    Dec 1, 2016 The attached project is a variant of "Two Activities Example".
The second task is started... "To start activity ""Two"" press the START button." & CRLF & "When you want to start the activity ""Two"" shake the smartphone."...(Vector,3,1) & " / " & Sensib)
StartActivity(Two)
Else... B4A Question How to exchange data between two Activities? - ProjectGroup19 (first post)    Nov 19, 2019 ... like:
"How to exchange data between two Activities?"
ok noted... B4A Question One activity and two layers - the activity menu is invisible - udg (first post)    Nov 28, 2019 " as big as the whole Activity area so to hide the "main panel"; you should consume click... 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 main activity for which we have the intent filter ready in the manifest from b4a and which... starts the second activity act2. What we need to do is open the manifest editor and add... B4A Question Can you have different BT-profiles active between two devices at the same time? - moster67    Aug 23, 2017 it works fine between two android phones.
Now, I have this android head-unit in my car running ICS 4.03... B4A Question Service switching updates between two Activities - JohnK (first post)    Sep 7, 2015 the app to stall.
The attached project is an even more simplified one that simply has two activities...https://www.b4x.com/android/forum/threads/get-the-currently-running-activity.39387/I do not see how... task, with no distinction between which activity is actually in the foreground (have not looked... B4A Question How to work with two activities and a REST Service. - jotaele (first post)    Jun 8, 2015 More or less correct. With the service you have full control. You can decide to start the activity or to keep the data and only use it when the activity is resumed.
I tried and works fine. Thanks... B4A Question Bluetooth Chat - AsyncStreams in two activity modules - RonkyOne (first post)    Nov 14, 2014   (1 reaction) thank's raphael... B4A Question Two activities - Ajay Kakar (first post)    Aug 3, 2014 . I was calling the "Startactivity(main)" as the last line in the activity_create module of the second activity called "Replypost". I moved the startactivity(main) line to the end... Page: 1   2   3   |