Android Studio(5)
-
[Ch2-2] Android Studio Debugging. Types of Break Points
Before we jump into the debugging process of android, let's look at the types of breakpoints of Android Studio. ※ What are breakpoints? - When running a program by using Android Studio, breakpoints tell the program to stop at a certain point or area. And be waiting for the user to decide the next move. ※ When to use it? - If your program does not run at all or working in a way that you did not i..
2019.08.12 -
[Ch 2-1] Begin Programming using android studio (Create an Android Project)
When you first start the android studio, you will see the screen below. But if you happened to see the Hello World Project that we did in the last article. Go to -> File tab -> click "Close Project" 1. Create a new project - After you closed your current project, you are going to see screen #1 1) Select "Start a new Android Studio Project" 2) Select "Empty Project" and press "Next" (Most of the ..
2019.08.04 -
[Ch 1-2] [Solved] Trouble Shooting intel haxm is required to run this avd vt-x is disabled in bios
For the beginners like me who knows very little and touches many tools more than enough. When we meet some disasters like "intel haxm is required to run this avd vt-x is disabled in bio", we opt to blame ourself. Let's stop blaming ourselves and solve this problem. When we first build the Empty Project, the world's greatest programmer, named android studio, does everything for us. So when you ru..
2019.08.02 -
[Ch1-1] let's get started (Android Studio java study), download android studio and install for windows
※ Please note that the writer of this article does not have any IT backgrounds or work experiences. So the contents are not going to try much effort on figuring out the meaning of every line This is my first try for studying android studio with java. So along the way, I will focus on getting the concepts and basic functions/methods. 1. Download android studio and install it when you finish downl..
2019.07.31 -
Let's Start Studying Android Studio Programming
Honestly, this is not the first time that I "tried" to study any programming languages. So far, I have tried C, C#, Java, VBA Macro, and Python. And I finally found myself could not obtain any programming skiils until now. Here is the reason (and excuses; by find looking at these, I won't make the same mistakes) why I couldn't keep up my studies First, I tried to study and spent too much time on..
2019.07.30