On Fri, Jun 24, 2011 at 07:28, Chamika Weerasinghe <[email protected]> wrote:
Hi,
No this is just a sample and I added data for getting this screenshot.
This is the component. Later I'll develop a sample application(phase 2 in project) which imports xwiki-android-rest(phase 1.1) and xwiki-android-components(phase 1.2) libraries. Then using Android REST I get data and pass it to the components within the sample application.
I'm not sure it's really the way to go, IMO since it's a XWiki specific component it should communicate with XWiki directly to get it's datas on the fly (when you click on a space the document are dynamically loaded from REST etc...). You can't imagine loading a whole wiki and give it to the tree from outside, that would take way too many memory for a big wiki. Plus if your component is just a custom ExpandableListView (I don't even seen what you need to customize really) I don't really see the point, developper could simply use standard ExpandableListView and give it the datas too. IMO XWikiNavigatorView should just need to be put in an application and just work (it would get XWiki connection informations from account manager etc.).
On Fri, Jun 24, 2011 at 2:33 AM, Thomas Mortagne <[email protected]>wrote:
On Thu, Jun 23, 2011 at 22:17, Chamika Weerasinghe <[email protected]> wrote:
Hi,
I developed reusable component for xwiki naviagate as Eduard suggested. It's more likely a tree-view in android interface.
https://picasaweb.google.com/lh/photo/NfEuYpaUsBxUoEWE2DQuDg?feat=directlink
source
https://github.com/xwiki-contrib/android-client/tree/master/xwiki-android-co...
It has some issues in viewing (does not show some bottom items correctly
due
to scrollbars) and I will solve them as soon as possible.
Your component does not seems to get datas using REST client, is it ? It does not depends on it in the pom.xml.
Please suggest some ideas to make this nice looking for the user.
Best Regards, Chamika Weerasinghe _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne