Android :: Good App - Show Local Restaurants Events Entertainment And Even Transportation
Jun 22, 2010
I am trying to find a good app for when traveling. Something that will show local restaurants, events, entertainment and even transportation.
View 1 Replies
Sep 21, 2010
Nokia had a neat app that would show local events of all kinds (art galleries updates, concerts, weather, festivals, movies, etc) based on your location based on manual zip code input or GPS usage. Is there anything like that for Android? Its really useful if you're traveling a lot.
View 8 Replies
View Related
Jul 11, 2010
I have all of my contacts stored as (xxx) xxx-xxxx. When I am within my own area code, I have always only dialed the last seven digits (no area code). When I do this, my Incredible doesn't recognize it as a stored contact.
I've tried storing it in different ways, xxx-xxx-xxxx, xxxxxxxxx, etc, but I do not seem to be able to make it hapen.
From what I've read, one solution is to dial the area code everytime, but who wants to do that in a local setting? Very annoying every smartphone I've ever had prior to this was able to interpret the last seven as the contact when the phone is in the default area code (and yes, mine is set to my area code).
View 5 Replies
View Related
Jul 2, 2010
I saw an app on a droid commercial that shows restaurants etc. when the camera is pointed at a landscape.
What is the name of that app?
View 3 Replies
View Related
Mar 16, 2010
I want it to show event for more then 2 days ahead. Is it possible ?
View 2 Replies
View Related
Jul 13, 2010
Is it possible to have events show up on my phone's calendar with different colors like you can on the calendar in Googlemail/GMail? When I try and create different calendars in the Googlemail/GMail calendar the events show up on my phone, but they don't have the same color as the calendar on the PC.
View 4 Replies
View Related
Aug 19, 2010
After the 2.2 update, my calendar doesn't show all day events anymore with the little color marker even though I know there's an all day event on a particular day.
View 3 Replies
View Related
Dec 5, 2009
If I am going through my calendar day by day it shows me from about 8am to 5pm. If there's anything before 8am or after 5pm, I don't see it without scrolling. On my old Treo, it would get rid of some of the unallocated hours between 8am to 5pm to ensure other events fit on the screen. Anyway to do this within the Calendar? I'm using Agenda in the meantime but would really like to see just the day's events for whatever day I'm looking at.
View 3 Replies
View Related
Jan 6, 2010
This seems like an obvious requirement for a calendar widget, but I can't get it actually show me today's events. For a few days leading up to an event, it'll inform me when it's coming, but when it's here, nada.
So is there any way to actually make the widget show the current day's events?
View 2 Replies
View Related
Mar 8, 2010
Is there another good Weather Widget that will show the weather move on the screen? Like with the HTC Default on 2.1 if its raining there are rain drops all on your screen, if it is cloudy clouds move across the background..is there another widget that will do this?
View 16 Replies
View Related
Jul 19, 2010
How I get my weather/clock widget to show the local weather? it currently shows the weather in my capital city but it used to show the local weather of the suburb I am in when I'm in different suburbs? It also used to update the weather every hour and show a sun in the day and a moon at night but now even at 12 at night it still shows the sun. I've also set the weather sync in settings to update ever hour. does anyone know what it could be thats different in my phone now?
View 2 Replies
View Related
Nov 11, 2010
I published an application that stores data in a local database.
Now I have to publish an update to this application to fix some little bugs, but I am afraid that downloading and installing the update will delate the local database associated with the previous version.
I would like to know how the update system works. Will installing an update completely delete all the apk, files, databases associeted with the previous version?
If so, how can I avoid this in my code?
View 2 Replies
View Related
Jun 10, 2010
I know I'm not the only person that gets emails with embedded html or inlined images via google mail. When I get emails like this, I have to click on "Show HTML" or "Show Picture" every single time an email comes in if I actually want to see the email the way it was intended to be shown. I know for a fact that iphones and other email readers dont have any issues with this. Is there a setting to automatically display the email the way it was meant to be shown instead of having to click these buttons each time I want to view the email correctly? Or, perhaps there's already a market app that forces the android email client to display emails correctly?
View 4 Replies
View Related
Dec 24, 2009
Does anyone know how to get your Eris to show the saved contacts picture to show up in MMS and Phone calls? If I dial their number sometimes it shows up and sometimes doesn't. In never shows up in text messaging.
View 4 Replies
View Related
Sep 29, 2010
Folks, I am wondering if anyone here can recommend a way of listening to a couple of local/regional radio stations on my HTC Desire, running Froyo on o2 in the UK The stations are Northsound 1 in the Aberdeen area, and BBC Radio Scotland FM. I have tried A Online Radio and Myplayer, neither will recognise the stations even when entering the url I would use in the pc's browser to listen online at home. Only reason I want to stream these is the non-existent reception using the native FM radio app in the phone.
View 7 Replies
View Related
Jul 16, 2010
I don't see the point of using a local service in Android. If I want to do backgound stuff, I can create a thread and use Handlers.
Creating a local service is a big headache, you have to mess with Binders, worry about the start/stop/bind/unbind lifecycle, etc.
What does a local service get me that a thread doesn't ?
View 2 Replies
View Related
Oct 6, 2010
I have an application which requires networking service. I took on LWUIT4IO and adjusted it to my needs so now i have a network queue that can run one or more network threads.Now, my application is based on single root activity that spawns other child activities as needed (it's a reservation center for vacations, car rental etc.. each in it's own activity). The network is common to all and should be used by all activities. the network thread requires, basically, a callback to notify it's finished and return the result (input stream or byte array) .At first i thought that i should use a service instead of a singleton that will be started in the root activity(the service will also be started in the root activity), however working with a local service is problematic for me: 1. no callbacks which makes me use intents to encapsulate the request esponse in intents time consuming, also since there is not single point of listening (i have to use BroadcastReceivers)i have to add a calling class name or some other identifier so the sender of the request will know it's for him, i think this is also a waste of time and resources since i need only one listener.
i think i CAN use callbacks if i use Binder object to return local instance of my Service and then use the queuing method directly, this is problematic for me as acquiring Binder object is asynchronous and i need it 'on the spot' 3. I thought of using a static instance of the service and null it in onDestroy of the service, but if i use that way, i'm not so sure i need a service... 4. i saw a small answer in stackoverflow about inheriting application and putting whatever member you need there so when you use getApplication you get this instance and then you can retrieve whatever you want, is this even advisable ?
View 5 Replies
View Related
Aug 5, 2010
Can anybody tell how to run the local webapplication using android webview. I want to run my own webpages in android using web view.
View 2 Replies
View Related
Nov 16, 2010
I'm developping an android application. This application use a web service to get some informations. The web service is deployed on local in my computer. When i run my app with the android emulator, everything is ok.The emulator use the address 10.0.2.2 to use the local web service.Now i would like to know if it's possible to connect my mobile phone to my computer and to have access to my local web service.In others words, use my own mobile phone instead of the emulator.
View 4 Replies
View Related
Jun 19, 2010
I have some web pages that I want to bundle with my Android application and display as static pages. Where do I put them? How do I access them? I'm working in Eclipse, so I want a solution that automatically bundles them.I've tried putting my web pages in res/raw, and I can read them as an input stream from there, so I could push that into a WebView. But I'd really prefer if I could stick them somewhere and access them with a URL. I've tried file:///android_asset/about.html but that didn't work. Surely there's a way to form a URL to display bundled pages.
View 2 Replies
View Related
Dec 15, 2009
i am looking for a good live straming tv app. anyone know of one, pref with local channels (i am in NY)
View 2 Replies
View Related
Oct 5, 2009
I am very new beginner, and I am designing a small application as below.
- After a user starts the application, he/she can click the start button to start a background task. (e.g. retrieving the news headlines periodically, then do something...)
- Even after the user quits the application, the background task still running.
- To stop the background task, the user needs to run the application again, and clicks the stop button to stop the background task.
In the above scenario, what API should I use ? (Local Service Binding ? Remote Service Binding ? Handler ?)
View 2 Replies
View Related
Apr 17, 2009
I have ListView whose CursorAdapter is bound to my local database table. Is there a good way to make it so that when new entries / new data is inserted into my table, my ListView automatically refreshes?
This is easily done on ContentProviders via ContentObservers. How do I do the same when iterating over local databases?
View 2 Replies
View Related
Jun 11, 2010
I'm starting a service in my application using startService.
I do not want to use bindService as I want to handle the service life time myself.
How can I get an instance to the service started if I do not use bindService? I want to be able to get a handler I've created in the service class to post messages from the activity.
View 1 Replies
View Related
Apr 1, 2010
This thread is to discuss the pros and cons of each travel app and recommend your favorite one(s). Please mention ones that aren't listed above in the poll too!
I'm not sure if "local" is the correct term to use but I'm just talking about apps like, Yelp!, WHERE, Google Places Directory, etc. I've downloaded most of them but, as with most things, there's a few things I like about each and none of them are "perfect" in my view. So I was just curious what everyone's opinion was when it came to all these apps and which one they like the best and why.
View 8 Replies
View Related
Jun 11, 2010
I dont want just news. i want to look at the TV channel (video) any program to access local TV ?
View 1 Replies
View Related
Jul 1, 2009
I'm trying to read some local files, and ive been reading a lot of stuff about it, but i still don't know where to store the files on my phone and how to get the right path. Some say, it should be stored on /data/data/your.package.here/files but where is that, i mean i can get there when using the emulator but i have no clue how to put files in this on a real device.
View 7 Replies
View Related
Jul 26, 2010
All of the android examples for XmlPullParser pull from a local resource file, and all of the SAX examples pull the XML from a URL. I've been told SAX is faster, so I'm trying to use that to pull data from a local resource file (res/xml/thefile.xml)
The example code I'm working off of is here. So in that example, the code I want to change is:
URL url = new URL("http://example.com/example.xml");
...
xr.parse(new InputSource(url.openStream()));
Instead of using URL, I want to use getXml(R.xml.thefile)
Is that possible, or does SAX need to get data from a URL?
View 1 Replies
View Related
Nov 27, 2009
I'm trying to get a byte array of an image saved locally on the phone. I'm using the code...
How can I get the Bytes?
View 1 Replies
View Related
Feb 18, 2009
I can't figure out how to get the local time zone...
TimeZone.getDefault() returns Pacific Time, while my phone's settings show the time zone correctly set to EST.
View 3 Replies
View Related