Splash Screen … (Examples)

Example : How to create a Splash Screen for an Android App/Activity using XML and Android Java. AndroidManifests.xml file —————————— [Set .SplashScreenActivity.xml file as Top in Activity tag with — contents] activity_splash_screen.xml —————————— SplashScreenActivity.java —————————— package com.rkm.myapplication; import androidx.appcompat.app.AppCompatActivity; import …

Loading

Misc Basic Codes (Examples)

Example : How to Create a New Project/Android Apps First Time in Android Studio(version Koala 2024.1.1)? Open a well set and properly configured Android Studio – Choose ‘Projects’ – Choose ‘New Project’ – Choose ‘Phone and Tablet’ templates – Choose …

Loading

Menu Design (Examples)

Example : How to create an Options Menu (Three Vertical Dot) in an Android App using XML and Android Java. NB: First of all, right click on res folder – New – Android resource directory – select menu from resource …

Loading

Intent, Player, Toast(Examples)

Ques. : Create two Activity pages in an Android App to Open another Activity from the First Activity by clicking the button using Intent concept and XML & Java files in Linear Layout View.  NB: To create two or more …

Loading

E-Market and SCM

E-Market and SCM with CRM E-Market Introduction E-Market stands for “Electronic Market”. E-Market is also known as the “Online Market”. Definition E-markets are online markets place where goods, services, or financial assets are bought and sold electronically through the Internet(mostly) …

Loading

PLA

Introduction PLA stands for Programmable Logic Array. Definition A Programmable Logic Array (PLA) is a digital logic device that allows us to implement/create a customized type of combinational logic circuits as needed. Characteristic Features The advantages of PLAs include flexibility …

Loading

Demultiplexer

Introduction of Demultiplexer A demultiplexer is also known as a “Demux” or “Data Distributor“.  Definition A demultiplexer is a digital logic circuit that takes a single input and distributes it to one of several possible output lines based on the …

Loading

Decoder

Definition of Decoder A decoder is a digital logic circuit that performs the reverse function of an encoder by taking binary input and activating one of several output lines based on the binary input code.  Characteristic Features The most common …

Loading

Encoder

Introduction of Encoder The Encoder is an essential component in various electronic and communication systems, where they play a crucial role in converting and processing information accurately and efficiently. Definition An encoder is a digital electronic circuit or device used …

Loading

Multiplexer

Introduction of Multiplexer A multiplexer is often abbreviated as MUX. It is a fundamental building block in digital circuit design. Definition A multiplexer is a digital electronic circuit used in digital systems that performs the function of selecting one of …

Loading