RESOURCES
Embedded System
Embedded System is a platform over which we are embedding the hardware core managing task and process by the help of a software code or machine code.Getting Started With Software
The compiler we will utilize to generate the machine/hex file for the controller will be WinAVR and AVRStudio. These are the open source compiler available for the AVR series.Programmer’s Notepad [Win AVR]
Here we are Finish with the Makefile. Now, we have to deal with the Programmer’s Notepad. The Programmer’s Notepad is the place where we will be writing the code for the device accordingly to perform. Install Android development environment in a blank PC.
This tutorial is first step to develop Android applications. In this tutorial we will give you step by step process to install Eclipse with Android development plugin in any system. Hello Android Application
This tutorial "Hello Android Application" gives you a "hands-on" introduction to the Android framework and the tools you use to build Android applications on Eclipse.Activity and Intent
Activity is your application’s presentation layer. It uses views to form graphical user interface that display information and respond to user actions.Intent is an inter-application message-passing framework.
Detail of Android SDK components
Android SDK has several versions available, one SDK version is published for each version of Android to emulate device of that version on computer to test application. Install Android SDK platform.
We will guide you through steps of adding Android SDK platform to Eclipse. For testing you need at-least one Android SKD platform but it is highly recommended that download and test your application on other platforms before deploying it in market.Create Android Virtual Device (AVD)
This tutorial will guide you through process of creating Android Virtual Emulator (AVD). Android virtual device will emulate Android devices. With AVD you can test your application on different versions of Android.Add new Java file in existing Android Project
scr folder in Android project contains all .java files; you must add all Java files in this folder only.AVR Architecture DDR/PORT Programming
AVR Architecture is basically a AVR core across which the peripherals are arranged in a manner to make it as a controller with low processing power.How to run struts application
This tutorial explains the procedure to run the struts application.


