android intent example

android intent example

In this post we are going to make an example that demonstrate the use of intent, intent filter and startActivity in android. Create a new an...
create your first android app

create your first android app

In this post i explain how to create your first android application. I use the eclipse ide for the development purpose. See this article fo...
arithmetic operators in java

arithmetic operators in java

Question : Write a java program that demonstrates the use of arithmetic operators. Answer : In this program we perform basic calculator func...
first java program

first java program

Question 1 : Write a program in java for print a greeting message . Answer:  This program demonstrate how to write a simple java program pri...