[android-developers] Re: About adb install

2008-07-11 Thread andyn
The apk file needs to be in the subfolder tools of your Android installation. An interesting site: http://openhandsetmagazine.com/2008/01/tips-how-to-install-apk-files-on-android-emulator/ Have you done it like that and still are getting the error? On 11 Jul., 07:21, Raj [EMAIL PROTECTED]

[android-developers] Re: Cursor

2008-07-11 Thread scorpio
Cursor is to get data from table. Cursor c = myDatabase.query(test,null,null,null,null,null,null); using this statement, we will get all the data from the table name test... Its almost similar to ResultSet in Java. by using, c.next(), we can go to next row... Thanks Nithin On Jul 10,

[android-developers] Re: Ode to Team Android

2008-07-11 Thread Joa
Enjoyed your poem (:-). I am going through a summer of no code here. Not like there wouldn't be work but we're already building at risk. So all I can offer is a good read. Can't help to mention this one: http://en.wikipedia.org/wiki/The_Castle_%28novel%29 On Jul 10, 8:11 am, daspears [EMAIL

[android-developers] Re: Ode to Team Android

2008-07-11 Thread Hong
come on, iPhone 3G is out today worldwide! go grab one ^_^ the app store launched yesterday, over 1/3 of them are GAMES!!! we all know what happened to games in ADC I... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Re: ListView display problem

2008-07-11 Thread andyn
Yes, I set the security permissions. But I also found the error. I forgot the android: in front of the id attribute in the xml file. And that wasn't displayed in Eclipse as an error...so didn't see it On 10 Jul., 17:16, daspears [EMAIL PROTECTED] wrote: Have you setup the security

[android-developers] Re: How to access content of a package in the other packages?

2008-07-11 Thread Nan.YE
Really thanks for your reply. I can export the packages(both codes and res/ directory) as a .jar file and then import them into those projects which require them. This can help me to only create customized views with java codes, just like CustomViewA view = new CustomViewA(this). But using

[android-developers] RTP/RTSP

2008-07-11 Thread Padmaja
Hi, Till now i saw tutorials on streaming which plays video and audio files by downloading into a folder and play. Is there any examples which explains how to use rtp/rtsp/rtcp for streaming media ? Thanks Regards, Padmaja --~--~-~--~~~---~--~~ You received

[android-developers] Re: How to make screen scroll horizontally

2008-07-11 Thread Billsen
Thanks. On Jul 9, 3:27 am, Romain Guy [EMAIL PROTECTED] wrote: You can't for now, unless you write your own scrollable view. You can however shrink your table's columns to force them to fit on screen. Use android:shrinkColumns to do this. On Tue, Jul 8, 2008 at 1:52 PM, Billsen [EMAIL

[android-developers] How to detect item selected in Spinner View as selecting different items

2008-07-11 Thread Billsen
Hi, I have to two spinner views in my App. What I want is this. The data in second spinner view depends item selected in the first spinner view. Here is the code. sUpdate is the first spinner view. I use showAlter to to inform me that callback function setOnItemSelectedListener is called as I

[android-developers] AutoCompleteTextView - does not display content

2008-07-11 Thread Christian Wiesbauer
Hi, I have following problem. I’m using an AutoCompleteTextView in my activity. My problem is that whenever, the view loses focus, it does not display content in the box. However, when I switch back to AutoCompleteTextView it starts displaying it. Does anyone know how to avoid this? Thanks,

[android-developers] How to detect item selected in Spinner View as selecting different items

2008-07-11 Thread Billsen
Hi, I have to two spinner views in my App. What I want is this. The data in second spinner view depends item selected in the first spinner view. Here is the code. sUpdate is the first spinner view. I use showAlter to to inform me that callback function setOnItemSelectedListener is called as I

[android-developers] Re: scalable vector graphics scalable vector graphics scalable vector graphics

2008-07-11 Thread stefoid
how? On Jul 9, 5:51 pm, hackbod [EMAIL PROTECTED] wrote: if I want to take a window (with a dialog in it) and do some transformations on it (which will have to be done in s/w since android doesnt yet support h/w accleleration of its 2D animations) how do I do that? Window animations

[android-developers] Re: scalable vector graphics scalable vector graphics scalable vector graphics

2008-07-11 Thread Digit
hold on cowboys :-) the next SDK's emulator will not simulate an OpenGL ES chip, which means that, while the system image may have support for hardware-accelerated rendering (and not only surface composition, as in M5), the system will default to the same software-only code running in emulated