Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:21 PM, Kostya Vasilyev kmans...@gmail.com wrote: In 3.0, async tasks are by default executed sequentially, while in earlier versions more than one could be executed in parallel. Are you sure that kicked in? I remember that Romain indicated that this change was coming,

Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Kostya Vasilyev
Ah, yes, you're right, 3.0 shipped with no change wrt. to previous versions, sorry. http://groups.google.com/group/android-developers/msg/3deeb36dccb4e9a5 -- Kostya 01.07.2011 22:25, Mark Murphy пишет: On Fri, Jul 1, 2011 at 2:21 PM, Kostya Vasilyevkmans...@gmail.com wrote: In 3.0, async

[android-developers] Detecting the current volume on AudioRecord

2011-07-01 Thread zemariamm
I'm building an application that is always recording audio from the microphone, whenever the audio reaches a certain threshold I perform a certain action. However how should I calc the appropriate volume for the threshold ? I've a static volume coded which works well across some devices but not

[android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread jotobjects
Too bad. Now thinking about a workaround for the specific case we have. The thumbnail map is actually static (not clickable/pannable). Is there a way to get an image of a fully inflated and drawn View? I'm thinking we could call View.draw(canvas) and get a drawable from the MapView and then

Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:33 PM, Kostya Vasilyev kmans...@gmail.com wrote: Ah, yes, you're right, 3.0 shipped with no change wrt. to previous versions, sorry. http://groups.google.com/group/android-developers/msg/3deeb36dccb4e9a5 Yeah, I have an eye out for when this change actually occurs and

Re: [android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:53 PM, jotobjects jotobje...@gmail.com wrote: Too bad.  Now thinking about a workaround for the specific case we have.  The thumbnail map is actually static (not clickable/pannable). Is there a way to get an image of a fully inflated and drawn View?

[android-developers] Re: AsyncTask, Runnable Thread, ???

2011-07-01 Thread netlander
AsyncTask is designed to run with Android API (activity, service, etc...) so that would be my preferred choice if I was using it within an activity say. The class has a well designed lifecycle and makes code more readable than the thread/handler idiom. On Jul 1, 3:02 pm, Jorge Luis

[android-developers] Re: Image Map Type style Overlay in MapView

2011-07-01 Thread Scott Kennedy
I figured it out. For anyone else who might be interested, the map tiles on Android's MapView seem to be twice as dense as the JS API's. So if you have an existing tileset, just read them in with an inSampleSize of 2, and adjust the positioning accordingly. On Jul 1, 1:20 pm, Scott Kennedy

[android-developers] android wifi identify sama application

2011-07-01 Thread raman singa
I need to scan the wifi area through my application to identify the other devices that use the same application. Next connect those two devices to do an activity like chatting. I need your help on this, any help will be appreciate. Thank you -- You received this message because you are

[android-developers] Re:Urgent need for SAP Functional FI/CA Consultant@CA

2011-07-01 Thread vikram murari
** ** ** ** ** ** Hi, Greeting’s Reply to mvik...@sureitinc.com and vik.sur...@gmail.com. ** ** ** ** Position: SAP Functional FI/CA Consultant Location: Torrance, CA Length: 6-12 months Start: ASAP Interview :phone ** ** ** ** **· **5+ years SAP

[android-developers] Re: Scaling text up to be relative to screen pixels

2011-07-01 Thread nadam
You don't need to make lots of layouts for the text size. Just put the size in separate res/values directories, e.g. res/values-mdpi-xlarge/ dimens.xml. For pixel-perfect scaling games I suggest using Open GL. On 1 Juli, 05:57, keyeslabs keyes...@gmail.com wrote: Struggling with the same thing.  

[android-developers] RE:Urgent need for Hyperion HFM Consultant@CA

2011-07-01 Thread vikram murari
** ** ** ** Hi, Greeting’s Reply to mvik...@sureitinc.com and vik.sur...@gmail.com. ** ** Position: Hyperion HFM Consultant Location: Mountain View, CA Length: 6+ months Start: ASAP Interview :phone ** ** ** ** **· **Must have 3-5 years of Hyperion

Re: [android-developers] Re: google-api-java-client-samples

2011-07-01 Thread Sergio Michels
Hi, are you using maven eclipse plugin? In the picasa example, Maven downloaded google-api-client-googleapis-1.2.1-alpha.jar that have GoogleTransport class. Is there one way to check if the dependencies are exported to the virtual device? Regards, Sérgio On Fri, Jul 1, 2011 at 2:30 AM,

[android-developers] Re: Fragments

2011-07-01 Thread jtoolsdev
I would highly recommend the article on fragments here: http://www.developer.com/ws/create-flexible-android-uis-with-fragments.html It is lean and to the point. Google tends to overload their documentation and it becomes difficult to sort out the essentials. But you also might want to look at

Re: [android-developers] bindLong for primary key

2011-07-01 Thread Justin Anderson
What? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 1, 2011 at 9:36 AM, naveen kumar kumarnaveen.si...@gmail.comwrote: i want to bindLong primary key with auto increment . i have many coloumns with many value but -- You received this

Re: [android-developers] Re: em...@android.com

2011-07-01 Thread Justin Anderson
You could always try to get a job with Google as an Android developer... They might give you one then. :-) Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 1, 2011 at 7:20 AM, Jorge Luis jorgelferr...@gmail.com wrote: yes. 2011/7/1 souissi

Re: [android-developers] Samsung Galaxy S kill my app

2011-07-01 Thread Justin Anderson
I'll bet if you tried debugging it on the Galaxy S you would be able to find out the cause of the problem... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware 2011/7/1 Károly Holczhauser holczhau...@gmail.com Hello Boys and Girls! I had wrote an app

Re: [android-developers] Change Grid Size of Home Screen

2011-07-01 Thread Justin Anderson
Shorten your application's name Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 30, 2011 at 9:40 PM, Rahul Garg rahul.lnm...@gmail.com wrote: I am facing issue that, some of my application's name is not getting displayed completely on the

[android-developers] distance formula

2011-07-01 Thread bob
what's the formula for the distance between two GPS coordinates? -- 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

Re: [android-developers] distance formula

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 3:48 PM, bob b...@coolgroups.com wrote: what's the formula for the distance between two GPS coordinates? Dude: http://tinyurl.com/3zwsv6r - TreKing

RE: [android-developers] distance formula

2011-07-01 Thread Tommy Hartz
http://tinyurl.com/3h259mn -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of bob Sent: Friday, July 01, 2011 4:48 PM To: Android Developers Subject: [android-developers] distance formula what's the formula for the

RE: [android-developers] distance formula

2011-07-01 Thread Tommy Hartz
Lol you beat me to it L now I just feel like a copy cat From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of TreKing Sent: Friday, July 01, 2011 4:56 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] distance formula

