[android-developers] Re: HTTP Multipart POST: data + text

2010-09-12 Thread Tonny
Here code in server (example.php): < ?php $target_path = "uploads/"; $target_path = $target_path . basename( $_FILES['myFile']['name']); if(move_uploaded_file($_FILES['myFile']['tmp_name'], $target_path)) { echo "The file ". basename( $_FILES['myFile']['name']). " has been uploaded"; } else{ ech

[android-developers] Re: Failed to upload .apk on device

2010-09-11 Thread Tonny
I have just fixed this problem. You can turn off usb debug in Setting --- Apllication Development, then turn on usb debug. On Sep 3, 7:09 am, Phil wrote: > I had this same error come up after successfully uploading to my > android device many times. My solution was to use a different USB > c

[android-developers] Re: Failed to upload .apk on device

2010-09-11 Thread Tonny
I have just fixed this problem. You can turn off usb debug in Setting --- Apllication Development, then turn on usb debug. On Sep 3, 7:09 am, Phil wrote: > I had this same error come up after successfully uploading to my > android device many times. My solution was to use a different USB > c

[android-developers] Flipping book

2010-08-26 Thread Tonny
Hi all, I have a problem ,i want to display animation for flipping book as http://www.youtube.com/watch?v=oknMWvRO2XE for android. But i can't do it with android . Anybody help me ? Thank for shared. -- You received this message because you are subscribed to the Google Groups "Android Develop

[android-developers] Re: On screen orientation changes activity restarted.

2010-08-15 Thread Tonny
you should remove keyboardHidden . Result: android:configChanges="orientation" On Aug 16, 12:12 pm, "pramod.deore" wrote: > Hi everybody, I know on screen orientation changes activity restarted, > but suppose i don't want to restart the activity then what should I > do? I had tried it by adding

[android-developers] Re: How to register a long click on a WebView somewhere else than on links?

2010-07-25 Thread Tonny
You can use GestureDetector with function onLongPress. On Jul 26, 12:13 am, Sephy wrote: > I think everything is in the title. I have been searching for this > problem for days, seen the question asked everywhere, but never > answered. SO maybe someone here knows how to do that. > Thanks for the h

[android-developers] Get return value from javascript.

2010-07-21 Thread Tonny
Hi all, I want to get a return value from javascript in webkit. Anybody help me ? -- 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