Archive for the ‘Video Tutorials’ Category
This is a great update that Google has come up with for Android Developers, Android Trainers and Android Learners because before this ADT Bundle setting up Android Development Environment was bit tedious job and it was very time consuming too. Many times students asked me the steps to setup the Android Development Environment and every time (for every new batch) we need to setup the Android Development Environment from scratch and I used to tell them following steps :
- Download JDK (Java Development Kit), Install it, Set Environment Path
- Download Eclipse
- Download ADT Plugin for Eclipse
- Set the Preferences in Eclipse with Android SDK path
- Download the latest Platform Tools and others required but optional stuffs
But now thanks to Google for ADT Bundle which provides everything you need to start developing Android Applications. The ADT Bundle includes :
- Eclipse + ADT Plugin (ADT Plugin already installed inside Eclipse)
- Android SDK Tools
- Android Platform Tools
- Latest Android Platform
- Latest Android System Image for Emulator
To setup the ADT Bundle you need to follow 2 steps below :
- Unpack the ZIP file (named
adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a “Development” directory in your home directory.
- Open the
adt-bundle-<os_platform>/eclipse/directory and launch Eclipse.
If you are new to Android Development, I will recommend ADT Bundle to quick start development process. but if wish to go with the existing IDE then you can go with downloading the SDK Tools for Eclipse.
Click on the image above to download the ADT Bundle.
Watch the demo video here :
Change font size in Eclipse
Posted on: August 25, 2012
Hey friends,
Many students & professionals were asking that how they can change the font size in Eclipse.
Here is the way to change the font size in Eclipse :
- Go to Window Menu > Preferences > General > Appearance > Colors and Fonts
- Then to change the font size : Go to Java > Java Editor Text Font > Edit
- Now set the font & font size you wish, done.
See Video Tutorial for above :
Enjoy Coding!
Seminar on Andorid
Posted on: August 5, 2012
Conducted Seminar on Android at Sharda Infotech, Nagpur (MS – INDIA) on 04-08-2012 between 12.30 pm to 2.30 pm & received a nice response from the attendees.
Thanks a lot for attending the seminar.
Great Job Interview
Posted on: June 14, 2012
This is a great job interview video from the Hollywood movie “The Pursuit Of Happiness”. Every job seeker must see this video at least once. This may somehow help you to crack your job interview.
Objectives :
* How to create sticky note in Windows 7?
* How to save to do’s in Windows 7?
* How to activate sticky note gadget in Windows 7?
* How to use sticky note in Windows 7?
Hey all, some of my friends asked me that Windows 7 has no sidebar as that of Windows Vista, so there is no gadget called “Sticky Notes” so that they can save their to do’s & all.
One good news is that even if there is no sidebar in Windows 7 as that of Windows Vista but the gadget Sticky Note is still there & you can use it easily.
Steps :
- Go to Start Menu
- Type “Sticky Notes” in search field at bottom & it will appear at top of Start Menu.
- Click on “Sticky Notes” & it will create a new Sticky Note for you.
HelloWorld – Core Java Tutorial
Posted on: January 10, 2012
Objective :
- How to write a simple Java program?
- How to write Hello in Java?
- How to write HelloWorld in Java?
- How to write & execute a simple Java program?
- How to write Java program using Notepad & execute using Command Prompt?
Posted from WordPress for Android
