Design

img
Design

what is android button

By: Spoke Right / 20 Nov, 2023

Android button

Working with Button: Android Button Example

A push-button is represented by the Android Button. The TextView class has an android.widget.

Android Button Ex...

img
Design

What is andriod widgets

By: Spoke Right / 20 Nov, 2023

Android Widgets

Android supports various widgets such as Button, EditText, AutoCompleteTextView, ToggleButton, DatePicker, TimePicker, ProgressBar, etc. They are easy to learn. The most imp...

img
Design

How to automatically screen orientation android

By: Spoke Right / 20 Nov, 2023

How to automatically screen orientation android

Screen Orientation Android

The screenOrientation is the attribute of activity element. The orientation of android activity can be por...

img
Design

Android Hide Title Barv

By: Spoke Right / 20 Nov, 2023

Android Hide Title Bar

We are going to discuss the ways to hide the title bar and to display the content in full-screen mode.
requestWindowFeature(Window.FEATURE...

img
Design

AndroidManifest.Xml File In Android

By: Spoke Right / 20 Nov, 2023

The information of the package, along with the components of the application such as activities,

services, broadcast receivers, content providers, etc, are included in the AndroidManifest.xml...

img
Design

Hello World Android

By: Spoke Right / 20 Nov, 2023

How to make android apps,


img
Design

what is Dalvik Virtual Machine (DVM)

By: Spoke Right / 21 Nov, 2023

Along with having high performance, JVM also has excellent memory management. However, for low-powered handheld devices, it needs to be optimized. Being an android virtual machine, the Dalvik Virtu...