How to implement hindi font in android application
In this tutorial we will learn to implement marathi/hindi font in an android application which consists an text view, to display the text.
To implement...
How to create Contact Saving application in Phonegap
In this exercise we will learn how to create contact saving application in Phonegap where we can enter the contact details and save the...
Creating an Android Widget: 4 Widget Types and Design Guidelines
Android apps are a great platform for accomplishing all kinds of things. In addition to a powerful set of development tools, Android also offers...
Android Virtual Assistant Part 1 VOIP
Introduction
This article is the first part of a three part series that steps outline in detail some basic architectural components that could be...
Learn to implement Capture API with Phonegap
In this tutorial we will learn to implement capture api with phonegap and create an application which will capture an image in your mobile...
Learn to develop apk file using phonegap
In this session we will learn to create github account , push our application on github and learn to develop apk file using Phonegap...
Implementing Simple Intent Service in Android
Hello Guys !! In this tutorial we are going to implement Intent Service. It is an easy demonstration of the concept and all we...
Browser Bookmark Example in Android
This example shows how you can list browser bookmarks into your application.
Algorithm:
1.) Create a new project by File-> New -> Android Project name it BrowserBookmarkExample.
2.) Add...
Android Virtual Assistant Part 3 – Natural Language Processing
Natural language processing (NLP), employs algorithms and mathematical models to analyse representations of language data (voice, text). NLP is employed often when the volume...
Learn to develop an application that converts text into speech in android
In this tutorial we will learn how to convert text into speech using Android programming.
Here we are going to develop an application whose layout...