January 2019
Intermediate to advanced
392 pages
10h 11m
English
Let's create a simple Android app as a client that will retrieve the REST API using the GitHub API. First of all, we need to create an app from Android Studio and put down our project and the company domain. Don't forget to check Include Kotlin support. It will include all of the support of Kotlin. The following screenshot shows the Create Android Project window:

Then, select the minimum API version from the Phone and Tablet option. There is no need to add other options for this project. After clicking Next, in the Add an Activity to Mobile section, you can select Empty Activity and then, after renaming the Activity ...
Read now
Unlock full access