Smart Phone Android
Android

Location Converter (Android)

Background Latitude is defined as the geographic coordinate that specifies the north–south position of a point on the Earth’s surface. It is measured as the angle which ranges from 0° at the Equator to 90° (North or South) at the poles. Longitude is defined as the geographic coordinate that specifies the east-west position of a […]

Arduino
Android Electronics Java Projects Synopsis

Home automation using Arduino Board

Today’s homes require sophistication control in its different gadgets which are basically electronic appliances. This has revolutionized the area of home automation with respect to an increased level of affordability and simplicity through the integration of home appliances with smart phone and tablet connectivity. Smart phones are already feature-perfect and can be made to communicate […]

Smart Phone Android
Android

Speech to Text App

This Android app. allows you convert your text into voice. Android provides TextToSpeech class for this purpose. In order to use this class, you need to instantiate an object of this class and also specify the initListener. Download Complete Project: https://drive.google.com/a/brainstair.com/file/d/0B5OWe_LkulJrTVF2a292aE5uYWc/view?usp=drive_web

Smart Phone Android
Android

Text To Speech App

Before starting example using Android SDK, you have to make sure that you have setup your Android development environment properly in your system and you you have knowledge with Eclipse IDE. The first step is to create a simple Android Application using Eclipse IDE. Follow the option File -> New -> Project and finally select […]

Android

Alarm Manager App

Many a times we want some task to be performed at some later time in future. For Example: In SMS Scheduler we want a SMS to be send at some later time, or Task Reminder in which we want to be reminded about a task at a particular time, to implement all these things we […]

Android

Sum of two Numbers App in Android

Before starting example using Android SDK, you have to make sure that you have setup your Android development environment properly in your system and you you have knowledge with Eclipse IDE. The first step is to create a simple Android Application using Eclipse IDE. Follow the option File -> New -> Project and finally select […]