[android-developers] Re: using mysql

2008-05-10 Thread senthil arjunan
Hi Neo, Try this.. JAVA: String exsistingFileName = samplefile.txt; String lineEnd = \r\n; String twoHyphens = --; String boundary = *; String urlString=path/db_conn.php; HttpURLConnection conn; DataOutputStream dos; try{

[android-developers] it's all about free free free

2008-05-10 Thread Neel's
hi, this is neel's i suggest u to use www.totallyfree4u.com it's all about free stuff, generally i use this site which contain more than 1000 links of different categories. so if u want free music, movies, softwares, templates, tutorials, code scripts, and many more check this great site

[android-developers] Re: About textfile

2008-05-10 Thread sacoskun
Hello Analdin, When you open an emulator connect to it via adb shell command from a terminal. Then you can find your file in /data/data/com.IW.sample/files/ judy.txt. -sacoskun On May 10, 8:23 am, Analdin Judy [EMAIL PROTECTED] wrote: Hi, Can anybody please tell me,In the path

[android-developers] Re: Changes not appearing in Android

2008-05-10 Thread tmorita
Did you try deleting the .img file in your application folder? If you read about the emulator on the android website, it will walk you through removing this file. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: SDK Update?

2008-05-10 Thread Adriano Crestani
I just wonder when is the soon release date On May 9, 9:55 pm, Evan JIANG [EMAIL PROTECTED] wrote: Good question. In the same time, Apple had released 5 updates of iphone sdk. On Sat, May 10, 2008 at 9:23 AM, Gil [EMAIL PROTECTED] wrote: It's been more than two months since the release of

[android-developers] Re: Add RelativeLayout in LinearLayout thru code

2008-05-10 Thread dreamer
Thanks Dan, It worked. It wud be much better if i can do this thru xml, Can u share your XML Layout for this? Regards, Dan U. wrote: Your code works fine for me. Do you have more information about the crash? Is there a stack trace? I did change it a bit to let me test with an xml layout (I

[android-developers] Re: Add RelativeLayout in LinearLayout thru code

2008-05-10 Thread Dan U.
In this example, it'd be just like using a LinearLayout in your layout xml file, except you change LinearLayout... to my.namespace.ViewLayout... On May 10, 8:12 am, dreamer [EMAIL PROTECTED] wrote: Thanks Dan, It worked. It wud be much better if i can do this thru xml, Can u share your XML

[android-developers] Re: SDK Update?

2008-05-10 Thread caliente
Huh? Is this a fair comparison? Android is a preview release, not a shipped product. I wouldn't care about another SDK update until the product is open sourced where updates will be orders of magnitudes greater. The current SDK and the ADC are enough incentives for experimenting and

[android-developers] Re: SDK Update?

2008-05-10 Thread Oscar Castaneda
I agree. However, it would be really helpful to have an updated SDK, even for first impressions. I just hope soon will be sooner. On Sat, May 10, 2008 at 6:57 PM, caliente [EMAIL PROTECTED] wrote: Huh? Is this a fair comparison? Android is a preview release, not a shipped product. I

[android-developers] Re: Null pointer Exception while accessing Textfile

2008-05-10 Thread Dan U.
Without knowing more about your code, I'd say activity is null. On May 10, 2:51 am, Analdin Judy [EMAIL PROTECTED] wrote: Hi, Can anybody please tell me the reason for null pointer exception while reading a textfile I use the below code to read the textfile in raw.

[android-developers] spawning a dialog from the NotificationManager

2008-05-10 Thread WildLuka
hi all, As the documentation itself says, you may not show a dialog from an intent receiver. Instead one is advised to use the NotificationManager. So, what I need to do is to show a Dialog and pass some data to it, from the notification manager. I was thinking of using the Intent to that

[android-developers] post mplayer to android emlator

2008-05-10 Thread wangjie
i post mplayer to endroid emlator . player the avi file ,the video is ok ,but have not aideo . anyone can help me to use the /dev/eac aideo devire. thinks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: post mplayer to android emlator

2008-05-10 Thread wangjie
bye the way I post mplayer is a open source project use c nativa mode On 5月11日, 下午1时29分, wangjie [EMAIL PROTECTED] wrote: i post mplayer to endroid emlator . player the avi file ,the video is ok ,but have not aideo . anyone can help me to use the /dev/eac aideo devire. thinks