bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Self-Assignment: Study Android Studio, Kotlin and Volley Library #161

Closed eceasslan closed 2 years ago

eceasslan commented 2 years ago

Description:

In order to develop an Android app, I need to know how to use Android Studio, Kotlin and Volley library. So, I found some resources on the internet. This issue will provide the process of learning Android Studio, Kotlin and Volley library.

Tasks:

eceasslan commented 2 years ago

Found a video on YouTube which is a Kotlin tutorial and also shows how to install JDK, Android Studio and set up Android Emulator. Completed 1st, 2nd, 3rd, 4th and 5th tasks by watching this tutorial.

eceasslan commented 2 years ago

Found another video which is an Android Studio tutorial. The previous tutorial is not enough to create an Android app because activity or layout are not mentioned. Watched this video and improved a better understanding of Android apps.

eceasslan commented 2 years ago

This video is watched to learn how to use Volley library and send requests to an API. 6th task is completed.