Tag Archives: application lifecycle management

Build your Android project in one step with Maven

Requirements
I will assume the following has been installed and configured.

Android SDK (r07 or later)
Maven 3 (version 3.0.3)

Set environment variable ANDROID_HOME to point to the root directory of the Android SDK.
Add ANDROID_HOME/tools to your PATH environment variable.

An Android project to build

Introduction
Building an Android project consists of 3 steps. The code is compiled to create an executable [...]

Posted in Uncategorized | Also tagged , , | Leave a comment

Application Lifecycle Management for SharePoint Development

Have you ever thought to yourself that the development experience in SharePoint is quite frankly a pain? That there are no real best practices or guidance about how to conduct application development or how to use an Application Lifecycle Management (ALM) process?
I was introduced today to the link below on msdn that offers a [...]

Posted in SharePoint | Also tagged , , , | Leave a comment