Posts

Learn Computer 2019

Image
These apps are very easily discussed from basic to advanced. Let's see what is discussed. https://play.google.com/store/apps/details?id=com.bdpopularapps.all_about_computer These apps are very easily discussed from basic to advanced. Let's see what is discussed 1. Computer Basics 2. Computer Components 3. Computer Storage 4. Computer Buying Tips 5. How do work Computer? 6. Using the Internet 7. Basic Software Skills 8. Life hack questions 9. Important Shortcuts 10. Important Abbreviation 11. Number System ** Computer Basics ** 1.1 What is Computer? 1.2 History of Computer 1.3 Types of Computer 1.4 Advantages of using Computer 1.5 Computer Generations' 1.6 Interface of a Computer 1.7 Data and Information 1.8 Computer Related Jobs ** Computer Components ** 2.1 Computer Components 2.2 Input Devices 2.3 Output devices 2.4 What is CPU? 2.5 Hardware 2.6 Software ** Computer Storage

Android Apps

Image
Android Apps In this tutorial we will see how to create an android apps.

Android Development

Image
This is android development tutorial In this we will see how to develop android app.

if-else example in Java

Image
if-else example

if-else in Java

Image
if-else in Java In this tutorial we will see what is if-else statements? how to use in Java program? why we use if-else in the our program.So let's get start

Variables in Java

Image
Variables in Java In this tutorial we will see about what is variable? how to declare variable ? why i use variable in the program.So let's get start. What is variable? A variable is container which contains the value while the java program is executed.A variable is assigned with a datatype.Variable is name of memory location.

First Program in Java

Image
Hello World Program Hello world is first program of any programming languages.In this tutorial you will learn how to print hello world program using java programming language.So let's get start.if you want to details so click here. Hello World Program