[android-developers] Image download problem

2010-05-13 Thread jaimin mehta
Hi. I have some question regarding image downloading from the server. In my application i had to continually call one method in which image download code is placed But java.net.MalformedURLException is there when i call image download method continually so any suggestion why i get java.net.Malf

[android-developers] Paypal integration in my Application

2010-05-07 Thread jaimin mehta
Hi. In my application i need to integrate paypal payment gateway. But My main concerned is can Android market approved my application with PAYPAL gateway ? Because In Android market uses Google Checkout for Payment Gateway So can i use Paypal payment gateway in my application ? can Android ma

[android-developers] Re: skype ,gtalk intent

2009-11-04 Thread jaimin mehta
entintent= > newIntent(Intent.ACTION_SENDTO, imUri); > > You can substitute "gtalk" or "msn" for launching other clients. > > j > > > > On Sun, Nov 1, 2009 at 8:53 PM, jaimin mehta wrote: > > hi. > > i have some problem regardingskypeandgta

[android-developers] Re: skype ,gtalk intent

2009-11-02 Thread jaimin mehta
intent= > newIntent(Intent.ACTION_SENDTO, imUri); > > You can substitute "gtalk" or "msn" for launching other clients. > > j > > > > On Sun, Nov 1, 2009 at 8:53 PM, jaimin mehta wrote: > > hi. > > i have some problem regardingskypeandgta

[android-developers] skype ,gtalk intent

2009-11-01 Thread jaimin mehta
hi. i have some problem regarding skype and gtalk intent i have application in which i display a list of online skype,gtalk contacts. Now when ever i click my online skype or gtalk contacts it should display a default skype or gtalk chat window with that Contacts So basically i want to know is the

[android-developers] Re: lucene api

2009-09-17 Thread jaimin mehta
spicious > characters at the airport? > > Yusuf Saib > Android > ·T· · ·Mobile· stick together > The views, opinions and statements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. >

[android-developers] lucene api

2009-09-17 Thread jaimin mehta
hi i am new to android . i have developed a application in that application i want a feature of global search in xml file now i want to use Lucene api for global search can i use in android? if yes than plz tell me how can i implements that in my android code thanx jaimin. --~--~-~--~-

[android-developers] Jaimin's Birthday Calendar

2009-08-31 Thread Jaimin Mehta
Hi I'm setting up a birthday calendar and need your help. Just click on the link below and enter your birthday details. (It's quick, easy, and you can keep your age a secret.) http://www.birthdayalarm.com/bd2/85580695a218396311b1478139796c627209871d1386 Thanks Jaimin --~--~-~--~--

[android-developers] Re: restart the phone to view the captured images in gallary

2009-06-04 Thread jaimin mehta
thanks for your help On Thu, Jun 4, 2009 at 4:59 PM, Mark Murphy wrote: > > > > > > hi. > > i am new to android > > i have devloped a camera application . > > it takes the the images and saved in gallary and later u upload a > > images into the web > > > > but when i take captured a images thro

[android-developers] Re: playing video file

2009-04-01 Thread jaimin mehta
thanks for the suggestion but i have solve that with multiply by 16 to my 320*480px and it runs in full screen On Thu, Apr 2, 2009 at 11:26 AM, Dave Sparks wrote: > > Have you looked at the VideoView widget? > > On Apr 1, 2:41 am, jaimin wrote: > > hi, > > i have problem in playing video file. V