How to generate a file using the GsonFormat plugin in Android Studio

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

and I want to generate the file using the GsonFormat plugin that is already installed on Android Studio. I use windows 7

+4
source share
3 answers

Follow these steps:

Android Studio> Help> Find Actions

enter "Plugin" in the search bar> Search repositories

install the required plugin. What is it.

+2
source
  • Install GsonFormat Plugin
  • Create a new class.
  • in this new class, inside the class body, right-click.
  • "".
  • , , GsonFormat.
+8

, .

alt + insert

0

Source: https://habr.com/ru/post/1627853/


All Articles