How to implement hindi font in android application

0
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...
Android Virtual Assistant Part 1 VOIP

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...
create an android widget

Creating an Android Widget: 4 Widget Types and Design Guidelines

0
Android apps are a great platform for accomplishing all kinds of things. In addition to a powerful set of development tools, Android also offers...

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

0
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

0
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

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

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