Android :: Way To Get Live Tv App With Local Stations?
Dec 15, 2009i am looking for a good live straming tv app. anyone know of one, pref with local channels (i am in NY)
View 2 Repliesi am looking for a good live straming tv app. anyone know of one, pref with local channels (i am in NY)
View 2 RepliesIs there an App that can listen to local radio stations (FM mainly)?
View 5 Replies View RelatedI used flycast on my moto droid but its not supported on the incredible.
View 9 Replies View RelatedHow do you do that or is it possible?
View 1 Replies View RelatedThe FM Radio app on my Evo died for some reason and now turns on to station 00.0 and I can't do anything. Does anyone know how I can fix this app or know of another app that will allow me to tune in over the radio stations? All of the "radio" apps I keep seeing and hearing about are for webcasts of the radio programming, and I want to actually use the FM tuner.
View 5 Replies View RelatedI 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?
Since the update I'm now able to stream radio stations that weren't able to stream before. I'm assuming its because of Flash. However, in order to keep streaming the browser screen has to remain open ie I can't open another browser tab or switch to another application. Any ideas how to make this run in the background so I can use other apps or open other tabs while streaming?
Also, on another web page there is an option to stream a show or click to download the show as an mp3. When I click the link to download it opens the streaming player and gives me an error that it can't stream that type of file. I didn't have this issue on my blackberry. Clicking the link started the mp3 download. Suggestions?
What apps are you all using to watch TV shows online. I got TV.com from the market but it's only certain broadcasting stations such as CBS. Are there any other out there for the HTC Droid Eris for NBC and ABC stations?
View 8 Replies View Relatedthe App(s) and Device that you try and what works or doesn't.
1. Bloomberg Radio
Live Bloomberg Radio
OR
mms://a1042.l2489851244.c24898.n.lm.akamaistream.net/D/1042/24898/v0001/reflector:51244
2. Hot 97
1. DroidLive
2. MMSLite
3. AndroidOnlineRadio
4. StreamFurious
5. DroidCumulus
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 RelatedI 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 ?
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 ?
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 RelatedI'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 RelatedI 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 RelatedI 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 ?)
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?
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.
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.
I dont want just news. i want to look at the TV channel (video) any program to access local TV ?
View 1 Replies View RelatedI'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 RelatedAll 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?
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?
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.
I was wondering if anyone could direct me to where Gears is putting the local SQL Lite DBs.
I can't seem to find it mentioned in the documentation anywhere!
Starting from the example ServiceStartArguments.java of the "API demos", the service "ServiceStartArguments" is creating a new Handler object (ServiceHandler) which does all the work in a separate thread. Once that work is completed, how can I tell other components that my work is finished, and also provide data (that resulted from the work) to them?
I tried something like startActivity(intent_transferred_via_msg) which does not work, I'll get an exception because I call it "outside of the service", which is technically true.
I have the following base activity. code...
View 3 Replies View RelatedI don't need a strict code related answer I just need somebody to tell me what I am missing.My application has to retrieve from a web service (xmlrpc) the positions of some users I know and update their position on a MapView.So I decided to use a Service and an Activity extending MapActivity to show results.
I thought about two solutions:
I ) start the service and make it ask every minute for these positions and send them to the activity as a bundle via intent. (This didn't work out well, since once shown I couldn't find a method to let the activity continue refresh itself until she stop receiving intents+data from the service)
II ) Incorporate a thread within the activity which starts the service via context.startService(...) every minute. And the MapUI refresh itself once the service send back an intent and stop itself. (Maybe I will fall in the same problem category as before I haven't tryied yet).
I am also giving directions (via maps.google ws) in this way I'd like to refresh only users positions on the map and save the route.What Am I missing do you have any suggestions? related to activities/services internal mechanics, don't know launch modes, use broadcast receivers or intent filters?
Using Local XML file as a database for a android app?
I am trying to build a app with flash using a xml file as database, to read the xml from a external file from the local directory isn't a problem, the problem is how to write data from flash to the xml file.
An application I'm building uses a local Service for downloading files from the web to the phone's SD card. In this app users can browse lists of books, and read them while online. A user can also download a pdf copy of a book for offline viewing. To handle downloads I'm using a locally bound Service. I do not want this Service to run all the time, only when downloading files. So that the Service can shut itself down when its tasks are complete, I am not binding to the service, rather I'm sending an "enqueue for download" command through the Intent passed to Context.startService.
Books available for download are shown in a list. A user can choose to download a book by clicking on its row in the list. On download, I need to show download progress using a ProgressBar on the actual book list row. I need to also show, on the rows, if a book is enqueued for download, or if its download has completed or failed. The books can be shown in different activities throughout the application--in search, or in the user's list of favorite books, for example. When the books are shown in different places, these are not the same objects, but they are uniquely identified by their bookId...............