Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 436 Bytes

File metadata and controls

7 lines (5 loc) · 436 Bytes

StackOverFlowApiProject

This is a project related to retrofit library. A simple Api that fetchs the data from the url and displays it on the screen. First of all, it fetches the questions and put them in a recyclerview. After clicking any of the questions, it fetches the answer informations of that specific question and displays them.

From the "Android Retrofit 2 complete course in Kotlin" course on Udemy, I practice my skills