9 Best Practices to Reduce Your Android App’s Battery Consumption

0
Battery life has always been a huge consideration for mobile devices, and remains of the most limiting factors for their use. Most modern smartphones...
How to Animate Your Android App's User Interface

How to Animate Your Android App’s User Interface

0
Users are, and have always been, drawn to visual elements of an interface, particularly when that visual element is something animated. There have been...
How to Manage the Activity Lifecycle Stages for Your Android App

How to Manage the Activity Lifecycle Stages for Your Android App

0
Apps can be tricky to handle from a programming perspective because they always exist in tandem with other apps and programs. This is normal...
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...
Android Virtual Assistant Part 2_ Android SIP and Voice API’s

Android Virtual Assistant Part 2: Android SIP and Voice API’s

This article is part two of a series where we overview technologies that could be used to construct what we can loosely term as...
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...

Learn to create AVD in Android Studio

0
In this tutorial we will learn to create AVD in android studio i.e Android Virtual Device in android studio to run the application on...

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

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

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