I am working with REST services in Android. Is it possible to use Apache Wink for implementing REST in Android?
Asked
Active
Viewed 335 times
1 Answers
2
If the client module is Java based you can just link the library into your project and use it.

L7ColWinters
- 1,342
- 1
- 14
- 31
-
Yes my client module is Java based. Thankyou so much – DroidGirl Jan 24 '12 at 15:19
-
Can you tel me how to link apache wink to my project – DroidGirl Jan 27 '12 at 16:23
-
project properties -> java build path -> libraries – L7ColWinters Jan 27 '12 at 16:28