PART 1
This video shows how to build a simple quadratic calculator using android studio and java language. The designed version will be uploaded soon.
In this video, we will be going over the basics of how to start a simple project for an android using Android Studio. We will go over how to start the project: for this one, we start with an empty activity. Then we will go over the basics of what is Activity and what is XML layouts and how they interact between each other. From there, we will learn how to connect XML elements to an actual java code that make those XML widgets do things. And lastly, we will cover some of the design aspects and how to run the code on the android emulator