'Petstore sqlite and viewList

i'm writing a app that open a link with the website http://petstore-demo-endpoint.execute-api.com/petstore/pets , how i can insert this data in a database in sqlite with Table COLUMN_NAME_ID, COLUMN_NAME_TYPE, COLUMN_NAME_PRICE and after show the data in a listView? thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source