But the build is written in Scala, right, or can that be written in any JVM language?
On Thu, Nov 4, 2010 at 9:58 PM, Kevin Wright <[email protected]> wrote: > SBT is another build frameword with a good android plugin. It also > handles proguard compression for you. > > (and yes, it can be used for raw Java, it's not exclusively a scala thing) > > On Thursday, November 4, 2010, Manfred Moser <[email protected]> wrote: >> For easier integration testing you should also look at Robotium. >> >>> Thank you all for your recommendations. It sounds like unit testing is >>> a bit of a pain for developing android software. >>> >>> I'll have a look at the maven android plugin and android-mock. >>> >>> On Nov 4, 6:39 pm, Dominic Mitchell <[email protected]> wrote: >>>> On Thu, Nov 4, 2010 at 9:53 AM, jazam <[email protected]> wrote: >>>> > Hello all, >>>> >>>> > I'm an android newbie so please be gentle with me:) >>>> >>>> > I've been trying to right test code for my app. I've read and re-read >>>> > the android documentation a number of times. I can't work out how to >>>> > test service or content providers. Is there any example source code >>>> > anywhere, I can have a look? >>>> >>>> It may be worth your while having a look at >>>> android-mock<http://code.google.com/p/android-mock/> >>>> . >>>> >>>> -Dom >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "The Java Posse" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/javaposse?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "The Java Posse" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/javaposse?hl=en. >> >> > > -- > Kevin Wright > > mail / gtalk / msn : [email protected] > pulse / skype: kev.lee.wright > twitter: @thecoda > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
