[android-beginners] Re: save image into sdcard not working

2010-05-03 Thread Lynn Ooi
for that permission to see about it. -niko On Apr 29, 9:23 pm, Lynn Ooi lynnooi@gmail.com wrote: Hi all, I'm new in android and  i had a problem saving the images into the sdcard. The code i had works find in my apps when i build it on android 1.5. Once i chance to android 2.0

[android-beginners] save image into sdcard not working

2010-04-29 Thread Lynn Ooi
Hi all, I'm new in android and i had a problem saving the images into the sdcard. The code i had works find in my apps when i build it on android 1.5. Once i chance to android 2.0, it was not working. The both code is similar. However, in android 2.0, it says that the filenotfoundException:

[android-beginners] Calling new thread to update some images

2010-04-19 Thread Lynn Ooi
Hi, I'm trying to call a thread on a button click (btn_more) but i cant get it right. The thread is to get some data and update the images. If i retrieve info and update 4 or 5 images then it works fine. But if i load more than 5 images i will get a force close. At times when the internet is slow

[android-beginners] start another activity through onclick event

2009-12-15 Thread Lynn Ooi
hi, I had 2 activity (called androidGallery and HelloAndroid). i try to call helloAndroid from the androidGallery when user click on the button. basically, androidGallery is just to get the onclick event. The helloAndroid activity will set the text of a textview. however, i cant get it working.

[android-beginners] turn xml string to array

2009-12-02 Thread Lynn Ooi
Hi. I had wrote an android app which get a string (in xml format) from a remote site. The string contains information needed for some other processes. Can anyone please provide me some solution/guidance on how to extract the information from the string and put it in an array respectively so that

[android-beginners] Re: connecting to a remote database tutorial/example?

2009-11-29 Thread Lynn Ooi
hi jbrohan, I am new in android as well as no java programming experienced. I had tried the example provided here. however, it doesnt work for me as it just return error. Can you provide me some guidance? On Oct 25, 3:29 am, jbrohan jbro...@gmail.com wrote: Hello I need to look up a database

[android-beginners] connecting to remote database

2009-11-29 Thread Lynn Ooi
Hi, I am new in android as well as java programming. I need to develop an application which will be able to get the information from a webpage (php page) and use the information in the android app. I write a simple android app but it doesnt work. Can anyone help me with this? or give me some