Re: [android-developers] Will android.permission.VIBRATE permission make my app invisible to tablets(in Android Market)?

2011-09-23 Thread Dianne Hackborn
No, there is no vibration feature. All of the features are defined in the PackageManager class here: http://developer.android.com/reference/android/content/pm/PackageManager.html On Fri, Sep 23, 2011 at 12:36 PM, Kakyoin lgmc...@gmail.com wrote: I've read about Android Market filtering which

[android-developers] ListFragment with a custom view hierarchy?

2011-09-23 Thread worked
I'm attempting to learn fragments and to customize my fragment layout by returning a view hierarchy from onCreateView(LayoutInflater, ViewGroup, Bundle). This inflates my custom view, but behind the default ListView, I see everything at once. Any help is appreciated. Thanks! --MyActivity.java--

Re: [android-developers] Will android.permission.VIBRATE permission make my app invisible to tablets(in Android Market)?

2011-09-23 Thread kdı gjofd
Every android phones got vibrate but you want to use multitouch and not every phone god multitouch..So android market will filter for doesnt have multitouch feature 2011/9/24, Dianne Hackborn hack...@android.com: No, there is no vibration feature. All of the features are defined in the

[android-developers] Re: How to obtain the GPS position of the user and actualice a textview everytime the position has changed?

2011-09-23 Thread lbendlin
http://developer.android.com/guide/topics/location/obtaining-user-location.html -- 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

[android-developers] Re: Problems capturing GPS position in a Augmented Reality App

2011-09-23 Thread lbendlin
wild guess here but I had a similar problem and for whatever reason adding a GpsStatusChange listener kicked the GPS alive. -- 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] SQL query issue

2011-09-23 Thread Nency Robert
HI all, I found this is a weird issue :( I type this command: *C:\android-sdk-windows\toolsadb shell sqlite3 /data/data/com.android.browser/databases/browser.db 'select count(url) from bookmarks where url like %www.android.com%'* * * *I want to run this query: 'select count(url) from bookmarks

Re: [android-developers] openmax framework android

2011-09-23 Thread Pratik Prajapati
http://free-electrons.com/pub/video/2011/elc/elc-2011-garcia-matsubara-hayama-munakata-video-codec-android-openmax-il.webm http://free-electrons.com/pub/video/2011/elc/elc-2011-garcia-matsubara-hayama-munakata-video-codec-android-openmax-il.webm -- Regards, Pratik Prajapati On Fri, Sep 23,

Re: [android-developers] Will android.permission.VIBRATE permission make my app invisible to tablets(in Android Market)?

2011-09-23 Thread Dianne Hackborn
How did multitouch get in to this? Not all Android devices have a vibrator -- for example the Xoom doesn't. There is no vibrate feature, you can't filter your app out from such devices. I have no idea what this has to do with multitouch. On Fri, Sep 23, 2011 at 3:27 PM, kdı gjofd

Re: [android-developers] Re: Async Task, rotation and indeterminate progressbar in custom header.

2011-09-23 Thread João Rossa
The use case is that the user should always see the loading progressbar if there's any background work being done in whatever activity the user is and if the task was launched from another activity. I tried putting a reference in the application class to the progressbar and then refresh it in the

[android-developers] Re: How to obtain the GPS position of the user and actualice a textview everytime the position has changed?

2011-09-23 Thread cellurl
Also, here's a fairly simple example. http://code.google.com/p/speedlimit/ -- 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: SQL query issue

2011-09-23 Thread lbendlin
you need single quotes around the pattern * 'select count(url) from bookmarks where url like \'www.android.com%\''* -- 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

[android-developers] Newbie question about SimpleAdapter and ViewBinder

2011-09-23 Thread gageller
Hi All, I'm not sure if I'm going in the right direction or not. I want to create a spinner that contains State names like Alabama, California, etc. I need to associate the state codes with the names in the spinner e.g. Alabama = AL, California = CA. I do not want to display the state code.

Re: [android-developers] openmax framework android

2011-09-23 Thread NAVI NEW
Thanks , nice and very helpful link. On Sat, Sep 24, 2011 at 5:09 AM, Pratik Prajapati pratik.prajap...@gmail.com wrote: http://free-electrons.com/pub/video/2011/elc/elc-2011-garcia-matsubara-hayama-munakata-video-codec-android-openmax-il.webm

[android-developers] Where the Apk files are stored in Device ?

2011-09-23 Thread Chirag Raval
As the subject suggest , I want to know where all the apk files are stored in device which were downloaded from market ? Thanks in advance. Regards, Chirag Raval. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Need help to show message

2011-09-23 Thread shailesh mistry
Hello friends, I have make a application for like chat and message in that 3 activity 1] chat, 2] compose mail 3] deskboard when using socket get any message I want to show as alert on active activity ... please help me for that how to show in active activity. if the message get

<    1   2