Android :: Closing Several Activities Simultaneously
Mar 17, 2010
In my application you can navigate through several Activities until the Activity stack is quite deep.
We'd like a button on every Activity that will take you straight back to the main menu - i.e. pop all Activities from the stack except the first one.
I've put the button in a View that I can easily put on every Activity in the application, but I can't figure out how to close several Activities in one fell swoop.
(If possible, it would be good if the View could work out how many Activities to close by itself - i.e. detect how deep on the stack its own Activity is.)
View 2 Replies
Aug 30, 2010
I have buil a file explorer just like a mycomputer.it reads the whole storage and system for files and directories now.i am working with start menu.i have built it in an other activity i wan to make them active at the same time?
View 2 Replies
View Related
Nov 24, 2010
Need help closing/accessing my views in a simple app (included an img of my program layout) but I might have been too confusing. Basically, I have an app that has a main menu where the user can click a button to open a camera. The user then snaps a photo and it is displayed on a page. The user will then click another button that detects faces. If faces are detected, the user is sent to a final page that shows the cropped face, etc. I give the user the ability to return to the main menu or snap a new photo.
Let's say a new photo is snapped and the user does it a few more times. Now I have multiple saved instances of old snapped photos (presented on the layout). How do I kill the previous instance (the layout from before he decided to snap a new photo)? So when I try to close the app it doesn't go back to the previous instance (displayed layout of said snapped photo). I am so confused on this one thing.
View 1 Replies
View Related
Jun 30, 2010
how to call BarCodeScanner, and return the value to a field.so now, i have a toast that says "successful scan" and then i want to pass the result to a new activity. when i comment out my intent, everything works (minus the passing of data/switching of screen, obviously) but when i run my project as is, it FC's no errors reported by eclipse in code or xml. any insights?
View 2 Replies
View Related
Nov 5, 2009
I start a long-running SQL SELECT query and, before it finishes, wish to make a short-running SQL SELECT query. Both queries are on the same tables. The whole database can be considered read-only. My initial tests show that the short-running query only actually starts when the long-running query has finished.
View 2 Replies
View Related
Feb 22, 2010
Mi problem is that I need to implement Contact List in my application for both android 1.5, 1.6 and 2.x.I did it using the old Contacts API, not ContactsContract because of backwards compatibility with 1.x series. But when displaying my app on 2.x the contact list is not complete. In some devices it's shown as empty, and in some devices it only displays some of the contacts in the device.I know that using Contacts API on 2.x series it will show only main account contacts, but this is not the case. It looks like only recently updated contacts are shown but that's not the case either.So the question is: How to correctly implement contact list for both 2.x and 1.x android version?
View 1 Replies
View Related
Nov 3, 2010
I have some questions about android development. I have googled around, but cannot seem to find any answers to my questions.
- Is it possible to display google maps in a widget?
- Is it possible to run (and view) two apps simultaneously?
- Is it possible to run an App within an App?
View 1 Replies
View Related
Nov 11, 2009
Objective: The ability to have multiple (two) Google talk accounts run simultaneously. Currently I've set up my phone with my Gmail (@gmail.com) account. The Gtalk application has been configured with this account by default (I think) which is great. However I would like to be able to be signed into my work chat as well, which is a Google apps premier account. I have not found a way to accomplish this without having to download another app. The apps that I've tried so far are: Ebuddy and Meebo. Ebuddy works awesome with my Google Apps account except for the fact that it sends messages after I chat indicating that I am using Ebuddy. The spam message includes a link to a webpage. I can't figure out how to turn this off, so I've stopped using it. I'm willing to pay for a version that doesn't do this, but I don't think there is a pay for version of Ebuddy for Android. And Meebo doesn't work with my Google Apps account. Can anyone point me in right direction? Maybe a recommendation?
View 3 Replies
View Related
Apr 25, 2010
I am working on an app that uses the rating bar (stars) to allow the user to grade information. The SDK version is 3 (OS 1.5 - <uses-sdk android:minSdkVersion="3">, but the rating stars are shown incorrectly for devices with OS 2.1. I read some posts in the forum that suggest to upgrade the SDK version to 4 (OS 1.6 and higher), however this will excluse 1.5 users to download my application, and I do not want this to happen, because there are still a lot of 1.5 devices.
This makes me wonder: Is it possible to publish two versions for the same app simultaneously? For instance, publishing one APK for version 1.6 or higher version and another APK for 1.5 version simulataneously in the Market, both intended for the same application.
Is there a workaround for these kind of situations?
View 3 Replies
View Related
Jun 27, 2009
This is what I have,say:
CODE:..............
All of the above is in single APK.
Instrumentation Runer used is - android.test.InstrumenationTestRunner itself.
This is what I am trying:
- I launched Emulator having above apk
- I opened three terminals , two to run instrumentation and third one to log results i.e.
CODE:...........................
Terminal 2:
CODE:...............................
Terminal 3: This is what I saw in the middle of logcat dump:
CODE:..........
Queries: 1. Is not it possible to run instrumentation in above manner? 2. I tried another TestSuite2 in terminal 2 instead of TestSuite1 , this also gave same results.
My aim is to run 2 testsuites parallel, using same apk. Is it possible? Or I have to use two different apks?
View 3 Replies
View Related
Nov 22, 2010
Is there any way of running 2 (or potentially more) applications on the emulator at the same time?
I have an application that obtains its data from another application, therefore I want to modify data in application A and then see how application B handles it.
I'm intending to have some kind of "slider" on application A, therefore I need them both to be running at the same time to see the "slider" on application B update.
View 2 Replies
View Related
Sep 25, 2010
I'd like to have two GMail (Google Apps mail, if that makes a difference) accounts active at once, both getting new mail notifications, and having the ability to send and reply through both accounts. My current solution is to simply forward all of Account #2's mail to Account #1 -- but then I can't send. Am I missing an option here? Surely this must be possible on Google's OS.
View 3 Replies
View Related
Jul 13, 2010
We have an application where we'd like to use the WiFi connection on a local network (intranet) with no Internet connectivity, and use the 3G connection simultaneously as the data connection to the internet. To summarize:
We need to connect to two distinct networks at the same time - We need data traffic to be properly routed to the appropriate network based on its IP address - We need both radios (WiFi and 3G) on and active. This can easily be done on the iPhone, but not sure if it can be done on the Android.
View 21 Replies
View Related
Sep 7, 2009
Hi all, I am trying to implement Picture in Picture. I used a Frame layout for two Video View and tried playing the video files. But it doesn't work. Does anyone have an idea of this PiP (Picture in Picture) concept?
View 2 Replies
View Related
Mar 8, 2010
Is it only possible for one object to access the microphone at a time? That is, could I simultaneously use an AudioRecord to do some audio processing and use a MediaRecorder to record the incoming audio?
View 2 Replies
View Related
Apr 17, 2012
After putting a lot of thought into how to best backup my photos and videos while on the move, I decided that a tablet would be the best solution.
Now, I will shoot quite a lot of HD video in the near future, which means that even a 64GB tablet won't be large enough. Solution: Backup on a second SD-Card!
So right now I am waiting for the Acer A510 (with support for USB-OTG).
Can a Dual-SD-Reader like the one linked below will be working on Android, so both SD cards can be mounted at the same time?
[URL] .....
I know that I could also go SD->Tablet->Backup SD, but direct copy would make life much easier.
View 2 Replies
View Related
Jul 10, 2012
Is there a TweetDeck like app that i can post to Google+, Facebook & Twitter at the same time, simultaneously?
View 3 Replies
View Related
Mar 27, 2010
Can the Droid be connected to two bluetooth sources at once?
For example:
I am always connected to a parrot handsfree bluetooth car kit when in my car. But I also want to be able to stream music via bluetooth to a separate bluetooth dongle attached to my stereo receiver.
View 3 Replies
View Related
Oct 4, 2010
Record Video and Stream on Tv Simultaneously?
View 1 Replies
View Related
Oct 1, 2010
Tried 4 ROMs so far, Skyraider 2.5.2 and 3.0, and Virtuous 2.7 and 3.0. My wifi completely turns itself off about a minute after beginning a phone call while on bluetooth. Can anyone please confirm if your wifi stays on and connected while on a bluetooth call, and if so, what ROM, radio and kernel are you running?
View 12 Replies
View Related
Aug 31, 2010
I created multiple windows..so i need to play mutliple videos simultaneously..any one knws code to play videos simultaneously...plz send a code to this email id:anands_rocky@yahoo.co.in
View 3 Replies
View Related
Sep 17, 2010
I'm just now figuring out that I can hav data & be on the phone @ the saame time as long as Wifi is on...
All this time I've had android phones & thatz been 1 of my bigger complaints not knowing I could do this
View 10 Replies
View Related
Jun 14, 2010
Are we able to use Wifi and Mobile Network simultaneously?? Or if I want to use Wifi do I HAVE to turn off my mobile networks in order for it to work?
View 48 Replies
View Related
Jul 16, 2010
i have a requirement where i need to run multiple applications simultaneously sharing the same screen space at one time. For Ex. one part of the screen might be displaying a youtube video, while to right of it, the user might be chatting with his friend, and below some application download progress...
In Short, different applications sharing same screen.I guess this has already been done as i when i google for droid tablets, i can see images that show multiple apps running simultaneously, displayed side-by-side to each other. how it can be done and if i can simulate it on ADT and AVD?
View 2 Replies
View Related
Aug 17, 2012
I have a common quesiton about synchronising my gmail and Exchange (work) account with my HTC Desire HD Android Version 2.3.5
At the moment I synchronise my gmail accoutn with mail, calender, tasks and phone directory.
For future use I want to synchronise with Exchange from work, even the same functions like gmail.
For gmail I use the given gmail-mail program which is implemented with Android.
For Exchange I'd like to use the "Mail" function which is also a standard tool from Android.
My question:
1. I've seen that there is the possibility to show or not show different calenders, phone books etc. When I creat the Exchange additionally to the gmail account, is there a complete new calender built with the Exchange rules or does it use my gmail calender? The same for phone directory.I want to avoid that the two accounts will be fully mashed in the future. So, if I quit my workplace I want to delete the Exchange account and all work information will be lost but not my personal gmail account, settings and personal data like calender, phone directory etc.
2. Is the Exchange completely separated to the gmail account?
I'm a littel bit frightend to configure the Exchange accoutn because I don' want to mix up the two accounts.
View 3 Replies
View Related
May 17, 2013
Any way for keeping LAN via WIFI and Mobile data active simultaneously ?
I ask this because I need to use both networks at the same time, my 3G for internet and wifi for my local network, i need to connect my phone to check a PC via VNC, but the internet where the PC is connected is very slow, so I want to connect my phone. But when i connect my phone to the wifi all the data tries to flow for the wifi which is slower than 3G (in this case).
My phone is a GS3 International, running ParanoidAndroid
View 1 Replies
View Related
Apr 14, 2010
Is it possible for the Eris to Ring AND Vibrate simultaneously on an incoming call? I'm not seeing anything in the menu...maybe a third party app is necessary?
View 2 Replies
View Related
Nov 2, 2013
is that possible (at least theoretically) to get working steaming audio to wireless and wired headphones simultaneously [Android 4]? It doesn't matter, if you steam the whole system sound or just sound of single program (for example music player). The idea is to get audio output on 2 devices at the same time. If that is not possible, can confirm possibility to steam audio using A2DP to 2 separate headsets? I've met some old devices (for example samsung cell phones on their own OS) which allowed to select multiple bluetooth devices as clients and steam music from the player simultaneously to multiple headsets.
View 2 Replies
View Related
Mar 8, 2010
I have a CLIQ that has gtalk always running, and sometimes I'm also on a PC with gtalk running on gmail. How can I control which device I'm chatting on? I notice that sometimes when I leave my PC and go for lunch or something and someone sends me a gtalk message, I don't get it on my phone. Only after checking my chat history in gmail do I see it. This sometimes happens even after I shut down my PC if the user sends a message right after I do so.
View 5 Replies
View Related
Jul 23, 2010
What's the technical term for being able to have voice connection and data connection simultaneously? Like AT&T was promoting heavily for a while.Apparently, the new T-Mobile Vibrant has this capability. A friend got one and was accessing the web while talking to me, double jealous now.I have benn lusting after the Verizon version, Fascinate, and wondering if there is any chance it will as well.
View 2 Replies
View Related