Hi all,
I've finished XWiki android client to some extend with following features.
Login - HTTP Basic Auth.
XWiki navigator - tree style xwiki navigator to explore wikis, spaces and
select pages.
XWiki Page Viewer - Simply shows the content of a page via accessing Objects
and Properties of REST model. This will be developed further
XWiki Object Viewer - Explorer objects of a given page.
These are the screenshots of the xwiki android client
https://picasaweb.google.com/chamikaw/Xwiki?authuser=0&authkey=Gv1sRgCL…
Improvements:
1. After modifying XWiki navigator to load dynamically as Thomas requested,
it take more time since many http requests are handled. I will improve by
reducing number of http requests as soon as possible. Until then xwiki
navigator works but it's unstable and take long time to load.
2. xwiki classes view will implement within next week.
Issue solved:
Although repository can be built using maven it will not produce correct apk
file to deploy in android devices. This issue is solved by using Maven
Android Plugin 2.9.0-beta-1 release. Now generated .apk file in
xwiki-android-client can be deployed in android devices.
Please be kind to test it and give your opinions for improving.
Best Regards,
Chamika Weerasinghe