• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

New tool: Access REST APIs from your app in no time

pjaillon

Lurker
I'm looking for Android developers who are familiar with REST API calls. We just released an open source tool, rest2mobile, to build native Android code for your REST services.

No more JSON parsing, no more HTTP requests. rest2mobile create PoJo for you based on your REST services. It really makes the development of connected apps easier.

Check it out!

Thanks

Pascal
 
We just released rest2mobile 1.1 on Github.

If you are looking for an efficient way to build native (iOS, Android, JS) mobile SDKs from REST APIs, check it out.

It comes with great new features:
- refactoring of existing code/controllers
- live examples from Github for an easier on-boarding
- better JSON validation
- etc.

See this blog post for details: New in rest2mobile 1.1: API samples, refactoring, and more
 
Back
Top Bottom