Android : Looking For A Best Train Times Application?

Aug 17, 2009

Im looking for a train times application for the UK. I currently have my train times lite but, I want something where I can search for train times for upcoming dates basically like thetrainline.co.uk.

Android : Looking for a best train times application?


Android :: Application Appear 4 Times On Device?

Oct 30, 2010

When I install my application onto a device or emulator it appears multiple times in the apps menu, in my case I get 4 icons showing my application name.

It seems that each icon is representing an activity, and since my application contains 3 tabs(with activities) the first 3 icons on my menu go to a particular activity, and the 4th icon takes me to the app itself

This is my manifest

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

What can I do to only have one icon for my app on my device and not 4?

View 3 Replies View Related

Android :: Run Same Application Multiple Times - Name In System?

Nov 19, 2010

I would like to run multiple instances of same application for dev purpose. How does app define it's name in the system, through which of the files is that configured.

View 3 Replies View Related

Motorola Droid :: Android Can't Understand Wife's Name / "train" It To Associate Certain Spoken Word With That Result?

Aug 12, 2010

My wife's name is Marilyn. Not Maryland. No, I don't want to send a text to the state of Maryland. Or call the state. :0)

Is there a way to "train" Android to associate a certain spoken word with a certain result?

Oh, and it can't get "U2" or "REM" right either! I have been messing around with the new voice commands (after downloading the app and widget replacement), and I figured these would be popular enough (although oddly spelled) to be configured in. It got the Beatles, though!

View 15 Replies View Related

HTC Hero :: Overheating - Mail And Music Application Running All Times

Sep 27, 2010

Not that this causes any problems but the phone gets really hot sometime, even when it's just chilling in my pocket. I have a task manager(called task manager) that auto kills apps 1min after screen timeout. Any advice on why it overheats? I never exit my Mail and Music app(put them on ignore list), could they be the cause?

View 12 Replies View Related

Android :: NY Times App Out

May 11, 2010

NYtimes official app is out and available on the Market.. I have been waiting for this for a while - one of the few apps I have been missing from my iPhone days. So very glad to see it out.

View 5 Replies View Related

Android :: Can Anyone Find The NY Times App?

Sep 19, 2010

Can anyone find the (real) NY Times app? Or how about an app called Free Caddie? I received an OTA update on my LG Ally last night, these apps wouldn't work after the update, and I can't find either in the market.

View 3 Replies View Related

Android :: New App / Golf Times

Jun 25, 2010

just downloaded this yesterday and it really has potential! powered by the golf channel, this thing will search for deals for you. just plug in the state, day you want to play, # of golfers, and the kind of discount you want and it'll find it for you. this app is still young so i think it has lots of potential. only has south jersey for right now.

View 1 Replies View Related

Android :: Financial Times App

Apr 16, 2010

Does anybody know if FT app will be made for Android soon? After all, it's one of the world's best news places. And the app for Iphone is pretty ok.

View 2 Replies View Related

Android :: App For Bluetooth Times?

Nov 7, 2010

Does anyone know of an app that you can set times for the bluetooth to come on and go off? I do use the toggle, but I sometimes to forget to turn it on when I enter my car.

View 4 Replies View Related

Android :: NYT - New York Times App?

Dec 21, 2009

Does anyone know what happened to the New York Times app? It hasn't updated a story since December 1st. The app no longer appears in the market place and before I uninstalled the app, it no longer showed up under "downloads" within the market place app.

View 2 Replies View Related

Android :: Set Ringer To Mute During Certain Times?

Nov 17, 2010

I know there are apps that can set the ringer to mute during certain times of the day. However, I am wondering if there is an application that will allow me to tell the phone to not ring for the next hour (or any set amount of time). The problem is that periodically I will go to an unscheduled event in when I want to mute the phone, but inevitably forget to unmute later. I'd like to quickly choose to mute for an hour and then it automatically unmutes after an hour...

View 12 Replies View Related

Android :: How Many Times Song Played?

Sep 8, 2009

I've searched the list and the documentation but have not found anything that tells you how to tell how many times a song has played. Is there something in the OS that provides that information or would it need to be done in the individual application?

View 2 Replies View Related

Android :: Activity Being Fired Off Too Many Times

Jul 19, 2010

Our app starts out with a tab activity. But, before the user can get into the tab activity to do work, we have to check to see if they're logged in. This login is required for all activities within the tab activity. So, instead of having this security check within all the activities, we created our own abstract "activity" and have the tab activities extending our custom activity. Our "security check" (just see if they have a login key and login token in Preferences) is put within the onResume() of the Abstract activity. If either of these checks come back false, we fire off the login activity and use dialog's within that screen.

