-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
42 lines (31 loc) · 1.47 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
This is the XWiki Android client repositary
Wiki
-----
http://extensions.xwiki.org/xwiki/bin/view/Extension/Google+Android+Client
XWiki Android Platform
-----------------------
xwiki-rest-model : XML,JSON Rest model for RESTful Datat Transfer/Communication
xwiki-android-rest : REST library for android which uses XWiki RESTful API (apklib)
xwiki-android-core : Platform APIs
XWiki Android Application
-------------------------
xwiki-android-component : Includes Android activities which can be used when developing android application (apklib)
xwiki-android-client : Sample installable XWiki Android Client application (apk)
Test Modules
------------
xwiki-android-test-rest
xwiki-android-tests-instrumentation : test UI components etc.
Others
------
xwiki-android-howtos : API usage samples
For testing
-----------
1. Download and setup Android Virtual device with the platform version of 2.1 or higher. Then run that newly created virtual device.
2. In the terminal set up environmental variable "ANDROID_HOME" to the Android SDK directory
Example for linux users
export ANDROID_HOME=/home/xxx/(path to the android sdk folder)
3. Go to the source code directory
4. Run maven clean build by "mvn clean install"
5. For deploying application run "mvn android:deploy" within the xwiki-android-client
This will intall newly built Android .apk file to the virtual device which is running with android platform version 2.1 or higher
5. Goto emulator and open the menu. Run "XWiki" application