I am working with REST services in Android. Is it possible to use Apache Wink for implementing REST in Android?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

If the client module is Java based you can just link the library into your project and use it.

link|improve this answer
Yes my client module is Java based. Thankyou so much – DroidGirl Jan 24 at 15:19
Can you tel me how to link apache wink to my project – DroidGirl Jan 27 at 16:23
project properties -> java build path -> libraries – L7ColWinters Jan 27 at 16:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.