(We're doing this because we don't want the user to be able to see the data on the tabs if they're not logged in, so this login activity is a black background with dialogs for username/password). The issue is, the onResume() of the abstract activity is being called numerous times, and starts the Login Activity multiple times. We've tried setting the "singleInstance" and singleTask flags on the xml for the login activity, but the activity ends up calling onActivityResult before it is even displayed on the screen.

View 2 Replies View Related

Android :: Out Of Memory After Executing App Several Times / Fix It?

Oct 5, 2010

There is a strange out of memory error issue. I create a class to parse live streaming, and the class needs buffers to keep these raw data. Here are code snippets...

View 4 Replies View Related

Android : NY Times Widget Broken

Jun 1, 2010

The NY Times App appears to be broken on my DINC. The LATEST NEWS is stuck on 5/30 whereas all the other sections are updated to today. Yes I tried the little resfresh dodad on the bottom of the screen. Anyone else experience this. Perhaps I should delete and reload...

View 4 Replies View Related

Android :: Swiftkey - Types A Letter 2 Or 3 Times

Aug 27, 2010

just wondering if anyone else here ever has this issue and if theres something to fix it? im using swiftkey and sometimes it just decides to go nuts and types a letter 2 or 3 times even though i only hit it once and then the word suggest screws up and also when i hit the spacebar once it goes nuts and puts in a period and starts a new sentance.

View 2 Replies View Related

Android :: Service Gets Instantiated Multiple Times

Sep 27, 2010

IIUC, there should only be one instance of a given service, it is a singleton. However, my (audio engine) service gets instantiated multiple times, although I do nothing for it. When the service crashes (for example when I uninstall the app through adb), it gets scheduled for restart ("Scheduling restart of crashed service.. "). I understand this is an effect of the service being sticky. After that, when my app starts, it calls startService() and bindService(), and the service gets appropriately started and bound. But the service is then reinstantiated and onCreate() is called repeatedly, as many times it was scheduled for restart.

Each instance then wait for clients to bind and register, but onBind() is only called in the "main" service instance. The additional instances wait a bit for client to bind, and since that doesn't happen, they call stopSelf(). But stopSelf() has absolutely no effect in these "dead" instances, onDestroy() is never called.
The "main" service instance does work as expected, and when it decides to call stopSelf(), onDestroy() is indeed called. Worse, all these dead instances accumulate, they never gets destroyed. Therefore, their only possible end is a crash (which happen every time I launch/install through adb), and thus scheduled restart.
So that in the end I get many of these dead instances, which are restarted progressively once by minute approximately.

View 3 Replies View Related

Android :: How To Call Draw Method 30 Times Per Second?

Jan 30, 2010

For Android, I have a custom view which I fill up with primitive shapes in the onDraw() method. Coming from a Processing background, I expected the draw method to be called automatically 30 times per second, but its clear that that's not how android views work. So how should I go about calling this method 30 times per second?

View 1 Replies View Related

Android :: License Server Check Always Times Out

Nov 9, 2010

I'm trying to implement The Android LicenseChecker in my app, and I've followed the instructions almost verbatim from the developer site. Everything seems hooked up correctly, but every single time I get the "Check timed out." message. I increased the timeout value to 30 seconds, I'm logged into my device (which has the market app installed) with my publisher account login gmail address.

I set the test response to Licensed. I saved (but didn't publish) a sample app to test with. When that didn't work, I tried using an app that is already published and just rebuilding the apk locally to include the LVL implementation. I definitely have 3g connectivity. I can browse the web on the device and other connected apps are working correctly.

View 1 Replies View Related

Android :: LocationListener Being Called Multiple Times

Apr 16, 2010

I am working on an Location Based Application. In this application i am using LocationListener class to update the location when the Location is changed.In each Activity i have different LocationListener to update location and do some specific work on updated location. But my problem is that when i am changing my location through DDMS , the LocationListener is being called of that current Activity as well as all the activities of the whole application where LocationListener has been defined. I don't know whether there should be one LocationListener for the whole application or for each Activity we should have different LocationListener.

View 1 Replies View Related

Android :: Same SMS Is Received Multiple Times - HTC Tattoo

Sep 1, 2010

I am facing one issue on my HTC tattoo device. I have written a code which sends an SMS to the given number. At the recipient end I am receiving more than one SMSs. One time I have even received 17 same messages. I am posting the code snippet for the reference-

private void sendSMS(final String phoneNumber, final String message) Log.i("Send To Friend", "sendSMS"); SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phoneNumber, null, message, null, null); Toast.makeText(this, "Message has been sent", Toast.LENGTH_SHORT).show(); finish();}

View 4 Replies View Related

Android :: App To Record Biking And Running Times?

Apr 10, 2010

