4. Android setup - reubenjohn/aceqlandroid GitHub Wiki

#Prerequisites First let's get through the prerequisites:

###Basic knowledge of SQL

###Basic Java knowledge

  • Classes & Interfaces
  • Anonymous inner classes

###Android Studio Should be installed and you should be familiar with how to use it.

###Android prerequisites Knowledge of the following will help but aren't necessary:

###Android SDK Prerequisites:

  1. buildToolsVersion "23.0.2"
  2. com.android.support:appcompat-v7:23.2.0
  3. com.android.tools.build:gradle:1.5.0

Once you've covered the prerequisites, you're left with have two options right now both involve integrating the AceQLAndroid source code with yours:

  1. New project

This is the easiest option and allows you to get a fully functional app out of the box! 2. Existing Project

This is useful if you've already built your own app and now you want to connect it to AceQL.


Note

It is also important to note that the project is under extensive development and is subject to massive changes, so we recommend that those of you who are not too familiar with git should not try to tweak the AceQLAndroid SDK to allow for easy updating.