[android-developers] Urgent : GPS timeout in android

2010-04-06 Thread Farha Ansari
Hi, In blackberry, we use a timeout to get the location, so that if it doesnt retun location in that much time period, we get to know. But in Android, there is no concept of timeout, can anyone please tell the alternative, that we can find out that after this much time there is no location update

[android-developers] Re: Urgent : GPS timeout in android

2010-04-07 Thread Farha Ansari
location timeout. -John Coryat On Apr 6, 10:34 pm, Farha Ansari farha45ans...@gmail.com wrote: Hi, In blackberry, we use a timeout to get the location, so that if it doesnt retun location in that much time period, we get to know. But in Android, there is no concept of timeout, can anyone

[android-developers] Re: Urgent : GPS timeout in android

2010-04-07 Thread Farha Ansari
a specified period of time, it can set a flag or generate an event to let the rest of the app know. - Brill Pappin On Apr 6, 11:34 pm, Farha Ansari farha45ans...@gmail.com wrote: Hi, In blackberry, we use a timeout to get the location, so that if it doesnt retun location in that much time

[android-developers] Re: Urgent : GPS timeout in android

2010-04-07 Thread Farha Ansari
the rest of the app know. - Brill Pappin On Apr 6, 11:34 pm, Farha Ansari farha45ans...@gmail.com wrote: Hi, In blackberry, we use a timeout to get the location, so that if it doesnt retun location in that much time period, we get to know. But in Android, there is no concept of timeout, can

[android-developers] find that GPS provider has failed to get location in android

2010-04-07 Thread Farha Ansari
How can I find out that the GPS provider has failed to get location in android? Thanks -- 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,

[android-developers] Re: Internal links in Webview

2010-04-10 Thread Farha Ansari
I used onPageStarted() as on any link click, it comes here, this is where we can do any related task. This is what I have used. On Apr 8, 9:58 pm, nikhil nik...@gmail.com wrote: Hey Farha, Did you find out ? On Mar 24, 1:36 am, Farha Ansari farha45ans...@gmail.com wrote: How can we find

[android-developers] Re: Text in a circle that rotates on touch

2010-04-12 Thread Farha Ansari
Hi , I have the same requirement, I have to rotate an image of a wheel as the user moves finger on the wheel on screen. Can u pls tell me how I can use this code thr? What is cx, cy, mPreviousX, mPreviousY? Thanks On Mar 6, 2:56 am, Nathan nathan.d.mel...@gmail.com wrote: On Mar 5, 3:25 am,

[android-developers] Application not taking input from physical keyboard in Droid A855

2010-03-02 Thread Farha Ansari
The application will not take input from the key board and it gives an error message that the function is not supported.This is happening with Motorola Droid A855. Any ideas. Thank, Farha -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Webview textbox and keypad

2010-03-07 Thread Farha Ansari
Is your WebView in a ScrollView? It is due to the keypad. Check out this link, this might give you an idea about what is happening :- http://developer.android.com/resources/articles/on-screen-inputs.html Hope it helps. On Mar 5, 11:10 pm, nikhil nik...@gmail.com wrote: Any idea people? On Mar

[android-developers] Re: Rotation event handling

2010-03-07 Thread Farha Ansari
Hi, you can add these lines in AndroidManifest.xml, activity android:name=.YourActivityName android:configChanges=orientation and then in your activity, override this method:- @Override public void onConfigurationChanged(Configuration newConfig) { if

[android-developers] Switching views in ViewFlipper

2010-03-08 Thread Farha Ansari
Hi, Is there a way to switch views in a ViewFlipper just like on Home screen, where we have small dots at the bottom of the screen and on clicking on them we can switch views. Thanks, Farha -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] how to convert Bitmap image to Drawable in Android

2010-03-10 Thread Farha Ansari
how can i convert a Bitmap to Drawable. Thanks, Farha -- 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] Re: Webview textbox and keypad

2010-03-10 Thread Farha Ansari
and it handles scrolling by itself. On Mar 7, 9:59 pm, Farha Ansari farha45ans...@gmail.com wrote: Is your WebView in a ScrollView? It is due to the keypad. Check out this link, this might give you an idea about what is happening :-http://developer.android.com/resources/articles/on-screen

[android-developers] ViewFlipper caching issue

2010-03-11 Thread Farha Ansari
The views are not cached in a ViewFlipper. Is there a way wherein we can get an image of the view and show it to user so that he sees the Ui as we see on Home scrren(when we swipe the previous view also moves along and when we lift our finger, only then the next view is shown completely.) What I

[android-developers] Re: virtual keyboard input focus with webviews

2010-03-16 Thread Farha Ansari
Yes, I had the same issue, and it has not been solved till now. I had also posted the question but didnt get any reply. I hope, someone would reply this time to your post. Farha On Mar 16, 5:30 am, mike enervat...@gmail.com wrote: Hi all, I'm having a very very strange problem with input and

[android-developers] Internal links in Webview

2010-03-24 Thread Farha Ansari
How can we find out when we click an internal link in WebvIew? Thanks, Farha -- 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

[android-developers] Urgent: Getting error when uploading apk file on android market

2010-03-30 Thread Farha Ansari
Hi, i m uploading my apk for 1st time on market and getting Error:The server could not process your apk. Try . My manifest file is:- `manifest xmlns:android=http://schemas.android.com/apk/res/android; package=packagename android:versionCode=1 android:versionName=1.0