Android Application Build
This week I started to get more familiar with how to build an android application. There is so much material to learn but this week I focused on some specific components. When I took Java I learned about objects and I understood the concept but it was hard to put it together in my mind how this worked in the real world. Once I started messing around with different tools in Android Studio it gave me a better idea of how objects actually work in real life usage. In android applications you can thing of an object as an item on the screen. Every component on the screen is added by adding coding into your XML file. The EditText component is how we gather user input which is the first three lines on my screenshot. There is also another component called TextView which just shows a text to the user which are the last 3 lines you see on both images. In this example I am asking for user first name, last name and email. Once they submit their information they would click on the purp