Showing posts with label ANDROID. Show all posts
Showing posts with label ANDROID. Show all posts

Sunday, March 15

HOW TO ENABLE WHATSAPP CALL

Hello friend, In this post I want to share how to enable Whatsapp Calls. Whatsapp is now providing seamless voice calls but it has been limited by the company to a few latest  versions of the application  This feature is limited to  Android devices only.(one minute silence for windows users!!) Update your whatsapp to the most latest . i.e. 2.11.528/531 from the Web to your device The voice call feature will be downloaded but will be locked.!! But in order to enable this feature you have to receive at least one whatsapp call from other number which has enabled this feature ENJOY the fullest..!!  ...

Thursday, May 23

KALQ is gonna outdate QWERTY?

Hai buddies, You must be familiar with the term QWERTY. But you ever heard about KALQ?Simply speaking, KALQ is a new split screen keyboard designed to speed up thumb typing on tablets and large smart phones.  In this post am gonna say a few words about what is KALQ, why it s needed and a small comparison between QWERTY and KALQ.Here we go.!As Alexander the great said ,touchscreen tablets also came ,saw, conquered our hearts. It taught our thumbs to pinch and swipe, slide and scroll. Yes, we are pretty habituated. But still texting through touch screen is sometimes not handy. I think many will agree with this statement.Heard ...

Sunday, November 27

ANDROID GRAPHICS APPLICATION ~ BASIC CODES

 This post include: Complete code for a simple graphics application in Android. Concept of process in Android. Use of Thread in Android programming. Welcome friend,  Here I'm posting the basic code for a simple Graphics application in Android ~ a "WELCOME-SCREEN"..!! For any application, welcome screen is a must .(remember any game starts with an attractive welcome note,isnt it?).So chose to start graphics coding with craeting a welcome screen.  summary of application:: When we open this application, a welcome screen will splash out and stay for a while. We can also close this screen by pressing DOWN...

Monday, September 19

Code to Access GPS in Android Phones

GET !!! SET !! GO..!!!!!!!! Location Based Services (LBS) have become very popular in past few years after the advent of GPS enabled smartphone devices . In this post, we shall see how a LBS application for Android works. Simply speaking map navigation is possible in  following ways: Using the GPS device in built in mobile-    Easier and precise. Using the ID of the Cell that the user is currently served by How to code? We can give dummy values as GPS co-ordiantes for a location(i.e., Longitude and Latitude) .Another way to emulate location is to including .gpx files. Although it is not...

Tuesday, August 2

DEVELOP A SIMPLE ANDROID APPLICATION- Example with Code

Create a Simple Android  Application-SIMPLE CONVERTER "Simple converter" is the application intended to convert values from one unit to other that user can select. There are separate pages for Length, Temperature, weight. Hi friends, This time I would like to explain in detail how to make a simple Android application through an example - "SIMPLE CONVERTER". Here I provide the complete java code for this application. Step by Step explanation of the code is also given. "SIMPLE CONVERTER" is created in such a manner that many of the basic codes for android application development may  included. To understand them correctly,...