I need an app to record times and distances for biking and running. I don't need it to calculate anything for me I just need it to save data from my workouts that I will collect from other devices. I just want to be able to view how my times and etc are progressing from workout to workout.

View 17 Replies View Related

Android :: Schedule Multiple Notifications At Different Times

Mar 31, 2010

I need to be able to schedule multiple Notifications at different times in the future.

I tried doing this with an AlarmManager, but that isn't suitable, for the following reason. From AlarmManager.set(): "If there is already an alarm for this Intent scheduled (with the equality of two intents being defined by filterEquals(Intent)), then it will be removed and replaced by this one."

Guess what, the sending intents are equal, apart from different Extra's (but those don't count for filterEquals).

So how can I schedule multiple notifications, which will still be shown when my application is killed (the whole reason I tried AlarmManager)?

View 1 Replies View Related

Android :: Scheduling - App That Allows User To Set A Number Of Times They Want My App To Run

Jun 18, 2009

I am writing a demo app that allows the user to set a number of times they want my app to run. The app has no interface and just puts shows some notifications. Running this as a service seems the most obvious.

View 4 Replies View Related

Android : ListViews Getting Rendered Multiple Times

Mar 16, 2009

So the situation is this, I have a ListView that is embedded in two LinearLayout ViewGroups to form a screen. BaseAdapter.get View() (the implementation of the ListAdapter) is typically called n times (where n is numElements) to render the screen. The problem I have is this set of calls is being repeated for every ViewGroup that the list is contained in...So for a Layout like this:

-LinearLayout --Linearlayout ---ListView

The adapters get View() is being called n*3 times (3 = 1 for the parent LinerarLayout, one for the child LinearLayout and one for the List itself).

This is obviously a problem when the items in the List are expensive to build (even with recycling).

So I'm looking for some guidance on this, as the documentation doesn't seem to note this behavior from what I can see.

A small, basic example of the source is located on my post here http://www.anddev.org/listview_getting_rendered_multiple_times-t5290.... with more details Oswell as a ready made eclipse project(also attached below) if anyone is keen to try it out.

View 6 Replies View Related

Android : Two Times In OnCreate Method Of NewActivity?

Apr 14, 2009

I call an activity from another with startActivity(new Intent(Caller.this, NewActivity.class));

I had a problem with a variable. So, using debug I saw that I pass two times in the onCreate method of NewActivity!

I was a little bit surprised. Somebody can explain why and how can I avoid this behaviour?

View 2 Replies View Related

Android :: To Play Audio At 1.4 Times Normal Speed

Aug 2, 2010

I need to play mp3 at 1.4 (or other) times the normal speed. How can I do that?

View 1 Replies View Related

Android :: Location Listener Called Multiple Times

Apr 16, 2010

I am working on an Location Based Application. In this application i am using LocationListener class to update the location when the Location is changed.In each Activity i have different LocationListener to update location and do some specific work on updated location. But my problem is that when i am changing my location through DDMS , the LocationListener is being called of that current Activity as well as all the activities of the whole application where LocationListener has been defined. I don't know whether there should be one LocationListener for the whole application or for each Activity we should have different LocationListener.

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, visit this group at http://groups.google.com/group/android-developers?hl=en

View 2 Replies View Related

Android :: SAX Is Getting Called Multiple Times With Same Data But Offset

Oct 27, 2010

I am trying to parse an xml file using SAX with Android and the problem is that the function characters(...) is getting called multiple times with what appears to be the same data just offset by a few characters.

As you can tell from the output below the first time it gets called with " alabama" and the second time it gets called with "labama". I am not sure as to why it is doing this but if anyone could help that would be awesome.

10-27 23:04:47.033: DEBUG/LocationHandler(10299):
10-27 23:04:49.000: DEBUG/LocationHandler(10299): alabama
10-27 23:04:51.835: DEBUG/LocationHandler(10299): labama
10-27 23:04:52.129: DEBUG/LocationHandler(10299): labama
10-27 23:04:52.408: DEBUG/LocationHandler(10299): labama
10-27 23:04:52.519: DEBUG/LocationHandler(10299): ub_dir_name
10-27 23:04:52.649: DEBUG/LocationHandler(10299): ub_dir_name
10-27 23:04:52.809: DEBUG/LocationHandler(10299): ub_dir_name
10-27 23:04:52.989: DEBUG/LocationHandler(10299): ile_name.kml
10-27 23:04:53.158: DEBUG/LocationHandler(10299): ile_name.kml
10-27 23:04:53.358: DEBUG/LocationHandler(10299): le_name.kml
10-27 23:04:53.529: DEBUG/LocationHandler(10299): le_name.kml
10-27 23:04:53.698: DEBUG/LocationHandler(10299): le_name.kml
Code...

View 1 Replies View Related







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