Android

From BaseX Documentation
Revision as of 10:36, 10 April 2014 by Stephan (talk | contribs) (Porting BaseX to the Android platform.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

It is possible to create an Android port of BaseX. Therefore the present tutorial outlines the creation of a BaseX Android library, which can be used in any other application project. For the creation of the library the IDE Android Studio[1] is used, but the steps are more or less equal in the IDE Eclipse.


Creating the Android Library Project

The first step is to create an Android library project, which will be later modified to represent the BaseX Android library.
In Android Studio the 'Create New Project' menu item needs to be chosen. In order to this the displayed window appears. Example.jpg