Attila Alexander Teglas has written 58 articles

Attila is a freelance software architect, project manager, consultant, and instructor with more than eight years of experience in the software industry. He developed and managed projects for elite universities, medium-sized companies, multi-national corporations, and the European Union.

He has been developing mobile applications, primarily iOS and Android, for more than five years.

Furthermore, he conducted more than 150+ architecture reviews and audits of mobile apps, scrutinizing and detecting issues & defects for the improvement of these projects.

Regularly, he lectures iOS and Android development to computer science students. Attila rejoices teaching the possibilities and pitfalls of iOS and Android development, giving students the skillset to develop their own high quality apps.

While not writing apps, Attila improves his Chinese and Russian language skills and he travels the world with his beautiful wife.

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…