Android :: Is It Possible To Run (and View) Two Applications Simultaneously?

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?

Android :: Is it Possible to Run (and View) Two Applications Simultaneously?


Android :: Emulator - How To Control 2 Applications Simultaneously

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

Android :: Frame Layout For Two Video View Simultaneously

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

Android :: Any Better Way To View Available Applications?

Jun 6, 2009

Is there a better way to view available apps than the market? I spent hours trying to go through all the available apps. Finally I got connection error, before it reached the end. There is a wiki app and the T-mobile minutes app I want and I could not find them. There has to be a better way to find and download apps. Is there a t-mobilde or google web site that has a list of the apps available? Also the search does not work, I tried "wiki" and got a few hits, but there were many apps with wiki in title it did not find.

View 7 Replies View Related

Android :: All Applications View - Multi Page

Nov 13, 2010

Does anyone know of a way to get your 'All Apps' screen to be a fixed multi page view rather than a scrolling list. When it's a scrolling list, it's hard to find what you are looking for quickly, as you first have to work out where you are on the list, then scroll to the required area of the list and find the app (which is always on a different place on the screen as the list moves (ie sometimes it could be at the top, sometimes at the bottom, somtimes in the middle).

On a fixed multi page view, you only need to work out which page you're on, then the app you are looking for will be in a fixed place on it's page (i.e. always top right spot on page 2). I appreciate that this is not a huge time-saving issue, but it would be helpful for me, and sometimes those few extra seconds why trying to find the 'messaging' app can be a pain in the neck. I downloaded some nice wall papers so at the moment am trying out having very clean homescreens, hence using the 'all apps' a lot more.

View 16 Replies View Related

Android :: Marketplace View More Applications Button

Dec 30, 2009

Suggestion for the Marketplace: Change the "View more applications" button to be called "More by developer".
Note: It is under the "About the developer" title, however, I doubt many people take notice of the title.
Please leave a comment or suggestion if you agree / disagree.

View 2 Replies View Related

Android :: Integrate Applications With Common Settings Application - View - Activity

May 25, 2010

The application I am developing is in large parts a background-only Service BUT requires some settings that the user must add. Is there a way to integrate applications with the common Settings application/view/activity?

View 1 Replies View Related

Android : Sharing Common View Layouts And Resources Across Multiple Applications

Jun 2, 2009

I am working on developing several individual android applications. We had created common UI Layout View XMLs, classes and resources. I would like to share these common layout xml, classes and resources across all of my android applications. I dont want to duplicate them in my applications. Is there any easy way to do this?

View 5 Replies View Related

HTC Hero :: Any Way To View Paid Applications?

Jan 9, 2010

Any way to view paid applications? I cannot view paid applications.

View 7 Replies View Related

Android :: Run Two SQL Queries Simultaneously

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

Android :: How To Use Contacts API For 1.x And 2.x Simultaneously?

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

HTC Droid Eris :: View Processes And Running Applications From PC?

Feb 24, 2010

Is there an application or a way I can view running apps and processes on my phone from my PC? I have the eris (obviously not rooted but patiently awaiting the good news! good speed devs, good speed) with pdanet 2.41. I have a few applications I would like to mod while running.

View 5 Replies View Related

Android :: Run Multiple Activities Simultaneously

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

Android :: Gtalk - Two Login Run Simultaneously

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

Android :: Possible To Publish Two Versions For Same App Simultaneously?

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

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 View Related

Samsung Galaxy S :: Applications In Alphabetical Order In Grid View?

Jul 14, 2010

Is there a way to re-arrange the applications list in grid view in alphabetical order?
If I switch to "list view", they are in alphabetical order, but in grid view, they are not. I could not find a way to do it.

View 2 Replies View Related

Android :: Running Multiple Istrumentation Simultaneously

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

Android :: How To View My Android Applications Database Information?

Aug 16, 2010

I've tried to view the db file from the File Explorer in Eclipse but I can't open the file or copy it to another location to open. I don't have a rooted phone so I was trying to view the db from the app on my emulator. I find it hard to find much info on this subject for some reason.

View 1 Replies View Related

Android :: Support For Multiple Gmail Accounts Simultaneously?

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

Android :: Connecting To 3G And WiFi Data Networks Simultaneously?

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

Android :: Microphone Access / Audio Processing And Recording Simultaneously

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

General :: Can Mount Two SD-Cards Simultaneously?

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

General :: App That Can Send Posts Simultaneously?

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

Motorola Droid :: Two Bluetooth Connections Simultaneously Possible?

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

HTC Incredible :: Record Video And Stream On Tv Simultaneously

Oct 4, 2010

Record Video and Stream on Tv Simultaneously?

View 1 Replies View Related

HTC Incredible :: ROM Handle Bluetooth And Wifi Simultaneously?

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

Media :: Play Mutliple Videos Simultaneously?

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

Samsung Epic 4G :: Phone & Data Simultaneously?

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

HTC Incredible :: Use Wifi And Mobile Network Simultaneously?

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







Copyrights 2005-15 www.BigResource.com, All rights reserved