Site icon akquinet AG – Blog

Rationalizing Android development

Developing sophisticated Android applications is challenging. Despite tools provided with the SDK and the recommended ADT Eclipse Plugin, maintaining and developing an Android application is time-consuming.

This blog post introduces a series on the rationalization of Android application development. It aims to explain how the akquinet mobile team have changed the way to create Android applications to improve the efficiency and quality of the developed applications. This series covers several topics, from the utilization of Apache Maven, the integration with a continuous integration server to the customization of the logging framework.

akquinet has participated in the improvement of all the tools used and presented in this series and has also released several internally developed components as open-source projects.

The Story, and the Problems

During the past year, we have developed several Android applications requiring complex features, such as branding, native libraries, web service interactions, geolocalization, dependencies and customizations.

We started developing those applications using the recommended tool suite (Eclipse ADT), but we quickly saw several limitations:

So, to face all those issues, we started experimenting with different ways to develop Android applications.

The resulting stack

After a couple of experiments, we have developed a ‘stack’ to develop Android applications, mixing Agility, Modularity, Strictness and supporting our Quality requirements.
We’re now using:

This Series

This series introduces and explains the different tools used by the Android development team of akquinet AG. If you have any questions, feedback or comments, feel free to contact us on http://www.akquinet.de/en/javasap/java-products.html.

Exit mobile version