4 articles Android Tutorials

This is the stack of the Android tutorials available on AppShocker. Feel free to browse through them and learn more about Android app programming. Remember, try to shock the world with your amazing programming skills.

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…

Beginning Android App Programming 101 – Part 3: The Android Simulator

1. The Android Simulator 1.1. Scope of This Tutorial In this tutorial, we will focus on how to use the Android Simulator: the Android project structure. We will go through each setting step by step. As a result, you will learn what the Android Simulator actually does and how you use it. 2. Android Virtual Device Manager 2.1.…

Beginning Android App Programming 101 – Part 2: The Android Project Structure

1. The Android Project Structure 1.1. Scope of This Tutorial In this tutorial, we will focus on what the Android SDK’s Package Explorer displays: the Android project structure. We will go through the different files, classes, images, folder structures and their purpose in an Android app. As a result, we will talk about the content displayed in…

Beginning Android App Programming 101 – Part 1: The Android SDK And My First Cool App

1. The Tools Needed for Programming Android Apps 1.1. Downloading, Installing and Launching the Android SDK First, as in the case of any operating system, it is inevitable to get familiar with the “tools” necessary to develop software for that particular OS. In case of Android, you have two options: the Android SDK or Android…