Search code examples
androidweb-servicesserverjersey

How to host Rest API server in Android application using Jersey?


I want to host Rest API server on an Android device without using iJetty can someone tell me how to achieve this using Jersey?

Is there any android library available in Jersey?


Solution

  • I got the answer https://github.com/skornei/restserver see the steps https://github.com/skornei/restserver/wiki/Getting-started

    This worked for me. Thanks