Re: [android-developers] Duplicate contacts are read.

2011-12-28 Thread nikhilesh singh tak
> -- > 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 email to > android-developers+unsubscr...@goog

Re: [android-developers] Duplicate contacts are read.

2012-01-04 Thread nikhilesh singh tak
sultant/Freelancer, > India,Hyderabad. > > On Thu, Dec 29, 2011 at 12:58 PM, nikhilesh singh tak < > nikhileshsingh...@gmail.com> wrote: > >> @ mukesh thanks for the replay... >> >> But what will be the criteria to remove the duplicate entires from the >

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread nikhilesh singh Tak
e.com/blog | http://twitter.com/commonsguy > > Android Training in NYC: http://marakana.com/training/android/ > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread nikhilesh singh Tak
Hi Mark, Thanks for the reply. Yes I have checked that. In my main app project "android-support-v4.jar" is present in the libs folder. Also in build path I have marked the library as checked in "Order and Export" section. Even I tried it by adding the v4 jar in test project but that too didn't

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-27 Thread nikhilesh singh Tak
oneycombMR2 On Mon, Aug 27, 2012 at 8:49 PM, Mark Murphy wrote: > On Mon, Aug 27, 2012 at 11:06 AM, nikhilesh singh Tak > wrote: > > Yes I have checked that. > > > > In my main app project "android-support-v4.jar" is present in the libs > > folder.

Re: [android-developers] Significance of "..." in doInBackground(Params...) of AsyncTask

2010-08-29 Thread nikhilesh singh tak
Hey Romain Guy thanks a lot for quick response and help. :) Regards Nikhilesh Singh Tak On Mon, Aug 30, 2010 at 11:44 AM, Romain Guy wrote: > It's a notation called "varargs". See explanations here: > http://download-llnw.oracle.com/javase/1.5.0/docs/guide/language/varargs

Re: [android-developers] ant build file for android

2010-09-11 Thread nikhilesh singh tak
hey Leigh thanks for the help. I found a very good reference document for the same at http://www.androidengineer.com/2010/06/using-ant-to-automate-building-android.html On Fri, Sep 10, 2010 at 12:49 AM, Leigh McRae wrote: >  Look under other IDEs in the tools docs.  You can have android genera

Re: [android-developers] Re: Testing a service

2010-08-05 Thread nikhilesh singh tak
> android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Nikhilesh Singh Tak +91-9630934374 +91-9929098279 -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] Re: Toast message not displayed

2010-08-05 Thread nikhilesh singh tak
up. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Nikhilesh Si

Re: [android-developers] Re: Toast message not displayed

2010-08-05 Thread nikhilesh singh tak
hi Flying Coder Thanks for the suggestion. In my case i don't want to make change to actual Service class because in normal application run the Toast message is being displayed properly. But when i start the service from my test class, it give me such problem. On Fri, Aug 6, 2010 at 5:37 AM, Fly