Android app development (Kotlin) with Clean Architecture, Test driven development, HILT, Espresso & Unit Testing
- Find out the localhost from your pc ( Ex: IPv4 Address. . . . . . . . . . . : 192.178.1.1 )
- Install Mockoon from their official site
- Set up the params like port number(2999) and end point(playlists) and type of request(GET)..... ( Ex: http://192.178.1.1:2999/playlists )
- Add the sample json in mockoon console body from this readme file
- Click start server
[
{
"id": "1",
"name": "Dil se re",
"category": "hindi"
},
{
"id": "2",
"name": "Jazzed music beats",
"category": "Jazz Type"
},
{
"id": "3",
"name": "Top kannada Hits",
"category": "Remix"
},
{
"id": "4",
"name": "80's Hindi Songs",
"category": "hindi"
},
{
"id": "5",
"name": "Everybody Rock on",
"category": "english"
},
{
"id": "6",
"name": "90's flashback",
"category": "pop"
},
{
"id": "7",
"name": "Machine singing",
"category": "electro"
},
{
"id": "8",
"name": "Let's Party",
"category": "mixed"
},
{
"id": "9",
"name": "Feel The Music",
"category": "electro english"
},
{
"id": "10",
"name": "Best Songs 2020",
"category": "kannada"
}
]