[android-developers] Android Maven Plugin 4.1.1 released

2015-02-04 Thread Manfred Moser
for their awesome work. Core Committers - Benoit Billington https://github.com/Shusshu - Manfred Moser http://www.simpligility.com - Malachi de AElfweald https://github.com/malachid - Johan Lindquist https://github.com/johanlindquist - William Ferguson http://github.com/william-ferguson-au

[android-developers] Re: AndroidStudio feedback (vs Eclipse)

2015-01-21 Thread Manfred Moser
Also for all the Eclipse users .. there is an effort underway at the Eclipse foundation that builds on top of ADT and other projects to continue providing a first class Android development tooling setup with Eclipse. You should follow the progress and help out.

[android-developers] Re: Migrating to Android Studio

2015-01-21 Thread Manfred Moser
Check out the Eclipse Android tooling.. https://projects.eclipse.org/projects/tools.andmore On Tuesday, 13 January 2015 15:36:55 UTC-8, Nanard wrote: I regret the choice from Google to 'force' us to use AndroidStudio. The Studio is not so bad, after a few hours of practice. But, in my

[android-developers] Android Maven Plugin 4.0.0 released

2014-11-28 Thread Manfred Moser
Hi all! Just a quick heads up that the Android Maven Plugin with full aar support and host of other features has been released. http://www.simpligility.com/2014/11/android-maven-plugin-4-0-0-ships/ manfred -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Emulator with disabled camera still has camera?

2011-02-04 Thread Manfred Moser
Hi! I want to test that my app behaves correctly without camera support but I have no device without camera. So I created a avd with Camer support set to no. However when I run the emulator this call still returns true public boolean hasCamera() { PackageManager packageManager =

[android-developers] Re: Emulator with disabled camera still has camera?

2011-02-04 Thread Manfred Moser
I have created an issue. http://code.google.com/p/android/issues/detail?id=14545 -- 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

[android-developers] Re: ANNOUNCE: RoboGuice 1.1 now available

2011-01-26 Thread Manfred Moser
Thanks for the great release. Going to start using it NOW!! Love it manfred -- 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

[android-developers] Re: uses-feature android.hardware.wifi and android:required=false

2010-11-12 Thread Manfred Moser
I find the same problem. Building again version 4 .. On Oct 29, 7:54 am, TreKing treking...@gmail.com wrote: 2010/10/25 Antonio Vázquez Blanco antoniovazquezbla...@gmail.com How can I fix it? Which API version are you building against?

[android-developers] Re: SIGH ... Android SOAP

2010-11-04 Thread Manfred Moser
If you have no choice but to talk to a soap web service I would recommend using ksoap2-android. It has been working fine for my application on the android market and a bunch of others as well. http://code.google.com/p/ksoap2-android/ manfred Disclaimer: I am the current project owner of the

[android-developers] Ksoap2 Android project revived and new release

2010-10-18 Thread Manfred Moser
. There are also new convenience parsing methods and we have plans for some more enhancement with the next release. Please check out the overhauled site and wiki http://code.google.com/p/ksoap2-android/ and join the brand new mailing list. http://groups.google.com/group/ksoap2-android Manfred Moser

[android-developers] Multi module project in Eclipse

2010-07-08 Thread Manfred Moser
Hi! I wrote up how to set up a multi module Maven Android project in Eclipse and thought I share that here too since it seemed a bunch of people had problems with it and might not be following the Maven Android Developer list.

[android-developers] Re: Maven and Android

2010-06-21 Thread Manfred Moser
The android jar artifacts now hit maven central. http://www.simpligility.com/2010/06/android-artifacts-hit-maven-central/ and you can get a lot of mileage out of using the maven android plugin if you build is more than just the standard build. If you start modifying the stock ant scripts you

[android-developers] Android jar files available in Maven central

2010-06-21 Thread Manfred Moser
Just a quick heads up that thanks to a combined community effort the android jar files are now available in maven central. http://www.simpligility.com/2010/06/android-artifacts-hit-maven-central The artifacts are usable from Maven via the Maven Android Plugin or also other build tools that use

[android-developers] Re: Xml parsing

2010-06-21 Thread Manfred Moser
There is also ksoap2 that you can use to work with SOAP which supports marshalling. Check it out at http://code.google.com/p/ksoap2-android/ or use my patched version if you need attribute support as well. http://www.simpligility.com/2010/05/attribute-support-for-ksoap2-on-android/ Manfred

[android-developers] Android jar artifacts now available in Maven central

2010-06-19 Thread Manfred Moser
Hi all! I just thought I let you all know that thanks to a community effort the Android jar artifacts are now available in Maven central. More details are found at http://bit.ly/ccBr4T This include source and javadoc bundles and can of course also be used by other build tools that access Maven

[android-developers] Xml attribute support for ksoap2 on android

2010-05-25 Thread Manfred Moser
Hi! I have created a patch for the ksoap2- android project that support xml attributes. Please find more details on how to download, build and use on my site at http://bit.ly/bOEiw9 Manfred -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Why is the android jar stubbed?

2010-05-13 Thread Manfred Moser
Hi! I am trying to figure out a way to run unit tests with some android provided classes (e.g. org.json). I would like to be able to run these outside the emulator for performance reasons. The only way I can think of at this stage is to have a separate module that uses org.json (not the android

[android-developers] Re: Why is the android jar stubbed?

2010-05-13 Thread Manfred Moser
On May 13, 11:49 am, Mark Murphy mmur...@commonsware.com wrote: Manfred Moser wrote: My hunch is that the android.jar implementation classes are pretty tightly coupled to the underlying archticture and libraries (e.g. via jni to opencore, opengl and so on and son) and it would

[android-developers] Re: Reusable Android library packaging: interest?

2010-04-04 Thread Manfred Moser
I like the idea and as far as I know this is already possible to some extend by using the Maven Android Plugin. However this is really a suboptimal way in terms of component reuse on the device. Ideally it would even go further and get to a stage where a app could declare a dependency to a widget,

[android-developers] Platform 1.1 gone?

2010-03-23 Thread Manfred Moser
Hi! I just installed the latest SDK on a new machine (mac) and found that there is no 1.1 platform available anymore. Is that just an oversight or bug or has the platform somehow been decommissioned or so? manfred -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Platform 1.1 gone?

2010-03-23 Thread Manfred Moser
-versions.html Xav On Tue, Mar 23, 2010 at 2:34 PM, Manfred Moser mosa...@gmail.com wrote: Hi! I just installed the latest SDK on a new machine (mac) and found that there is no 1.1 platform available anymore. Is that just an oversight or bug or has the platform somehow been decommissioned