On Tue, Aug 2, 2011 at 3:35 AM, Sergiu Dumitriu <[email protected]> wrote: > On 2011-08-01 4:18 PM, "Chamika Weerasinghe" <[email protected]> wrote: >> >> Hi, >> Since xwiki isn't handling json POST request I've modified all my >> source code to work with xml using simple-xml library(Andriod friendly >> library). >> Earlier I used json deserilizer as gson. I've created separate module >> for gson as the xwiki data model. Now I've created another module for >> simple-xml. >> >> Should I remove gson module and replace it with simple-xml module? or >> keep both modules. (gson module is no longer used for my project). > > You should keep both for the moment, it might be useful later.
I agree, keep the gson one somewhere it can always bee useful for someone who only want read access since it probably have better performances given the native support of JSON parsing in Android. > >> >> *New xwiki-android-component was developed for adding and viewing > comments. >> >> sources aren't pushed to repo yet since above module decision. >> >> This week plan >> Following components will be developed this week. >> >> * View/Upload page attachments. - Viewing is limited to Android native >> viewers(Image Viewer, Video Player, Web Browser for text etc.). Native >> file selectors are used for selecting files to upload. >> * Add search component >> >> >> Best Regards, >> Chamika Weerasinghe >> _______________________________________________ >> 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 _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

