Canny Edge Detection with Matlab
Fully working code of canny edge detection is given at the end. For explanation read complete article thanks. Edge Detection: Edges in an image are those points which show sudden change of intensity...
View ArticleHow to mute Microphone using C# in Windows 7
Windows 7 gives programmer a lots of API’s which with he/she can control hardware and software. One of these API’s are Core Audio API. This API allows programmer to develop apps that use Audio in...
View ArticleGetting Started Android On Windows
Installation and Configuration of Android Enviroment In this tutorial you will see how to install and configure new android development environment. If you are new than i recommend you to download...
View ArticleHow to create new Android Virtual Device (AVD)
In previous article you were able to install and configure your android environment. After installing and configuring android environment the next step is to have some basic knowledge of AVD ( Android...
View ArticleBuilding Your First Android Application
Before starting,you should have sound knowledge and installed the following: 1) JDK 6 2) Eclipse 3) Sdk manger Now in this article you will learn how to build your first app on android. we start from...
View ArticlePlay With Android Emulator
In previous article we successfully installed and configured Android Emulator . Now in this article we are going to playing with emulator. I will tell you some secret way into the emulator e.g How...
View ArticleStructure Of Android Project
Beginner often confuse about the structure of android project. They have no idea about what is inside SRC , RES and in other important folders of android project.Here we have some basic structure of...
View ArticleBeyond Hello World In Android Part 1
Welcome in this article we are going to create app, get a machine setup and set app to real phone and finally we will send a message to Logcat window as well. So lets get started. We need to make a...
View ArticleBeyond Hello World In Android Part 2
In Part 1, you were able to learn how to send your app on real device , but some people complained me that they failed to send app on their phone.In this article you explore the problem and find the...
View ArticleAdding Song to your Android App
We started from installation and configuration of android environment, then we configured emulator and played with emulator through different command from cmd. Then we create basic app on android to...
View Article