blog

Education system in engineering

For faculty few questions, first question is most of the students who joined the engineering collage. When one check their resume they have 80-90% in their in 10th standard and about 70-80% or above 85% in 12th standard and 60% in their collage. Why there is a decrease in percentage..just introspect for a while …why […]

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 […]

Java Projects Synopsis

Prison Management System

This project is aimed at developing a prison management system that is collection of registers and reports for the effective management of prisons. This system should contain the modules like Nominal roll, Case register, Parole register, Automated release diary generator, Duty register, Interview requests and In-out register. Besides this police and government officials can see […]

Java Projects Synopsis

Online Market For Buying & Selling Different Products

Online Market For Buying & Selling Different Products Software Requirements Specification 1.0 Introduction: The document contains the Software Requirements Specification of ONLINE MARKET FOR BUYING AND SELLING DIFFERENT PRODUCTS, which can be used by all the internet users. The Online Market for Buying and selling different Products System is an Internet based application that can […]

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 […]