Upgrading to Linux 20

Linux requirements and some essential works before the upgrade itself, so we tried to collect as much information as possible to minimize the risk of any failure or any crash during the update and check if…

Learn Android architecture in simple language

The Android operating system is a stack of software components that is divided into approximately five sections and four main layers, the architecture of which is shown in the figure below. Linux kernel _ Linux kernel architecture, In…

Android – Hello World example as the first app

Let’s start real programming with Android Framework. Before writing the first app with the Android SDK, make sure you have the Android development environment installed correctly.  We also assume that you know a little about working…

Training to organize and access Android resources

There are many items you can use to build a good Android app. Apart from coding the program, you also maintain various other resources such as static content, bitmaps, colors, layout definitions, user interface strings, animation…

Activity training in Android in simple language

Activity is a single screen with a user interface such as a window or Java frame. Activity Android is a subclass of the ContextThemeWrapper class. If you work with the C, C ++, or Java programming…

Learn services in Android in simple language

The service is part of the program that runs in the background for long-term operations without the need to interact with the user, and even works when the main program is closed.  A service can…

Broadcast Receivers training on Android

Broadcast receivers simply respond to messages broadcast from other applications or from the system itself. These messages are sometimes called events, intent.  For example, applications can notify other applications that some data has been downloaded to…

Learn intentions and filters in Android, startActivity to launch an Activity

intent is an abstract explanation of what needs to be done. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any BroadcastReceiver element, and startService (Intent) or (bindService (Intent ServiceConnection, int)…

List of all Android Studio application shortcuts

In this article, we provide you with practical shortcut keys for working faster with Android Studio and easier programming in the form of a table. Keyboard shortcuts Description Windows / Linux Mac General to save Control +…

Boot Menu and Its Features

Today in this article we are aiming to understand the meaning of the boot and its feature, there is much time that was having a problem with installing new windows or upgrading or even changing…