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...