[android-developers] Re: How to check ip is available in network or not?

2011-07-01 Thread JAlexoid (Aleksandr Panzin)
This is not really an Android related topic, but... Do not rely on IP broadcasting being available. A lot of networks will forbid broadcast packets. You may try the ICMP ping, but a lot of firewalls will drop all ICMP packets. Broadcasting is an unreliable feature. I'd suggest asking on

[android-developers] SearchRecentSuggestionsProvider for AutoCompleteTextView arrayadapter

2011-07-01 Thread Julius Spencer
Hi, I have set up a SearchRecentSuggestionsProvider to use with the Search Button which works well. I have an EditText in and Activity which I would like to change into an AutoCompleteTextView which would use the same suggestions. The AutoCompleteTextView example shows an ArrayAdapter with

[android-developers] simple question: do I need to obfuscate a free app?

2011-07-01 Thread Spooky
For a simple and free gallery app, is there any reason to obfuscate it? Thanks, --jim -- 73 DE N5IAL (/4)| DMR: So fsck was originally called spooky1...@gmail.com| something else. http://jdgapps.com/ | Q: What was it called? Running FreeBSD 7.0 | DMR: Well, the second

[android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread jotobjects
Cool thanks - we will look at that. A gotcha is you don't know how long it will take for the tiles to be returned before you can get the image of the map. It was also suggested that we just use a webview with the google maps web api for the static thumbnail map. That sounds like it might be

Re: [android-developers] simple question: do I need to obfuscate a free app?

2011-07-01 Thread Justin Anderson
Depends... are you doing anything that you wouldn't want others to copy? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Jul 1, 2011 at 4:08 PM, Spooky spooky1...@gmail.com wrote: For a simple and free gallery app, is there any reason to

[android-developers] Re: distance formula

2011-07-01 Thread Nathan
Or just call this: http://developer.android.com/intl/de/reference/android/location/Location.html#distanceBetween(double, double, double, double, float[]) Nathan -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] factory reset tips

2011-07-01 Thread bob
My phone is misbehaving and rebooting itself all the time, so I'm going to try a factory reset. Anyone have any tips? (i.e. how to back up contacts) -- 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] Re: distance formula

2011-07-01 Thread bob
Thanks. On Jul 1, 6:10 pm, Nathan critter...@crittermap.com wrote: Or just call this: http://developer.android.com/intl/de/reference/android/location/Locat..., double, double, double, float[]) Nathan -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: simple question: do I need to obfuscate a free app?

2011-07-01 Thread Spooky
I wrote: For a simple and free gallery app, is there any reason to obfuscate it? I've noticed that, in the top-level directory for my app, Eclipse creates a file called proguard.cfg ... is Eclipse already doing the obfuscation? Or is it just setting up a config file so all I have to do is run

[android-developers] TextView, EditView, cut/copy/paste, select - how do I get what I want?

2011-07-01 Thread James Moore
In 2.2, what combination of options to either TextView or EditText, called from Java (not xml), gets you: * Text that is not editable. * In response to a long press, the select/cut/copy context menu comes up, preferably with select and copy, but without paste and cut. * Text can be scrolled by

[android-developers] Honeycomb: Mac + Asus Transformer, Internet over USB-ADB?

2011-07-01 Thread Devomat
My G1 has internet over the USB-Cable of my Mac. So far, no problem. But how can I get Internet over USB with my Transformer? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: simple question: do I need to obfuscate a free app?

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 6:52 PM, Spooky spooky1...@gmail.com wrote: I've noticed that, in the top-level directory for my app, Eclipse creates a file called proguard.cfg ... is Eclipse already doing the obfuscation? Or is it just setting up a config file so all I have to do is run Proguard?

[android-developers] re-using hibernate classes in android

2011-07-01 Thread doles
Hello, I have a domain model that is mapped to a server side database with hibernate. So, it has all the nice JPA annotations. I would like to use these classes that I have already painstakingly written in my android app. Of course, since the hibernate api is not available to android, my

[android-developers] Three line ListView question

2011-07-01 Thread arudzki
All, I would like to know if something is possible, and if I could get a hint or two on how to do it. I want to use a ListView where each group that can be selected consists of two lines of text and below that a progress bar or a colored line. The point of the screen is to keep track of the

[android-developers] How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
I just published (about 10 minutes ago, maybe a bit longer) my first app, Point Lobos Gallery. How long does it typically take before I can actually see it in the Market (using search)? Thanks, --jim -- 73 DE N5IAL (/4)| DMR: So fsck was originally called spooky1...@gmail.com|

Re: [android-developers] Three line ListView question

2011-07-01 Thread TreKing
On Fri, Jul 1, 2011 at 11:51 PM, arudzki tony.rud...@gmail.com wrote: I've done two line ListViews, but how do I add a really thin progress bar or colored line as a third line in each of the ListView items? Take your two-line list view item layout and add a really thin progress bar or colored

[android-developers] How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
I just published (about 10 minutes ago, maybe a bit longer) my first app, Point Lobos Gallery. How long does it typically take before I can actually see it in the Market (using search)? Thanks, --jim -- 73 DE N5IAL (/4)| DMR: So fsck was originally called spooky1...@gmail.com|

[android-developers] Re: google-api-java-client-samples

2011-07-01 Thread Spiral123
yes I did use maven to pull down the project, but it was a long time ago. I remember that I did get the original Picasa example working after a struggle, but I had to do a lot of fiddling around. I subsequently had to do some major tinkering with the libraries when I converted it to Google Docs

[android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spiral123
minutes, if not seconds. On Jul 2, 1:10 am, Spooky spooky1...@gmail.com wrote: I just published (about 10 minutes ago, maybe a bit longer) my first app, Point Lobos Gallery.  How long does it typically take before I can actually see it in the Market (using search)? Thanks,    --jim -- 73

[android-developers] Turn off Spell Check [Not Autocorrect]

2011-07-01 Thread MattClark
Software Version: 2.76.651.4 Android Version: 2.3.3 HTC Sense Version: 2.1 I know this is probably not the place to ask, but i am part of this group anyways, after the latest software update, in messages my HTC EVO Shift now spell checks, not autocorrect, but spell check. It red underline any

[android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
On Jul 2, 12:15 am, Spiral123 cumis...@gmail.com wrote: minutes, if not seconds. Ok, I must have screwed up, then. I just discovered it by looking in apps-photography-just in ... but a search still returns no results found. And the line-wraps in the description are (were) also hosed. I think I

Re: [android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread TreKing
On Sat, Jul 2, 2011 at 12:26 AM, Spooky spooky1...@gmail.com wrote: And the line-wraps in the description are (were) also hosed. I think I just fixed that---I unpublished it, took out all line breaks except at paragraphs, and re-published it. The changes haven't appeared yet, but I'm hoping

[android-developers] Re: How long does it take after publishing an app before it appears in the Market?

2011-07-01 Thread Spooky
On Jul 2, 12:41 am, TreKing treking...@gmail.com wrote: On Sat, Jul 2, 2011 at 12:26 AM, Spooky spooky1...@gmail.com wrote: And the line-wraps in the description are (were) also hosed. I think I just fixed that---I unpublished it, took out all line breaks except at paragraphs, and

Re: [android-developers] Aw: AsyncTask, Runnable Thread, ???

2011-07-01 Thread Dianne Hackborn
I think the change will be in Ice Cream Sandwich. Probably shouldn't have written the documentation the way it is, the next release is so meaningless. :p On Fri, Jul 1, 2011 at 11:56 AM, Mark Murphy mmur...@commonsware.comwrote: On Fri, Jul 1, 2011 at 2:33 PM, Kostya Vasilyev

<    1   2