How to generate file using GsonFormat plugin in Android Studio
Asked Answered
A

3

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

Armbruster answered 8/2, 2016 at 20:20 Comment(1)
I got it and it is alt+insertArmbruster
W
3

Follow the steps:

Android studio > Help > find actions

type "Plugin" in search bar > Search in repositories

install the required plugin. That's it.

Wellgroomed answered 24/11, 2016 at 7:18 Comment(0)
R
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.
Rhinoscopy answered 7/5, 2016 at 20:51 Comment(0)
W
3

Follow the steps:

Android studio > Help > find actions

type "Plugin" in search bar > Search in repositories

install the required plugin. That's it.

Wellgroomed answered 24/11, 2016 at 7:18 Comment(0)
A
0

Finally I found the solution.

And it is alt+insert

Armbruster answered 31/10, 2017 at 8:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.