Skip to main content

Posts

Showing posts with the label Android

How to take screenshot in Samsung Galaxy S2 ?

To capture screen shot in Samsung galaxy S2 , hold the Home button and Power button at the same time for some time. Then the image captured can be saved easily.

Simple calculator program in android

Hi everyone.Here I am going to put a simple calculator program in Android. Please find the required files 1. MainActivity.java 2. activity_main.xml (Layoutfile) 3. String.xml 1. MainActivity.java /* MainActivity starts here */ import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; public class MainActivity extends Activity { /* Variable declaration starts here */ Button plusButton ;      Button minusButton; Button mulButton ; Button divideButton; EditText number1EditText ; EditText number2EditText; TextView result;    /* End of variable declaration*/ /*Please don't give any code inside these two function */ @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); variable_defenition(); call_to

WhatsApp

WhatsApp is a chat application that can be used to connect to your friends across the world.It uses the internet itself to sent messages. When you install WhatsApp application in your smartphone it automatically get the list of contacts and searches for your friends who also uses the application.So he/she is added to your WhatsApp list.Even groups or circles can be created in this and can have group chat. The WhatsApp application is available for Android and iPhone users.The important feature of the app is it currently do not contain any advertisements.The app developers have currently made it free for 1 year.There after they charge Rs 55 for continuing subscription. Currently WhatsApp users have crossed Twitter users around the world.

1Tap Quick Bar

1Tap Quick Bar is a notification customization app for Android. It helps to do most common tasks in a shorter time, such as change Wifi settings, bluetooth settings, quick call to your dearest ones etc

Good Android apps you will love

Here I am listing some good android app which is worthwhile and freely available. Swiftkey - This is a keyboard app which can easily adapt your keystokes. Dropbox - This app can be used to store your data online in the storage space they have provided.