Android :: Switch Between GPS And Networkprovider
Jul 4, 2009
I wanted to know how to switch beteen GPS and Network providers.Iam now busy with making a program that shows the location of the phone holder on the google map. I want to make use of both the GPS provider and the network provider. I prefer using gps. When gps is not temporarily unavailable then the program chooses for the network provider. But when the gps is available again I want the program to use the gps again.At this moment my program is only able to switch to network provider when gps is not available but it cant check whether gps is back again.
View 2 Replies
Jul 8, 2010
I currently use a Nokia E71 and quite like a lot of the features I have setup on it, although in the next few months my contract is up and am interested in replacing this device with a htc desire or similar, since I think Nokia haven't delivered enough with the E72. Although, before I do I'd like to understand a bit more about what the Android platform (2.1)
View 4 Replies
View Related
Jan 21, 2010
Can anyone recommend an app to remotely switch off a PC (e.g. over wifi)? Off Remote does this for iPhone / iPod, and I'm trying to find an equivalent for the Nexus One.
View 3 Replies
View Related
Sep 15, 2010
So I made LP my default launcher by checking the "make default" box which of course disables the choice. I'd like to switch back to ADW. Without un installing LP is there a way to switch back to ADW?
View 1 Replies
View Related
Sep 17, 2010
I saw a thread about this the other day, and cant find it for the life of me. basically, it lets you use swype or something in portrait, and switches to a multitouch keyboard in landscape. any idea what it was called?
View 3 Replies
View Related
Feb 4, 2009
How to switch off Radio, bluetooth and wifi in android ? Can I enable airplane mode ?
View 6 Replies
View Related
Feb 17, 2010
I'm currently working on an application, designed around a TabActivity.Tab1 has a button and I would like when the user click it, it switches to Tab2.
View 10 Replies
View Related
Feb 18, 2009
I 'm beginner in Android ,To start with i was asked to do a simple task ,i need to make blue and red screen appear on the screen alternatively , to achieve this i wrote two layout files 1. main.xml -- for to display red screen 2. sub1.xml -- for to display blue screen
In oncreate() i wrote
for(int i=0;i<20;i++) { setContentView(R.layout.main); try { Thread.sleep(500); }catch(Exception e){} setContentView(R.layout.sub1); }
but this doesn't work ,why ? Please help to understand the concept
View 6 Replies
View Related
Dec 7, 2009
I want to block the functionality switch between Applications in my Activity. Is it possible ?
View 1 Replies
View Related
Aug 17, 2010
Does anyone know whether there is an app that could automatically switch between 2G-3G? Or if anyone is working on such app. Idea would be that user could define which apps can activate 3G mode ie. browser, etc that require higher speed and after application quit's (for example with automated task killer) the phone would switch back to 2G. This would save battery without a hassle to switch manually. I know that there are widgets that takes you to switch option with few clicks, but still. Is there any technical issue that would prevent to make such app? I am not a programmer so take it easy.
View 1 Replies
View Related
Mar 25, 2009
Im creating a simple game using a SurfaceView for drawing the Graphics. It works fine, but now I tried to add a title screen, which is (for now) only a LinearLayout and a Start-button, specified in XML. However, when I click this button and try to switch to my SurfaceView (By doing setContentView(R.layout.game), the screen turns black. But if I do setContentView(R.layout.game) immediatly in my Activity.onCreate it works. But not if I start with my Title-screen and then try to switch
View 3 Replies
View Related
Mar 23, 2010
Work pays for my phone and we are switching from Sprint to At&T. I just bought a Samsung Moment at the end of last year. I'm not real hip on getting an iPhone. It looks like I'm down to 2 choices: Nexus One and Motorola Backflip.So can you help me out here on pros and cons or what would work better for me? I don't know very much, or anything at all, about cell phones.
View 2 Replies
View Related
Mar 26, 2009
I have switch with 255 cases in my project - DroidGear... How i could optimize it?
View 6 Replies
View Related
Aug 9, 2010
My wife and I are on Sprint with Curves and were looking at the Evo and Epic.I am trying to find the best place to start when comparing BB features to the appropriate Android feature.Is there a place for Android for dummies?
View 8 Replies
View Related
Oct 24, 2010
I hope I am posting this in the right area. I am a current BB user and looking to move to Android. I would like to know what the group thinks on this question. I am looking to get either a Evo or a Galaxy Tab. I basically live on my BB. Web surfing, email (personal and work), music player, text etc. which would the group buy evo or galaxy tab. Also any idea as to what the pricing will be from Sprint on the tab?
View 8 Replies
View Related
Sep 22, 2010
In android, I have a TabActivity with 2 tabs and each tab has it own activity (say ActivityA and ActivityB). When I am on ActivityA, and I click on ActivityB's tab, how does the ActivityA knows it is no longer the active Tab?
View 1 Replies
View Related
Apr 21, 2010
On the 2nd of this month i switched to the Eris and I absolutely love ALMOST everything about it. The main problems I have are the lag and the no flash. The lag is a lot worse than i thought it would be. I didn't think I would mind no flash when I bought it but didn't realize how much I was going to miss not having it. From what i have read it seems like the incredible would fix both of these problems. I got the phone for only $29 because i signed up for a new two year contract. What are my opinions for switching to an incredible since i will still be in the first 30 days when the incredible is released. about how much extra will it cost me? Thanks for any tips or advice.
View 3 Replies
View Related
Jul 19, 2010
OK, here is my dislike about this phone. I switched to the Evo cause my DH was obsessed with getting one. I had a Blackberry for the last 2 years and one of the things I liked about the phone was ie: If I was on a call and needed to get a phone number for someone, I could put the phone on speaker, switch applications and access my address book, find the number and then go back to the phone screen. It also worked with any other application I wanted to view while on the phone. It seems that the Evo is not capable of this function.
Not sure if this was the right thread to post on but figured I'd try it. The other down side to the Evo is not having the cut and paste function. Or, is it that I just don't know how to do this yet.
View 2 Replies
View Related
Feb 25, 2010
I need help coming up with a way of executing the following sequence using some type of view or layout combination in Android:I have 3 image objects... say object A, B, and C...I have tried every combination of Threads, AsyncTasks, Handlers, custom layouts, AnimationListeners, etc. but everything I've tried has failed.
If only the ViewSwitcher could take more than 2 views.
View 2 Replies
View Related
Mar 29, 2010
Currently I have a TabHost implemented with 3 tabs each containing a separate activity. My question is how do I switch between tabs from within one of the activities that is located inside the tab host. I've looked everywhere and have been unsuccessful in finding a real answer to this problem.
View 4 Replies
View Related
Aug 28, 2010
It seems like every example I can find of switching between Activity's involves creating an Intent and passing in the context of a View via an OnClickListener associated with a button.But what if you just decide you need to switch Activity's? In my case, a Preference value is causing an Activity switch. How do you create an Intent that can cause an Activity switch without an associated OnClickListener?
View 4 Replies
View Related
Feb 3, 2010
I'm doing a research on Cellular-WiFi switch and finding any mechanism to handle cellular hand off.As far as i've found,an http request is routed through WiFi network if connected even gprs/cellular connection is present.
My queries are:
1)Does this switch happens automatically ? If yes,which part of framework or code does that?
2)Does the http request drop in such situation due to cellular hand off ? Is there any way to handle such hand off ?
3)Does gprs cellular connection reconnects automatically when WiFi gets disconnected ?
4)Which type of alerts or notifications normally user gets in such situations ?
Yours feedback and inputs will be of great help for me in this activity.
View 11 Replies
View Related
Feb 9, 2010
I'm developing an application that render preview frames from the camera to a Surface View. I've noticed there's no way in the Camera API to set the orientation to portrait, so I'm forced to make my view landscape. Does anyone know how to tell the camera to deliver preview frames in portrait?
View 5 Replies
View Related
Mar 18, 2010
Most SMS I send are in Portuguese (Brazil), is there any way I could set the stock keyboard to suggest Portuguese words instead of English? I have set it to Portuguese (as a general setting), but the suggestions on the keyboard are still in English. I would like to have the general language to be English and be able to change the language for the keyboard as needed.
View 3 Replies
View Related
Aug 19, 2010
New to Motorola droid. I was wondering if there is a shortcut to show you what apps/tasks you have running, and allows you to easily switch between them? Currently, I just hit the home button to get out of one app/task and then switch to the screen with the app I want, and click on the app/task. I imagine there is an easier way via a key or shortcut that will pop up my open apps and allow me to choose which one to go to. I figure with all the talk of the droid being a multitasker, I figure there would be an easy way to switch between tasks.
View 3 Replies
View Related
Jun 13, 2010
what is the best backup app to use when your gonna switch phones? i mean everything. settings, dictionary, calendar, sms, apps, data saved by apps, etc.
View 17 Replies
View Related
Jul 24, 2010
This post probably shows my ignorance of Android coding, but here goes. I have a sample app I am developing which starts by extending Activity. I have a main.XML layout which works great. On a button click from the main layout I'd like to load a ListView. I think I understand how to use ListView and seed data into it. I have created a new layout which contains this ListView. I am confused, however, how I switch from a regular Activity to a ListActivity so I get the convenience methods like setListAdapter()? Should I be starting with a ListView, and then drawing the other view on top once the app starts by inflating the layout and using it? If not, how do I create a ListActivity object inside my app, and where should I create that? If you have a sample application or tutorial that shows how to do this, I would appreciate it.
View 2 Replies
View Related
Jan 22, 2009
I have a main class derived from Activity, I need a ListActivity (displayed when the "menu" button is clicked). How can I proceed. I don't understand how I can switch from one to the other?
View 3 Replies
View Related
Nov 25, 2009
Have the Eris. One of the things I liked about Nokias was you could download an app that would let you pull up a task/application switcher from any application by holding down a key.the Eris pulls up last six opened apps when you hold down home button, but there should be a way to open one of the various task switcher/kiillers and open apps using a similar method.Cant seem to find that in app store. am i missing something?
View 2 Replies
View Related
Jul 13, 2009
I just basically want to switch to the number pad mode as soon a certain EditText has the focus.
View 3 Replies
View Related