Re: [Android Viewer] Using existing applib of RO viewer to Android viewer

2013-06-28 Thread Dan Haywood
Hi Dimuthu, It's unlikely that those libraries are available on Android, I'm afraid. So I think you'll need to use the Isis RO applib as a baseline, but you won't be able to port it all over. But let me step back a bit. The RO applib depends on: - joda-time, for date handling - jackson, for JSON

[Android Viewer] Using existing applib of RO viewer to Android viewer

2013-06-27 Thread DImuthu Upeksha
Hi Dan, I looked into applib of RO viewer and I feel that it is better to use same applib in Android viewer rather than writing from the beginning. But the problem is the dependencies. As an example when I use the code of RO applib it gives errors at imports. ex : import javax.ws.rs.GET. It gives t