Android, Mobility

Creating Android Application with Groovy

Groovy 2.4 was released in January 2015, with native support for Android development. It allows to write Android applications fully using Groovy. Running Groovy on Android Step 1: Create a new Android project in Android Studio Step 2: Open this build.gradle (Module: app) file: Insert the following code before the first line: ...

by Simranjit Kour
Tag: android studio
23-Jul-2015

Android

Building Android Application with different productFlavors

Applications are developed using some arbitrary values for development and QA. But, when it comes to production or releasing a new update for app, we need to change those arbitrary values to actual values. For instance, take an application using web services, which requires some input from user and store it in database. During...

by Navkrishna
Tag: android studio
02-Sep-2014