[android-developers] Re: Multitouch code examples?

2009-12-24 Thread vonguyen
Hi pcm2a, SDK level 2.0 didn't support multitouch. From SDK version 2.0 supports multitouch. You can refer http://developer.android.com/reference/android/view/MotionEvent.html for more detail. On Dec 25, 2:30 pm, pcm2a wrote: > Are there any multitouch code examples that Google provides for SD

[android-developers] Multitouch code examples?

2009-12-24 Thread pcm2a
Are there any multitouch code examples that Google provides for SDK levels 2.0 or higher? I do searches on here and on google and come up empty. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-d

[android-developers] Re: Which one is more efficient, ImageView.setImageBitmap(bitmap) or ImageView.setImageDrawable(drawable)?

2009-12-24 Thread Jeffrey
It depends on if the image will need to be worked with. If the image is unchanging use bitmap if it will be played with use drawable. On Dec 24, 10:46 am, Agus wrote: > Which one these two ImageView methods is more efficient, > ImageView.setImageBitmap(bitmap) or ImageView.setImageDrawable(drawab

[android-developers] Re: Is it possible to process callers voice?

2009-12-24 Thread Jeffrey
I don't think there is a way to intercept the voice data before it hits the radios, the only way I know of to do this is to route the calls through a server via VOIP and have the server handle the processing of the voice. On Dec 24, 7:54 am, gpeddev wrote: > Hello!!! (My first post) > I would lik

[android-developers] Re: Getting Data off the Net

2009-12-24 Thread Jeffrey
I'm assuming if he did he would not be asking... On Dec 24, 4:58 pm, Frank Weiss wrote: > You don't know how to create an XML response in PHP or how to access it from > Android? > > On Dec 24, 2009 12:44 PM, "Skid" wrote: > > I have no experience in this sort of thing which is why I'm asking for

Re: [android-developers] how to recover offline devices.

2009-12-24 Thread feng jacky
Thanks. But as stated ' Screen will never sleep while charging', I don't really think it's will affect the usb connection, because it seams it's mainly about 'screen'... On Fri, Dec 25, 2009 at 7:16 AM, Frank Weiss wrote: > Do you have stay awake while recharging set under the > applications/d

Re: [android-developers] Loading 2.0.1 to ADP2

2009-12-24 Thread Shawn Brown
> May someone please explain a developer withOUT any Android specific > background, what is so difficult in uplading a new version of an O/S > to a device that's specifically desgined for such purpose? Nothing. I think the repository had been set up to allow that hasn't it. On the other hand, so

Re: [android-developers] how to recover offline devices.

2009-12-24 Thread Frank Weiss
Do you have stay awake while recharging set under the applications/development settings on the device? On Dec 23, 2009 7:49 PM, "feng jacky" wrote: Hi, I found that android handsets connected to my PC via usb often go 'offline' status (by adb.exe devices). And, in this situation, I can not debu

Re: [android-developers] Getting Data off the Net

2009-12-24 Thread Frank Weiss
You don't know how to create an XML response in PHP or how to access it from Android? On Dec 24, 2009 12:44 PM, "Skid" wrote: I have no experience in this sort of thing which is why I'm asking for advise, I need to pull data off a MySQL database on my server, the data doesn't need to be updated

Re: [android-developers] Debugging on mobile

2009-12-24 Thread Frank Weiss
Have you set a breakpoint in your code? Double-click in the left margin of the code at the line you want to set a breakpoint. On Dec 24, 2009 12:44 PM, "José Évora" wrote: Hello! I have tried to debug in my device (HTC Hero) that has android 1.5 (I think, and even I don't know how to update) an

Re: [android-developers] Re: RuntimeException without any linenumber in my code. What could be the error? What can I do?

2009-12-24 Thread Frank Weiss
I've had similar issues. In my case, it was a result of trying to manipulate the UI from the wrong thread. Once I used AsyncTask correctly, the exceptions went away. On Dec 24, 2009 1:44 PM, "jotobjects" wrote: Usually there is a "caused by" line futher down in the stack trace. Is this the entir

[android-developers] Re: Uploading a File with HttpClient and HttpPost

2009-12-24 Thread jotobjects
Apparently your HTC is able to connect over WIFI to your router and find a local network laptop running the servlet. Have you tried having the emulator running on the laptop connect to localhost using port 10.0.2.2? That could at least establish that the code works (or not) in that situation. Se

[android-developers] Re: RuntimeException without any linenumber in my code. What could be the error? What can I do?

2009-12-24 Thread jotobjects
Usually there is a "caused by" line futher down in the stack trace. Is this the entire stack trace? On Dec 24, 6:36 am, Martin wrote: > Hi! > > What could be the reason, if I get such a strange error? > > Thread [<3> main] (Suspended (exception RuntimeException)) >         ActivityThread.performL

[android-developers] Android 2.x - Lost the ability to route audio

2009-12-24 Thread Doug
This could be considered a bump, as my previous post (regarding audio on 1.6 never got a response - see http://groups.google.com/group/android-developers/browse_thread/thread/f6b8a70acef0636a/617d1aa3af991f68?lnk=gst&q=audio+routing#617d1aa3af991f68 ) never got a response. In Android 1.5 we had th

[android-developers] Re: Error: exception ViewRoot$CalledFromWrongThreadException - How can I solve this?

2009-12-24 Thread Martin
Thanks to everyone, I solved the problem :-) Greetings, Martin -- 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-de

[android-developers] Debugging on mobile

2009-12-24 Thread José Évora
Hello! I have tried to debug in my device (HTC Hero) that has android 1.5 (I think, and even I don't know how to update) and well...I have right checked the debugging option on the mobile adjustments of apps. So when I click on run, it goes fine... but when I click on debug (all of this in eclipse

[android-developers] Re: ps3 remote control

2009-12-24 Thread Burak Kılıç
I want to control my PS3 with my Hero... I wish one day I will.. On 8 Aralık, 06:01, Steve Davidson wrote: > Funny, I'm playing with this now.  Preliminary testing is looking > promising...  I'll send you a beta when I get something coherent > together. > > On Dec 7, 1:46 am, Aspidoff wrote: > >

[android-developers] RuntimeException without any linenumber in my code. What could be the error? What can I do?

2009-12-24 Thread Martin
Hi! What could be the reason, if I get such a strange error? Thread [<3> main] (Suspended (exception RuntimeException)) ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord) line: 2268 ActivityThread.handleLaunchActivity(ActivityThread$ActivityRecord) line: 2284

[android-developers] Getting Data off the Net

2009-12-24 Thread Skid
I have no experience in this sort of thing which is why I'm asking for advise, I need to pull data off a MySQL database on my server, the data doesn't need to be updated contently just ever minute at the very least. I want to do it by sending a http request to a php page and have that php page crea

[android-developers] Re: Accessing Web Information

2009-12-24 Thread Matthew Patience
Yes, a web crawler, although I can't say I know much about it. Research time I guess. Thank you. -Matt On Dec 22, 10:53 am, WoodManEXP wrote: > Hi, > > Sounds like you are talking about writing a crawler, basically :-) > (Fooling thewebsite into believing you are just another user with a > brow

[android-developers] capture android screen

2009-12-24 Thread Shilpa
Hi, I am new to android. and I have been assigned a task to capture the android screen and send the collected the data through USB or bluetooth to the other device. Do we have any android API to get the framebuffer data. If not then how to proceed with the task? If I can get a sample code, I wou

[android-developers] Re: -http-proxy for emulator on Android 1.6?

2009-12-24 Thread Sam Dutton
>> don't you guys think this should be written somewhere in the Android docs ? >> << I second that! As a newbie I feel like I'm wasting a lot of time on undocumented, easy-when-you-know-how problems. I think this could be easily solved with better Getting Started documentation -- including a si

[android-developers] Loading 2.0.1 to ADP2

2009-12-24 Thread Ron Pinkas
Hi All, Please forgive my ignorance. Athough I see the following in the official description of the ADP2: Modify and rebuild the Android operating system, and flash it onto a phone. --

[android-developers] cannot start Android

2009-12-24 Thread ppnicky
hi when i am running "android" from command line and get: SWT folder 'lib/x86_64' does not exist i have tried to put the lib on path but it doesn't help. any ideas? i am running Vista 64. Thanks, -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Is it possible to process callers voice?

2009-12-24 Thread gpeddev
Hello!!! (My first post) I would like to ask if its possible to make calls and when you talk process the speakers voice and then send it to the listener. I search androids api but i couldnt find anything. Does anyone have any idea? Thanks you!!! -- You received this message because you are subsc

[android-developers] EditText default soft keyboard (alpha vs. digit)?

2009-12-24 Thread Keith Wiley
I know that by setting the input type of an edit text to, say, 'number', I can get it to open the numeric soft keyboard by default for that edit text, but doing so prevents the entry of alpha character entirely. I just want to set whether a given edit text should open by default to the alpha scree

[android-developers] button padding

2009-12-24 Thread Greg Donald
How can I adjust the padding for my button? I have created a style for the pressed state in res/values/styles.xml 26px 16px 25px

[android-developers] Re: Application closes unexpectedly

2009-12-24 Thread Vince
Sorry.. that was a typo on my part. That should have been "without any errors" meaning that I'm not seeing any exceptions or anything in logcat On Dec 24, 9:38 am, Mark Murphy wrote: > Vince wrote: > > Hi. Thanks for the response. I've pasted everything in logcat that was > > printed. I have USB

[android-developers] Re: OpenGL Texture Problems on Acer Liquid and Motorola Milestone

2009-12-24 Thread fwank
BTW, I also found this post useful: http://groups.google.com/group/android-developers/msg/1a785843c3f1dd8c On Dec 24, 11:26 am, fwank wrote: > Hi Robert, > > So I'll describe as best I can since I do not have the Acer and > Milestone. My customers have said the following: "Just shows white and >

[android-developers] Re: SimpleCursorAdapter SQLite field not found in ListActivity

2009-12-24 Thread Nmix
On Dec 22, 12:38 pm, jcknight wrote: > I have a SimpleCursorAdapter that I’m using to pull the contents of > aSQLitetable and populate a ListView.  Here is some code: > > http://pastie.org/private/ibrwbcv1xu1dpv2l7ys5g > > When it tries to populate the ListView I get an IllegalArgument > exceptio

[android-developers] Re: OpenGL Texture Problems on Acer Liquid and Motorola Milestone

2009-12-24 Thread fwank
Hi Robert, So I'll describe as best I can since I do not have the Acer and Milestone. My customers have said the following: "Just shows white and black squares on my liquid", "All the graphics are white squares on my Milestone". Keep in mind my app runs perfect on G1, Hero, Droid, Cliq, et al. I

Re: [android-developers] Re: RIGHT way to kickstart composing a new Calendar event?

2009-12-24 Thread Mark Murphy
DulcetTone wrote: > I am confused why such a flexible network of high-level inter-app > communication would be established, and then sawhorses placed across > the on ramps. I know time and testing resources are at a premium, but > blanketing the earth with a variety of phones that belie their > se

[android-developers] Re: what is wrong here?

2009-12-24 Thread nEx.Software
First posts are moderated, a real person has to look at them... so sometimes it can take a bit of time. On Dec 24, 11:02 am, rompelstilchen666 wrote: > and now i am spamed with 260 mails ,lol > > 2009/12/20 GregAZ > > > I have the same problem.  Mine still isn't showing up and it's not in > > FA

Re: [android-developers] Re: what is wrong here?

2009-12-24 Thread rompelstilchen666
and now i am spamed with 260 mails ,lol 2009/12/20 GregAZ > I have the same problem. Mine still isn't showing up and it's not in > FAQ's either. It's been over 12 hours now. > > On Dec 20, 6:08 am, rompelstilchen666 > wrote: > > Hi, > > I registered myself on this mailing list yesterday > > >

[android-developers] Re: how easy can the .dex file be reverse engineered?

2009-12-24 Thread nEx.Software
There are definitely tools that reverse engineer dex bytecode, and depending on how complex your code is it can be pretty easy to figure out how your application works. The question boils down to how likely you believe the chances will be that someone will want to do that. On Dec 24, 10:39 am, Geo

[android-developers] Re: RIGHT way to kickstart composing a new Calendar event?

2009-12-24 Thread DulcetTone
Thanks Mark. I am looking a bit more, but it does seem I could at best stumble upon a similarly fragile mechanism that would encompass another phone/calendar app or two. I am confused why such a flexible network of high-level inter-app communication would be established, and then sawhorses placed

[android-developers] how easy can the .dex file be reverse engineered?

2009-12-24 Thread Georgios Galyfos
Hello, I was wondering how safe it is for my apk to be uploaded without being obfuscated. I am kindof in a hurry to upload it on the market and I was thinking of uploading it unobfuscated. I am guessing this is probably how most of the apps are uploaded anyway but I would like to hear people's opi

Re: [android-developers] Re: Application closes unexpectedly

2009-12-24 Thread Mark Murphy
Vince wrote: > Hi. Thanks for the response. I've pasted everything in logcat that was > printed. I have USB debugging turned on for the phone. Is there > anything else that I need to turn on to see the exceptions? Perhaps I misunderstood what you wrote. Could you please clarify: > I see the first

[android-developers] Re: Application closes unexpectedly

2009-12-24 Thread Vince
Hi. Thanks for the response. I've pasted everything in logcat that was printed. I have USB debugging turned on for the phone. Is there anything else that I need to turn on to see the exceptions? On Dec 23, 1:32 pm, Mark Murphy wrote: > Vince wrote: > > I am a brand new developer to Android.. > >

[android-developers] MediaRecorder - how to continuously record in memory (using a circular buffer)

2009-12-24 Thread flohier
Dear All, I'm trying to use the MediaRecorder to have my application continuously record audio in memory (to a circular buffer of a known size). Indeed, I'd like to be able to play back the past 10 seconds of recorded based on a certain event in my program. Much of the Media API is designed to li

[android-developers] Which one is more efficient, ImageView.setImageBitmap(bitmap) or ImageView.setImageDrawable(drawable)?

2009-12-24 Thread Agus
Which one these two ImageView methods is more efficient, ImageView.setImageBitmap(bitmap) or ImageView.setImageDrawable(drawable)? -- 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@googl

[android-developers] Re: Unpublished App receiving comments and ratings

2009-12-24 Thread Maps.Huge.Info (Maps API Guru)
Anyone who downloaded your app can still give it ratings and comments, people who never downloaded it won't see it though. AFAIK, once published, an app has an indefinite life. -John Coryat "Radar Now!" "What Zip Code?" -- You received this message because you are subscribed to the Google Gro

Re: [android-developers] RIGHT way to kickstart composing a new Calendar event?

2009-12-24 Thread Mark Murphy
DulcetTone wrote: > My app wants to whisk the user to the "create new event" composition > window of his Calendar app, initializing begin time, end time, title > and description text for the event, but then leaving him able to see > these values and optionally alter them before saving (or discardin

[android-developers] TranslateAnimation slide from just offscreen

2009-12-24 Thread kostmo
Specifying the following in an XML file will slide a view into place, starting with the view's right edge aligned with the right edge of the screen (assuming parent is the main window). Is there a recommended/possible way to specify the starting position to be just offscreen (i.e. the view's left

[android-developers] RIGHT way to kickstart composing a new Calendar event?

2009-12-24 Thread DulcetTone
My app wants to whisk the user to the "create new event" composition window of his Calendar app, initializing begin time, end time, title and description text for the event, but then leaving him able to see these values and optionally alter them before saving (or discarding) the event using the ori

[android-developers] how to send message to a speceific port

2009-12-24 Thread george
Hi all i want to send a text message on a specific port how to do it can any one help thanks much -- 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 fr

[android-developers] Unpublished App receiving comments and ratings

2009-12-24 Thread Matt
I un-published a free version of an app six weeks ago, but over the last few days, it started receiving ratings again. Other times, currently published apps aren't searchable from any device. Has anyone else noticed this? Is there a way to completely remove an app from the market beyond un- publ

[android-developers] Re: Scrolling a Gallery

2009-12-24 Thread Business Talk
Thanks Aniruddh, That's what I need but I see a problem here. It looks like I will have to subclass the gallery in order to override the onInterceptTouchEvent method. Otherwise, I don't see a way to register a listener that would implement the method and intercept the call. Any suggestion? -- Yo

Re: [android-developers] Re: Anyone noticing more uninstalls of their app than usual over last weekend/today?

2009-12-24 Thread Wayne Wenthin
I am trying to space updates around once a week but since I'm in beta I do update major issues right away. Hopefully the people that are using the game are not getting annoyed and understand that frequent updates will be the norm for awhile. On Wed, Dec 23, 2009 at 10:00 PM, dadical wrote: > I

[android-developers] Is there a built-in view class to implement the view flipping behavior similar to the Android home screen?

2009-12-24 Thread Agus
Is there a built-in view class to implement the view flipping behavior similar to the Android home screen? (Other than the gallery view) 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-

Re: [android-developers] Scrolling a Gallery

2009-12-24 Thread Aniruddh Bajirao
I would use the onInterceptTouchEvent so that the Parent in the View Hierarchy gets control and then decide when you want to pass the events to the children. On Thu, Dec 24, 2009 at 9:33 AM, Business Talk wrote: > How do I make a gallery to scroll if the gallery's items (views) fill > the entire

[android-developers] Scrolling a Gallery

2009-12-24 Thread Business Talk
How do I make a gallery to scroll if the gallery's items (views) fill the entire screen (a view per screen) and each view is filled with buttons? It looks like the gallery doesn't get the scroll event. Instead, the buttons get the click event. -- You received this message because you are subscrib

[android-developers] Re: Uninstalling application - feedback

2009-12-24 Thread Maps.Huge.Info (Maps API Guru)
That, I believe, is something that would be beneficial to have. -John Coryat "Radar Now!" "What Zip Code?" -- 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 unsubs

[android-developers] Detect top position of a view

2009-12-24 Thread arnouf
Hi all, In my program, I'm adding different views using a loop inside a linearlayout. I need to find the top position of each added view. I tried to retrieve this position using method top but I find always 0. Do you know how can I do this (if it's possible of course !). Regards and thank you by

Re: [android-developers] retain application/Activity state correct approach?

2009-12-24 Thread Mark Murphy
Atif Gulzar wrote: > I just read from internet to maintain the state of my application by > overriding the onKeyDown function as given below. And set the launch > mode of my activity as singleInstance. And it is working perfectly. Just > want to know if it is correct approach. And how it is differe

[android-developers] retain application/Activity state correct approach?

2009-12-24 Thread Atif Gulzar
hi, I just read from internet to maintain the state of my application by overriding the onKeyDown function as given below. And set the launch mode of my activity as singleInstance. And it is working perfectly. Just want to know if it is correct approach. And how it is different from onSaveInstanc

Re: [android-developers] Re: Controlling the current MediaPlayer

2009-12-24 Thread Mark Murphy
Alex Corbi wrote: > Thanks for the tipp moneytoo, i will check that out. > > Mark, is it allowed to use the method that moneytoo suggests? I misunderstood your question -- I thought you were looking to play back media, not just stop and start an existing player. That being said, please understan

[android-developers] Re: Problem in Layout

2009-12-24 Thread Nithin
First of all, sorry for my language.. Thanks jean for your reply. Somehow solved the issue. I gave proper weight to the 3 layouts and now displaying all 3. Only the middle layout is scrolling, other 2 are fixed and displaying. Nithin On Dec 23, 3:30 am, jean-guys wrote: > First off I apologize

[android-developers] Re: Controlling the current MediaPlayer

2009-12-24 Thread Alex Corbi
Thanks for the tipp moneytoo, i will check that out. Mark, is it allowed to use the method that moneytoo suggests? is it at least possible to know whether some media is currently being played? a isPlaying() method or something? Thank you guys. Alex. On Dec 23, 3:26 pm, moneytoo wrote: > You c

[android-developers] Echo heard during audio loopback

2009-12-24 Thread Vishal
Hello, I have a Java application where in I am recording Audio in PCM format at 8KHz sampling rate using AudioRecord class and sending over the network. Similarly I am receiving PCM samples through the network and playing them into the speakers in PCM formats using AudioTrack class simultaneously.

[android-developers] Is android supports wap push

2009-12-24 Thread saikiran n
Hi, Is android supports wap push sms ? If so what is the API to achive this functionality -- 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 grou

Re: [android-developers] Uninstalling application - feedback

2009-12-24 Thread Mark Murphy
Dilli wrote: > Is there any way to get the feedback from user about my app while > uninstalling ?? No. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year -- You received this message because you are

[android-developers] Problem reading a previously written file.

2009-12-24 Thread Mike
Hello, First: Merry christmas :) Second: I have one customer where saving my applications data to a file works as expected, but loading the data from the file always causes a FileNotFoundException. Uninstalling and reinstalling has no effect - i.e. the file can be written but reading it fails. I

[android-developers] What's the UI performance tools for Android?

2009-12-24 Thread William.lw.w
Hi Google Expert, I'm not sure if this is right place to post this question. I just listen the Google IO section of "Make your Android UI Fast and Efficient" again. It is a very useful for the daily Android development. There are some benchmark about the UI performance, e.g. the "frames per seco

[android-developers] Re: glReadpixel call in open-gl

2009-12-24 Thread Nightwolf
According to OpenGL ES spec: Only two combinations of format and type are accepted. The first is format RGBA and type UNSIGNED BYTE. The second is an implementation-chosen format. The values of format and type for this format may be determined by calling GetIntegerv with the symbolic constants IMP

Re: [android-developers] Secondary google account

2009-12-24 Thread Dmitri Plotnikov
You may need to explicitly enable sync on that account. See Contacts/menu/accounts On Dec 23, 2009 5:32 PM, "stimpie" wrote: My google account has a primary xx...@gmail.com address and a secondary u...@domain.tld adress. All fine so far. But when I use the secondary email to sign in on my andro

Re: [android-developers] Re: Uploading a File with HttpClient and HttpPost

2009-12-24 Thread Radek Skokan
I tried it on both the emulator and a physical device (HTC Hero). Same behavior. 192.168.1.100 is my laptop running Tomcat. There is a servlet with Apache Commons File upload waiting for that multipart file. Works correctly with uploads from a browser (PC & Android). Thanks, R. On 12/23/2009 1

[android-developers] About full build duration

2009-12-24 Thread 何奇
Hey, folks Anyone know how to speed up android full build. I need to re-build android every week, but now it cost about 8 hours. Who knows how to accelerate this processing? -- Best Regards James -- You received this message because you are subscribed to the Google Groups "Android Developer

[android-developers] Running applications on target hardware

2009-12-24 Thread android_newbie
Hi, Our's is PXA255 based embedded system. I can able to bring up Android console. How to run my own applications? I created .apk file and copied to my target, so how to invoke it from command line? Thanks -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Call Blocking in android

2009-12-24 Thread mayur yambal
Hi, I want to develop an application which blocks incoming calls (Call Blocker) in Android.There were Android internal API for that but those are removed from 1.0 onwards SDKs.We can catch incoming call event using "PhoneStateListener" class,when phone state goes to ringing. Right now we implemen

[android-developers] Re: Get Web URL

2009-12-24 Thread Abhinava Srivastava
Thanks fo rreply, but i think u didnt get my question, UriUtils can be used if i already have a Uri, i stated that i have declared only scheme in my intent, ex. abc, so any event with the scheme of abc will be invoking my application, right? now what i want is that i should be able to get the host

[android-developers] Re: Audio Video recording on Android.

2009-12-24 Thread piyushn
CAN YOU PROVIDE CODE FOR FULL THIS SO WE CAN DEBUG IT.. TO HELP YOU On Dec 22, 3:03 am, Anu wrote: > Hi, >    I am trying to develop an app which streams live audio/video. I > have the mediarecorder to record both audio, video frames , and it > does so. But the thing is it records a chunk of aud

[android-developers] Contacts-based app force-closing on Droid, unable to repro

2009-12-24 Thread Eric
I'm having problems with my application on Droid phones. I am unable to reproduce the problems in the emulator. A co-worker of mine with a Droid also has no issues running my app. Any help you can provide would be much appreciated. My application is called Dialify. It's open source; you can find t

[android-developers] Re: Droid AVD (2.0, WVGA854) resolution hell

2009-12-24 Thread greg1x
I've also tried now to create an empty drawable-v4 dir to make >=1.6 to ignore drawable-v3. It doesn't work, force close.. Isn't there a directory qualifier that makes >=1.6 to ignore a dir that is left there just for 1.5? (drawable-v3 in my case) On Dec 24, 9:22 am, greg1x wrote: > The drawable-

[android-developers] Re: Droid AVD (2.0, WVGA854) resolution hell

2009-12-24 Thread greg1x
The drawable-v3 & drawable-nodpi-v4 idea is useless.. It force closes on anything higher than v3. (I guess it doesn't ignore the v3 dir, so it has duplicate files with the same identifiers) Now it works on 1.5 only :) It seems that I'll have to implement something comlicated, as Dan suggested. On

[android-developers] Re: Droid AVD (2.0, WVGA854) resolution hell

2009-12-24 Thread greg1x
Lance! Thanks for trying! ;) What about qualifying like this? drawable-v3 drawable-nodpi-v4 Wouldn't 1.6 just ignore the drawable-v3 and pick up the resources from drawable-nodpi-v4? Wouldn't 1.5 just ignore the drawable-nodpi-v4 and pick up the resources from drawable-v3? This way everything w

[android-developers] Re: ListView methods invalidate() versus invalidateViews()

2009-12-24 Thread Anirudh
You could also use the Adapter.notifyDatasetChanged() method to do this. On Dec 24, 1:14 am, Mark Murphy wrote: > Agus wrote: > > What's the functional difference between these listview methods: > > invalidate() and invalidateViews()  ? > > Which one is faster to refresh a listview? > > Hopefully