Android :: Find All Active Alarms Which Currently Active Set To Go "off"?

Jul 3, 2009

Is there a way to find all the alarms which is currently active set to go "off"?

Android :: Find all active alarms which currently active set to go "off"?


HTC Incredible : Fullscreen Clock Widget That Shows The Clock And Active Alarms

Oct 23, 2010

Is there a, possibly, a fullscreen clock widget that shows the clock and active alarms? Thanks.

View 2 Replies View Related

Android :: How To Find Out Screen Status Active / Dark?

May 28, 2009

I've dug through the documentation but couldn't find a call that would fit: Is there a way to find out the screen status (Active/dark)?I've got an app that implements the relevant data processing and backend server connectivity through a Service that I keep running on a reduced activity level when the user puts the device to sleep (using end button), or when the screen timeout hits. In the app code, I can follow this status change, because it triggers calls to overloaded onStop() and onPause() methods of the app's subclassed Activity. This way, I control active/reduced ("sleep") activity levels of that Service. Everything's cool and dandy in this scenario.Enter an AppWidget that's using this Service in a similar fashion, with functionality implemented in a subclass of AppWidgetProvider. This changes the game - I have found no way to determine when to set the Service to the reduced ("sleep") activity level from that point. The app's Activity has long paused, and I keep the Service at active level, as the widget needs updates from the Service similar to what the Activity needs when in front. With the AppWidget on the home screen, I want, and should (re: battery life), drop the Service's activity level when the device enters sleep mode. The most elegant way to handle this would be to detect whether the screen is dark, right inside the Service.

View 5 Replies View Related

Android :: Active Sync Support

Jan 21, 2010

Is there a active-sync support in Android just like how we see in Windows Mobile. If so how can i programatically set configuration parameters.

View 2 Replies View Related

Android :: Active Button Color

Oct 20, 2010

I m wondering if someone can help me with a situation. I have this list view as shown in the picture below.

http://www.flickr.com/photos/34403563@N02/5098102704/

Each button on the top has a list view corresponding to the above field. I m trying to see how it is possible to show the default selection as the user enters this particular screen. I m trying to keep one of the button on the top to have a different color so the user can know which of the tab views they have presently selected.

View 2 Replies View Related

Android :: How To Know Whether List View Is Active / Not

Nov 24, 2010

I developed an application which initially displayed Games Listview , suppose if the user clicks the football element in that games listview, then the football listview opens ,in that if user selected the particular player listview, then it is displayed, my problem is i want 2 know which listview is in active. code...

View 1 Replies View Related

Android :: Most Active Photo Geotag App?

May 12, 2010

I'm looking for an app where I can see people's photos around me or that I can take with my phone and then upload onto a website that will then be searchable by area on the map. What's the most active site/app with the most photos posted?

View 7 Replies View Related

Android :: Active Url In A Tooltip In Google Map?

Nov 15, 2010

I want my tooltip to include a an active url link. Would it be possible in a MapView? Or do i have to place my MapView inside a WebView for this purpose?

Here is something i require:

View 2 Replies View Related

Android :: Method In SDK Can Get Current Active App Name?

Apr 18, 2009

Is there any method in the SDK can get current active app name?

View 3 Replies View Related

Android :: How To Keep GPS Active Until More Accurate Location Is Provided?

Jan 2, 2010

I recently posted this question on stackoverflow (http://tinyurl.com/ yzrofne), but maybe someone here can help me. I am using the location manager's requestLocationUpdates() method to receive an intent to my broadcast receiver periodically. The system is correctly firing the intent to my broadcast receiver, and I have been able to use it correctly. The only problem is that the GPS location provider only stays active for a few seconds after the initial location acquisition, and I need it to stay on a little longer so that the location estimates are more accurate. For example, if I tell the location manager that I want an update every 5 minutes, it correctly fires the intent with location information from the GPS. However, the GPS only stays active for about 5 seconds, so it doesn't give much time for the location to reach a high accuracy (say, less than 10-20 meters). My question is how to make the GPS location provider stay active for each periodic request that comes from the LocationManager requestLocationUpdates. Does anyone know how to do this?

View 2 Replies View Related

Android :: Keeping Screen On While Activity Active

Jul 14, 2009

I have a map activity for which I would like to have the screen turned on as long it's active (the app consists of one activity only). When the activity is paused or stopped I want to return to normal on/off mode. Keeping the screen on works fine while the app is running but when I exit the app the screen stays on as well. What am I missing?

View 3 Replies View Related

Android :: Notification Bar Open Last Active Activity?

Nov 3, 2010

I am creating like timer application and when I start timer I have option to go to android Home or start any other activity .When I start timer I set a notification bar icon and if i use some other application (mean go from started timer activity) and now I need to go to back to my previously started timer activity by clicking on notification icon?When I click I am starting a new instance timer activity , not the previously started timer activity and if I then click back button it show me a previously timer activity .Question is: How to call previously started activity trough notification bar , not to start new instance of that activity?

View 2 Replies View Related

Android :: Droid Keyboard Active Within Web Pages?

Apr 19, 2010

I just placed a sight-unseen order for a Droid Incredible from Verizon...I'm guess that when browsing the web, you can use the built in virtual keyboard to type in user names, passwords, and suchlike when you are on a website that asks for such...?

When doing so, how much of the webpage do you see? A screen photo showing a webpage with blanks to be filled in and showing the keyboard would be useful.

View 2 Replies View Related

Android :: Can A Backgrounded App Take Screenshots Of Currently Active Screen

Aug 5, 2010

I'm new to Android development, and I was wondering if there is a way to have an app take a screenshot of the currently active screen, do some processing on the screenshot (which would be internal to the app and temporary; I don't want it in the photo gallery), then communicate with a remote server over the Internet?

I am of course looking for more than a yes or no answer. An example of an api call or library I could use to do this would be a perfect answer.

The purpose would be to have a program screen scrape another program to recognize some text and use it for updating an online service.

View 1 Replies View Related

Android : Way To Play Sound On Active Call?

Aug 28, 2009

I am playing one audio file when call arrives so the caller can receive it at other side but the issue is yet the opposite caller is not able to listen it what could be wrong in it. Can some one tell me what can be the issue in it ?

View 2 Replies View Related

Android : Get Active Context Dynamically Of An Application?

Sep 11, 2009

How can get the active context of an application?

View 3 Replies View Related

Android : Need Active Context Dynamically Of An Application

Sep 24, 2009

- Hide quoted text -

View 2 Replies View Related

Android :: Closing Down Service That Has Active Threads

Feb 10, 2010

When I load my application I also load and Android Service that helps me download files from the internet.The user may have 1 or more downloads at any given time, all in their own Thread which is managed by the service. If the user presses the home button I do not destroy the service but instead let it run, however, if the user presses the back button I do stop() the service as I felt this was the right thing to do (the user would not want stray services running).

This works OK unless there are stray Threads that have not completed yet (this could happen if the internet connection is not active etc.).How could I manage this? How could I stop all Threads as I have no reference to them...or somehow command android to stop my service once all Threads are complete and my app has closed?

View 1 Replies View Related

HTC EVO 4G :: When On A Call My 3g Is Not Active

Oct 4, 2010

Wassup everyone, when I'm on a call my 3g is not active, but reappears when call has ended, then I'm able to use the mobile network.

View 4 Replies View Related

HTC EVO 4G :: How Much Active Memory Usually Have Throughout Day

Jun 19, 2010

How much active memory do you usually have throughout the day? Mine has about 65m left. seems low.

View 5 Replies View Related

Android :: Yahoo Mail - None Of Internet Links Are Active

Nov 3, 2010

I am using the Yahoo Mail App but none of the internet links are active. I can not click on them anyway to change that I cant figure it out.

View 5 Replies View Related

Android :: OpenText FirstClass Mail Active Sync

Nov 9, 2009

I just got my Droid and love it, at work we use the FirstClass email system by Opentext and it does support Active Sync for Calendar, Directory, and Mail is there a way to use the active sync functions on my handset or am I stuck with the IMAP connection to my mail server?

View 7 Replies View Related

Android :: Restoring Active Activity While Resuming Application

Apr 7, 2009

I have two activities running: MainActivity and ChildActivity. Whenever the user clicks in the button in MainActivity, the ChildActivity is launched. What I want to do is this:When the active activity is the ChildActivity and the user clicks the home button then relaunch the application (like opening from the beginning), I want to see the ChildActivity instead of MainActivity that is launched. However; This is happening only when the user clicks from recent activities window. (the window opened when you long press the home button).I had some suggestions actually work arounds and I tried to manipulate onStart, onRestart, onResume, onStop, onDestroy events. But, they didn't fully solve the problem. There should be a smart way out there.

View 8 Replies View Related

Android :: Restoring Active Activity / While Resuming Application

Apr 7, 2009

I have two activities running: mainActivity and childActivity. Whenever the user clicks in the button in mainActivity, the childActivity is launched. What I want to do is this:When the active activity is the childActivity and the user clicks the home button then relaunch the application, I want to see the childActivity instead of mainActivity that is launched.I had some suggestions actually work arounds. I tried to manipulate onStart, onRestart, onResume, onStop, onDestroy events. But, they didn't fully solve the problem.

View 3 Replies View Related

Android :: Access Active Window From Background Service

May 4, 2010

Is there a way to access the currently active window belonging to a different process from a background service and be allowed to modify some of its properties such as the transparency?

View 2 Replies View Related

Android :: WiFi Enabled AND Active - Launch An Intent

Nov 28, 2009

This is what I would like to do: => IF WiFi is enabled AND active, launch an intent (in fact it's a WebView that gets its content=>the instructions of my app on the web) => IF NOT, then I would launch another intent so that I don't show a WebView with "Web page not available ... The Web page at http://www.mywebsite.com might be temporarily down or it may have moved ..."

I tought initially to use

if(wifi.isWifiEnabled())

but that does not say if the Wifi connection is ACTIVE or not. It says only that the user has turned the switch on. The device may or may not be connected... Is this correct ?

Then I tried to use :........................

View 4 Replies View Related

Android :: App Losing Downloads / Active Installs Data

May 13, 2010

Have anyone notice yesterday anything strange in the downloads/active install data from your apps? My app lost more than 100 downloads(which should be impossible) from which most of them were active installs, so now my apps is 15 places down and my percentage of active installs badly affected. Has anyone else been affected?

View 6 Replies View Related

Android :: Playing Audio Over An Active Phone Call

Aug 7, 2009

Is it possible to play audio over an active phone call, so the other end can hear it?
For example: A and B are talking on the phone. A presses a button that pulls audio from a resource and plays it over the phone call to B.
If so, what libraries should I look into? If not, is this something that could become accessible on rooted phones? (Of course, only other rooted phones would be able to use the application then...)

View 7 Replies View Related

Android :: Detect Widget Active In Current Panel?

Nov 6, 2009

how to detect the Widget in home screen is active in the current panel? As you know, some device has many panel i.e (HTC Hero has 7 panel), each panel can put some widgets on the home screen, then the widget will run and refresh the data automatically, we want to let the widget disable the refresh data feature while it is not under current panel. and enable it while it is put to current panel again.

View 7 Replies View Related

Android :: Determine What's Active Package Or Activity Running?

Aug 16, 2009

I want my background service to determine the active package or activity running.Is this possible?

View 4 Replies View Related







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