Hi, On Sun, Apr 3, 2011 at 17:45, Chamika Weerasinghe <[email protected]> wrote: > I'm planing to develop Android API for XWiki and the XWiki navigation > app through a gsoc project.
Great you are interested in this project ! > Since from time to time Android keeps changing their libraries and > methods are deprecating. > So is there any targeted Android API version (2.2, 2.3 or 3.0 latest) > to develop? The API should work on as many version as possible. The UI is less critical on that bout always good to touch more peoples. I any case both should be designed in a way that makes it easy to add support for more versions. Here is my personal (I'm not really an Android expert so I could be wrong) point on view on the absolute minimum required: Since the most installed versions are 2.1 and 2.2 I would say it should work at least of theses two and 2.3. No need to support version before 2.1 for me. I think 3.0 is more a nice to have since the main target is phones more than tablets. Another nice to have is to make sure it's working well on CyanogenMod 6 and 7 if possible. > _______________________________________________ > 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

