Sunday, 21 December 2014

Week Fourteen


This week which is I been testing the fingerprint sensor on Arduino Uno R3 whether it is working or not..

















It's working perfectly.. 
Now, I can begin my prototype hardware and software project for FYP2 in next semester 2015.. I hope it goes smoothly..

Wednesday, 10 December 2014

week thirteen


ANDROID SOFWARE DEVELOPMENT KIT (SDK)

The Android Software Development Kit (SDK) allows developers to create applications for the Android platform. The Android SDK includes sample projects with source code, development tools, an emulator, and required libraries to build Android applications which are written using the Java programming language.

Much of the info in this guide comes from the documentation on the Android Developers site. Follow this quick guide to successfully install Android SDK on your computer. If you are new to it, it is a bit complicated to install compared to your usual program. However if you are good in following instructions, it’s as easy as A-B-C. 


INSTALLING THE ANDROID SDK

     1. Get ready your computer

Before anything else, see to it that your computer meets the minimum system requirements. Specifically, you might need to install the Java Development Kit (JDK), if you don’t have it yet.

The following outlines the system and software requirements for developing Android applications using the Android SDK.

     2. Download the SDK Starter Package

The SDK Starter Package is not a full development environment. It only includes the core SDK Tools, which you can use to download the rest of the SDK components (such as the latest Android platform).

To get the latest version of the SDK starter package, go to the Android SDK download page page and download the package for your machine’s operating system.

     3. Install the Android SDK manager

Download Android SDK.
  • Install the SDK. The SDK doesn’t work properly when it is installed in a path with spaces (“Program Files (x86)”). It is recommended to install it to a custom folder similar to C:\Android.
  • Install the platform tools and at least one platform image. You can use API 8 or above.
  • Exit Android SDK Manager




     2.  Install the Android packages
  • Copy all files in ‘copy_to_sdk’ and paste it into D > android_sdk > sdk4.
  • Restart Android SDK Manager.






     3. Launching Android SDK and AVD Manager







    4.  After install and configure path





Friday, 5 December 2014

Week Twelve


JAVA


What is Java technology and why do I need it?
-Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!

Is Java free to download?
-Yes, Java is free to download. Get the latest version at java.com

Why should I upgrade to the latest Java version?
-The latest Java version contains important enhancements to improve performance, stability and security of the Java applications that run on your machine. Installing this free update will ensure that your Java applications continue to run safely and efficiently.


Installaling JAVA (JDK)


     1. Install Java JDK v7


Check the Accept License Agreement button.
  •  Select "Windows x86 (32-bit)" in the platforms list (also for 64 bit machines).
  •  Download the file and install it.
  • You can also install the 64-bit version. In that case Android SDK may fail to find the JDK. Follow these steps to fix it.



     2. 




     3. 




     4.






For more details, click the link below for video tutorial installing Java(JDK)