6

Here is the link http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?apikey=9htuhtcb4ymusd73d4z6jxcj

and I want to generate a file using GsonFormat plugin which is already installed on Android Studio. I'm using windows 7

bizimunda
  • 819
  • 2
  • 9
  • 26

3 Answers3

10
  1. Install GsonFormat plugin
  2. Generate a new class.
  3. in this new class, inside the body of the class, right click.
  4. in the menu that opens choose Generate.
  5. in the new menu that open choose GsonFormat.
Gilad Zelniker
  • 247
  • 3
  • 7
3

Follow the steps:

Android studio > Help > find actions

type "Plugin" in search bar > Search in repositories

install the required plugin. That's it.

Sangeeta
  • 961
  • 2
  • 13
  • 34
0

Finally I found the solution.

And it is alt+insert

bizimunda
  • 819
  • 2
  • 9
  • 26