Android :: Determining The Current Context To Display An Alert

Apr 21, 2009

I am calling the ZXing scanner from Screen-A using intents. Once the scan is done control of course returns to the code behind Screen-A and I do some other work before calling Screen-B. Problem is the screen is black during this work period and I cannot determine the proper context to use to display a "working..." Toast/msgbox.

Android :: determining the current context to display an alert


Android :: Determining Current Foreground Application From Background Task Or Service

Jan 30, 2010

I wish to have one application that runs in the background, which knows when any of the built-in applications (messaging, contacts, etc) is running. So my questions are: How I should run my application in the background. How my background application can know what the application currently running in the foreground is.

View 4 Replies View Related

Android :: Grab Current Alert Dialog On The Screen?

Jun 9, 2010

as part of automating tests on android app. I am trying to grab current alert dialog on the screen. Does anyone know how can I do that?

View 2 Replies View Related

Android :: Can't Use Context Of A Service To Display An AlertDialog / Why Is So?

Feb 8, 2010

Why can't I use the Context of a Service to display an AlertDialog ?

I can do it with Toast!

View 1 Replies View Related

Android :: How To Display Images In Activity's Context Menu?

Jan 20, 2009

Does someone know how to display images in an activity's context menu? I've tried setIcon(resId) and it doesn't work (although it does work in the Options Menu).

View 2 Replies View Related

Android :: Alert Dialog To Display Across Activities?

Feb 26, 2010

Does anyone know if it's possible to get a Dialog box to display between activities? I've looked and haven't been able to find a solution.

View 5 Replies View Related

Android :: Display A Custom Exception In An Alert?

Dec 22, 2009

I would like to know if there exists a way to listen for a custom exception in Android and display its text using an alert.

View 2 Replies View Related

Android :: Display Alert Inside Async Doinbackground

Nov 2, 2010

In my android application i am using a loading screen,processed by Async task.In do in background of this task i would like to display a alert whenever an upgraded version exist in the server.
Could you please let me know if there is any way that i can do it in android.

The code is.

CODE:.................

View 2 Replies View Related

Android :: Display Current Value Of XML ListPreference

Mar 6, 2010

I have an XML preferences screen which is handled by addPreferencesFromResource. On it, there is a ListPreference, for which I want the summary to contain the current value of that preference. I think this would be a common requirement, as otherwise you could not see the present value of the preference without expending a click. I read that the summary field supports resource references, and I see that I can refer to preferences as android:summary="@+preference/prefname" in my ListPreference. Clearly this is why resource references would be supported in this field. However, when I try this, instead of the present value of prefname, the text "false" appears as the summary. Does anybody know how to display a current value without taking the seemingly ridiculous step of rewriting the entire (large) preference screen in Java?

View 5 Replies View Related

Android :: Alert Dialog With Custom Layout Failing / Get This To Display?

May 1, 2010

So this is related to a question I asked earlier. I am trying to display an alert using a specified layout. My layout is:

And the code to call and show the alert dialog is..

When I run it I get an error saying:

Uncaught handler: thread main exiting due to uncaught exception
android.view.WindowManager$NadTokenException: Unable to add window -- token null is not for an application

I've looked through the android development site and can't figure it out. I think I'm just missing something obvious but the fix isn't jumping out at me. How can I get this alert dialog to display?

View 1 Replies View Related

Android :: Display Alert Message When Some One Clicks On Back Button?

Jan 27, 2009

I want to display an alert asking "do you want to exit from the application yes/no?" before exiting the application (when we click the Back button).

View 5 Replies View Related

Android :: How To Display Current Value Of Preference In Summary?

Feb 10, 2009

This must come up very often. When the user is editing preferences in an Android app, I'd like them to be able to see the currently set value of the preference in the Preference summary.

Example: if I have a Preference setting for "Discard old messages" that specifies the number of days after which messages need to be cleaned up. In the PreferenceActivity I'd like the user to see:
"Discard old messages" <- title
"Clean up messages after x days" <- summary where x is the current Preference value

Extra credit: make this reusable, so I can easily apply it to all my preferences regardless of their type (so that it work with EditTextPreference, ListPreference etc. with minimal amount of coding).

View 6 Replies View Related

Android :: Not Being Able To Display Current Location On Map / Code Fr This?

Oct 14, 2010

I am new to android and not being able to display current location on map so can you provide me the code for displaying Location with manifest.xml and main.xml.

View 2 Replies View Related

Android :: Google Calendar Widget - Doesn't Display Current Days Events Only The Upcoming Ones

Dec 8, 2009

The native calendar widget doesn't display the current days events only the upcoming ones. Is there a way to change this or a different calendar app that is better?

View 18 Replies View Related

General :: How To Display Current Traffic Speed In Status Bar

Nov 1, 2011

Is a mod possible that displays the current data/network traffic speed in the status bar whenever there is any traffic? The text should be displayed whenever there is any traffic and hides automatically when there is no traffic. The place where date is displayed should be good.

View 4 Replies View Related

HTC Hero :: Clock - Weather Widget - Won't Display Current Location

Sep 1, 2009

I've had my Hero on Orange for 4 or 5 days now and apart from when I first switched on the phone the weather app has just said "No weather data available" and the clock/weather widget has just had my location. I have the "location by cell" thing switched on, and I did manage to get it working once with the GPS, but other than that it just displays my location. It's the same whatever location I am in. The other cities download the weather just fine (London, Paris, New York, etc.). It's not like I'm somewhere tiny either, I am in Bromley. It doesn't make any difference whether I'm using WiFi or 3G.

View 49 Replies View Related

Android :: Display Android Alert Dialog From Service

Aug 30, 2010

How do i display dialog from a service ?

View 2 Replies View Related

General :: 7 Inch Galaxy Tab - Display Moving Google Map With Current Location Centered?

Mar 18, 2012

Any widget that will display a moving google map with my current location centered? There are a couple apps I've found that are close, they just don't update in realtime. The reason I ask is because I have my 7" galaxy tab mounted in my truck. I use a program called torque to add gauge widgets (coolant temp,boost pressure, rpm,etc) to my home screen and would like to have a moving map display as well. I understand this would be a battery hog,but the tablet is always plugged in.

View 1 Replies View Related

Android :: Display Current Time And Date In Android Application

Feb 16, 2010

How to display current date and time in android application?

View 3 Replies View Related

Android :: Android - Want To Display Map But No Current Position?

Oct 19, 2010

In my actual project I need to draw a MapView with a given running/walking/cycling path on top of it. I don't need the current position so I added an overlay just for the path (no MyLocationOverlay). The path is painted but I don't see the Map in the emulator - only the grey tiles. The apiKey is set in the layout (MapView) and INTERNET permission is set in the Manifest. So I'm wondering if I need more. Is it the emulator simply not working well (I do have 3G and 2 bars in the emulator) or do I need something else? Do I need to build an additional overlay or add additional permissions (xxxLOCATION) to the Manifest.

View 1 Replies View Related

Android :: Display UTC Date / Time According To The Current Time - Zone

Nov 1, 2010

I am getting a date/time string from web in the format of "yyyy/mm/dd'T'HH:MM:SS'Z'" and it is in UTC. Now i have to identify the current time zone of device and then convert this time to my local time. (FYI, Currently, UTC time is 10:25 AM, in india current time is 3:55 PM)

View 1 Replies View Related

Android :: Determining If Device Is Using HTC SenseUI

Aug 25, 2010

How can I tell if a device is using HTC's SenseUI? I thought about using android.os.Build information, but they seem inconsistent. Is there a more definitive way? I need to be able to tell if I can launch the calendar by using com.android.calendar or com.htc.calendar.

View 1 Replies View Related

Android :: Determining What Number Is Being Dialed

Jun 28, 2010

My question is- with the telephony manager, is there a way to determine what number the phone is off hook with? I thought getLine1Number() might return that phone number that is being dialed, but it is not what I expect. I am working with 2 emulators, and added a log line so that I could see what that method is doing. When dialing another emulator, I expected getLine1Number() to return 5554, but it was 15555218135. Perhaps there is another method I should be using instead? Do I need to be into the source code to get the information I want?

View 1 Replies View Related

Android :: Determining Who Passed An Intent To You

Aug 18, 2009

I was wondering if there is a way to determine who passed an intent to my application. For example, I have a service, that I want to act differently depending on who passed the intent (for security reasons). I'm trying to sandbox each calling application, so they only have access to their data stored in my application.

For it to be secure, I cannot trust any application to be truthful about the identifying data it is passing into my service. Therefore, I need some system way of identifying who sent the intent in a way that the calling application cannot change that information. I don't know if it is possible, but I can't find anything in the Intent class, and I was wondering if there may be another structure which does what I want it to. If it is not possible, I would like to get some type of mechanism to do this in the roadmap.

View 13 Replies View Related

Android :: Determining LocalSocket Read Size

Jul 19, 2010

I'm using a UNIX socket to facilitate communication on and Android device between a system level daemon I've got running in C and an application I've got running in Java. I'm much more of a C coder than a Java coder, so I'm having some issues when trying to read in data from the socket on the Java side. Currently, my code is as follows:

try{//Prepare to write the command and read the ACK
InputStream is = receiver.getInputStream();
OutputStream os = receiver.getOutputStream();
BufferedReader in = new BufferedReader(new InputStreamReader(is));..............................

View 1 Replies View Related

Android :: Determining Phone Looking At True North

May 11, 2010

I looked over SensorManager and was still unsure, how do I detect if the phone is looking at true north (or any other direction for that matter).

View 1 Replies View Related

Android :: Determining If Device Is Rooted Programmatically?

Aug 6, 2010

How do you determine (programatically) if an Android device is: rooted Running a cracked copy of your software or rom. I have some sensitive information in my database, and I would like to encrypt it when the phone is rooted aka the user has access to the database. How do I detect that?

View 2 Replies View Related

Android :: Determining Unique Bluetooth MAC Address

Nov 15, 2010

Is it possible to determine the unique bluetooth MAC address for an iPhone and an Android (and to a lesser extent, other smartphones) from within an app on said device? Is my assumption that the MAC address is universally unique correct? A general yes or no would be helpful. Example code in the case of an iPhone or an Android would be extremely helpful.

View 2 Replies View Related

Android :: Determining What Bitmap Resource Was Loaded

Nov 14, 2010

I have created multiple bitmaps - one for each folder (mdpi, hdpi, ldpi). Can someone show me some code or point me to the appropriate method that will allow me to detect which resource Android decided to load.

View 4 Replies View Related

Android :: Blocking Current Activity / Screen Till Current Task Is Complete

May 13, 2010

The default behavior of an activity when BACK softkey is pressed is, GO BACK TO PREVIOUS ACTIVITY. If some the same activity is waiting for some response from server or some data updation is going on and then press BACK, I want to wait on the same screen till the current task is completely processed and then move out to the previous activity.

You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options

View 12 Replies View Related







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