Beginning Android App Programming 101 – Part 4: Writing your First Cool App
1. Writing your First Cool App 1.1. Scope of This Tutorial In this tutorial, we will focus on how to write our first simple and cool app.This means that we will write a very simple app that should display and handle three basic GUI elements: an EditText (Textfield), a Button, and a TextView. Learning these basic GUI…