avatarBirat Rai

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

1602

Abstract

e android apk file build process.</p><p id="c3e7">In order to understand the basics of how program actually works inside the hood, we should learn how to say “Hello World” in a raw form.</p><p id="7144" type="7">TL;DR Understand how building an application works. Learn how IDE makes development life easy.</p><p id="a0c3"><a href="https://readmedium.com/97-journey-every-programmer-should-accomplish-a0c53dbbfd47"><i>Go to the series</i></a>.</p><div id="10b2" class="link-block"> <a href="https://readmedium.com/97-journey-every-programmer-should-accomplish-a0c53dbbfd47"> <div> <div> <h2>97 Journey Every Programmer should Accomplish</h2> <div><h3>“A journey of a thousand miles begins with a single step.”</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*ImU1JEXOUUKMJxBF_OP-_w.png)"></div> </div> </div> </a> </div><p id="d42c">Go to <a href="https://readmedium.com/step-50-learn-to-estimate-giovanni-asproni-cfa15fcebddb"><b><i>50th Step</i></b></a></p><div id="8264" class="link-block"> <a href="https://readmedium.com/step-50-learn-to-estimate-giovanni-asproni-cfa15fcebddb"> <div> <div> <h2>Step 50: Learn to Estimate ~ Giovanni Asproni</h2> <div><h3>This is the 50th Step towards gaining the Programming Enlightenment series. If you didn’t learn the 49th Step, read

Options

it.</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*wjz0TmeO0ayVG8C6SQQuKw.gif)"></div> </div> </div> </a> </div><p id="39c4">Go to the <a href="https://readmedium.com/step-52-let-your-project-speak-for-itself-daniel-lindner-e45a0b1ce2c7"><b><i>52nd path</i></b></a>.</p><div id="727b" class="link-block"> <a href="https://readmedium.com/step-52-let-your-project-speak-for-itself-daniel-lindner-e45a0b1ce2c7"> <div> <div> <h2>Step 52: Let Your Project Speak for Itself ~ Daniel Lindner</h2> <div><h3>This is the 52nd Step towards gaining the Programming Enlightenment series. If you didn’t learn the 51st Step, read it.</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*7sSR_gIb6qLa8NrKtQ-Hsw.png)"></div> </div> </div> </a> </div><blockquote id="ba78"><p><b>References:</b></p></blockquote><ul><li><a href="https://www.gitbook.com/book/97-things-every-x-should-know/97-things-every-programmer-should-know/details"><i>97 things Every Programmer Should Know</i></a> ~ Git Book</li><li><a href="https://www.amazon.com/Things-Every-Programmer-Should-Know/dp/0596809484"><i>97 Things Every Programmer Should Know</i></a> ~ Paperback</li></ul></article></body>

Step 51: Learn to Say “Hello, World” ~ Thomas Guest

This is the 51st Step towards gaining the Programming Enlightenment series. If you didn’t learn the 50th Step, read it.

Photo source

What is “Hello World”?

A “Hello, World!” program is a computer program that outputs or displays “Hello, World!” to a user

Actually, it came from a cartoon that showed an egg and a chick and the chick was saying, “Hello, world”, according to Brian Kernighan who first used it in C.

Why learn to say “Hello World”?

Modern day development using IDEs hide away the complexity of compiling, assembling and in case of android, gradle hides the android apk file build process.

In order to understand the basics of how program actually works inside the hood, we should learn how to say “Hello World” in a raw form.

TL;DR Understand how building an application works. Learn how IDE makes development life easy.

Go to the series.

Go to 50th Step

Go to the 52nd path.

References:

Hello World
Software Development
Java
Android
Android App Development
Recommended from ReadMedium