Archive for the 'Announcement' Category

Apache Maven at AnDevCon II

With a sore throat I braved through the presentation about taking advantage of Apache Maven for your Android application development builds today in front of 40 or so people. I have the impression that the interactive session with demos was well received, but will find out more later. In any case for those of you who missed it the slides are now online for your pleasure. One of the main take aways for me was that we need to ref the plugin version to be at least beta or even better 3.0.0 final and then iterate and improve after because people have this perception that alpha means not stable… why do they think that ;-) The alphas of the Android Maven Plugin are rock solid and I have been using the in production for months..

OSCON for coffee and robots


OSCON Java 2011

OSCON has been long been one of THE places the open source community comes together. This year OReilly is hosting a special OSCON Java conference in parallel for the large open source Java community. And for me this is going to be the first year at OSCON and I will be presenting too. I will bring a bit of Android to the conference…

Continue reading ‘OSCON for coffee and robots’

AnDevCon feedback and outlook

How time flies! I am so busy working on my clients Android application and the book about the Hudson continuous integration server that my blogging got a bit neglected. In the frenzy I did manage to work on a whole bunch of pull requests for the Maven Android Plugins upcoming releases and get involved again in AnDevCon. Yeah.. AnDevCon was a great conference earlier this year and my feedback is on the site for the upcoming AnDevCon 2 in November. And I will be there again. But let’s start with more from AnDevCon 1.

Continue reading ‘AnDevCon feedback and outlook’

Fireside chats at AnDevCon 2011

As you might or might not know I am going to present about using Apache Maven for Android development (306) as well as testing Android applications (406) at the upcoming first Android developer conference AnDevCon happening in March 2011 in San Francisco. Since preparation for that is not enough work I am running a fireside chat meeting for Android community leaders as well as Android development tooling interested people. Attendance is free so if you are around the conference or even just in San Francisco you should sign up meet some of your peers there.

I look forward to meeting many new faces and a lot of fun.

Manfred

Apache Maven, Android and Testing at AnDevCon

AnDevConAfter presenting about Apache Maven usage for Android development at the Vancouver Android Developer group and the Barcelona GTUG as well as the first Canadian Android Developer conference AndroidTO, I am taking another step forward. Coming March 2011 I will be presenting about using the Maven Android Plugin and associated tools from setup to publishing your application on the market as well as running continuous integration servers and working with instrumentation tests and related toolkits probably showcasing Robotium as well as RoboElectric.

It would be great if you could join me there as well as let me know if there is any specific topics in this context that you would like to see discussed.

I am also contemplating organizing some sort of Maven Android Plugin or even a more generic build tool related BOF or so. Would you be interested in something like that? If so let me know here or on the Maven Android Developers mailing list.

I look forward to meet you in San Francisco.

Manfred

Growth

I love how life keeps throwing opportunities and challenges at me and experiencing the personal growth I gain from taking them onboard and running with it. Recent things that I remember fondly are big changes like starting my own company, completing home improvement projects and of course every day again and again being a dad of three little, but fast growing rascally boys. Smaller things are reading and thoroughly enjoying books like ReWork. And then there are events like yesterdays AndroidTO developer conference for Android. It was the first such conference in Canada and in my opinion a huge success. I was invited to present by Puleen Patel and took up the opportunity and made my way all the way from Victoria.
Continue reading ‘Growth’

Reviving ksoap2 for Android

If you are developing Android applications that need to interface with SOAP web services, you probably know that the Android SDK does not have any support for this technology. It is somewhat considered legacy, but it is still widely used in many enterprise applications. When you look around for a SOAP library that is suitable for mobile devices in the sense that it is not too heavy you will inevitable find ksoap, which has a history on J2ME and Blackberry. Unfortunately the project has been pretty much dead for a long time now.
Continue reading ‘Reviving ksoap2 for Android’

Hands on lab about Maven and Android development at AndroidTO

After doing successful presentations about using Apache Maven for building and managing your Android applications and related dependencies in Vancouver and Barcelona, I am have been invited to do a workshop at the Android developer event AndroidTO at the end of October in Toronto. More and more good patches and features are making into the Maven Android Plugin and there story for users just keeps getting better and better. I look forward to see all the other presentations, meet with other developers and share my stories.

Update: The presentation in front of close to 200 people went well and there was a lot of interest into continuous integration builds, using libraries and testing. For your please you can get the presentation file with the links to code samples and so on. Enjoy!

Presenting an introduction to Android

AndroidAt the upcoming April 2010 meeting of the Vancouver Island Java User Group I will present about the Android operating system from the Open Handset Alliance. By now everybody with some technology interest has probably heard about that Google phone and Android, but there are still lots of open questions like…

Continue reading ‘Presenting an introduction to Android’

Documenting Android Development with Apache Maven

Shortly after my first hack day with Android development and the conclusion that I really like where the platform and development is going, I started to look at building Android application outside the Android Developer Toolkit in Eclipse. I started using IntelliJ IDEA for Android development in parallel as well as wanted to investigate command line and later continuous integration builds. It did not take me long to shy away from the Apache Ant based build and look around for a plugin for my trusted Apache Maven that would help me along the cause. I found the maven-android-plugin and quickly joined the effort.

Continue reading ‘Documenting Android Development with Apache Maven’