On Mon, Apr 2, 2012 at 2:11 PM, Charles-H. Schulz <charles.sch...@documentfoundation.org> wrote: > May I also suggest, from a non-developer perspective, that you > coordinate your work with the UX and design team ? They're been writing > specs for an Android interface, if I remember well.
Great suggestion Charles, here a link to that discussion http://nabble.documentfoundation.org/Re-Libreoffice-ux-advise-Android-design-td3720082.html and a link to some of the mock-ups http://clickortap.wordpress.com/frivl/ Jonathan, write if you need help, I'm an experienced Android dev, commit the changes and I'll clone the repo ;) One suggestion: In the file LO_Program_Selector.java i see that you're defining static final String[] APPLICATION = new String[] If you use the same strings for displaying texts in the UI you better put them in strings.xml so that they get translated when we do internationalization of the app. If you use them just as identifier it would be better if you make them as a integers or even a new class LoApplication or similar. BR, Jovan _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice