chip, cloud, computer-6517875.jpg

Introduction to Database Systems

We’ll cover the following Introduction Database Management System OS File System Storage Based Approach DBMS Approach Data Model E/R (Entity/Relationship) Model Introduction What is a Database? A collection of related pieces of data: Representing/capturing the information about a real-world enterprise…

java image

Java Left and Right Shift Operator

We’ll cover the following Java Left Shift Operator Java Right Shift Operator Java Left Shift Operator The left shift operator, <<, shifts all of the bits in a value to the left a specified number of times. It has this…

Android layout

This lesson shows how to work with Android layout. We’ll cover the following Layout concept Building layout Alignment Layout binding View binding Layout concept A layout defines the structure of the user interface. Layouts are built via views and view…

java image

Java Bitwise Operators

We’ll cover the following Bitwise Operators Bitwise Logical Operators Bitwise NOT Bitwise AND The Bitwise OR Bitwise XOR Example Bitwise Operators Java defines several bitwise operators which can be applied to the integer types, long,int, short, char, and byte. These…

java image

Java Arithmetic Operators

We’ll cover the following Arithmetic Operators The Modulus Operator Arithmetic Assignment Operators Increment and Decrement Java provides a rich operator environment. Most of its operators can be dividedinto the following four groups: arithmetic, bitwise, relational, and logical. Java alsodefines some…

android, linux, marshmallow

Introduction to Android Development

We’ll cover the following Android Why Android ? Android Versions API level Programming languages Android Android is one of the world’s most popular operating systems, supporting everything from 5G mobile devices to touchscreen smartphones and tablets.Android is one of the…