New plugin to build Android apps with REST/JSON APIs
As the product lead in charge of developers at Magnet, I invite you to check out a new open source product we are about to release: rest2mobile.
It's an IntelliJ IDEA plugin that generates native code for Android apps to access REST APIs.
No need to build complex requests, parse JSON payloads, open remote connections, etc. The generated code supports sync and async, and is type-safe. At the end, you just work with PoJos in your mobile app.
It can be installed strait from the plugin directory in IntelliJ IDEA or downloaded here: https://developer.magnet.com/
(Here's a screenshot of the coming 1.1 release available on Github only for now)
You can also check it out here: https://plugins.jetbrains.com/plugin/7559
Please sign in to leave a comment.
Rest2mobile, to generate mobile code for REST APIs, got upgraded to its latest version: 1.1.4.
Big focus on DevX, i.e. provide developers with the best tools to do their job. :)
Lot's of bug fixes and new features.
See the blog post about this new release: http://www.magnet.com/dev-blog/new-in-rest2mobile-1-1-api-samples-refactoring-and-more/
Change logs: