Android App Components

Android app is written in Java programming language (mostly). Java code is compiled together with the resource file data required by the application, where the process is packaged by tools called as “apt tools” into the Android package so that it generates files with apk extension. Apk file that’s what we call the application, and… Continue reading Android App Components

Published
Categorized as java

Architecture of Android Operating System

Android is a Linux-based operating system designed for touchscreen mobile devices such as smartphones and tablet computers. Android was originally developed by Android, Inc., with financial support from Google, which was later purchased in 2005. The operating system was officially released in 2007, in conjunction with the establishment of the Open Handset Alliance, a consortium… Continue reading Architecture of Android Operating System

Making Android Applications Using MIT App Inventor 2

Android is one of the most popular operating systems since the end of the Symbian era. An open-source operating system that is supported by an attractive display and allows users to choose free or paid applications are available abundant in the Playstore android. This encourages developers to compete in building their best products for the… Continue reading Making Android Applications Using MIT App Inventor 2

Java: Inversion of Control & Dependency Injection

Talking about features of the framework, In this part I’ll explain the characteristics of the Spring framework called Inversion of Control (IoC), or also called Dependency Injection (DI). This is a key element that needs to be good understanding.

Preparing Maven on Windows 10

Maven also as known structure automation devices, it is extremely beneficial for java developers in making applications, ranging from job development, referencing outside libraries, collections, making paperwork. Meven is the appropriate companion for developers from starting throughout of the growth, until end of the application procedure.

Clean Up

Hmm… Been a while since I have some time to write a thing or two, well actually this side have deviated too much from the initial intent. I can’t say why, maybe too much thing happened in life, an excuse to say life happened ^_^, or perhaps there’s a new member in my family, as… Continue reading Clean Up