Programming for UI designers: Software Installation and set up for Android Development

How many times the designs did not look exactly as your Photoshop files?
Let me guess - MOST OF THE TIME.

In this new series of articles I will try to share my experience on how to improve and adjust your UI designs for Android mobile apps. We will learn how to change colors, adjust margins, add shadows and at a higher level - how to create beautiful and flexible layouts for different screen sizes. So let's get started.

For the start let's make sure we have everything we need for our little journey into programming.

Software Installation and set up for Android Development
(find step by step instructions on http://chicago-gtug.com supported by ChicagoAndroid.com)
  • Install a development environment. On the Android platform most of the native apps are developed in Eclipse IDE for Java EE Developers.
  • In order to be able to import projects from the team's repository and to be able to share your changes in the code you need to install Install SVN plugin - Subclipse. (video by Uki D. Lucas http://youtu.be/pVBXfjc7QV4)
  • install Android SDK.
  • Android SDK and AVD Manager - updates - as for updates, you will see plenty, you will never go wrong by installing all of them
  • Create a virtual device - AVD - the virtual devices are very annoying and they load forever but they are very useful especially for testing your designs on various screen sizes.
The installation process might take you a few hours and cause you a lot of trouble. Ask the developers from your team for help if needed.




As an Amazon Associate I earn from qualifying purchases.

My favorite quotations..


“A man should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.”  by Robert A. Heinlein

"We are but habits and memories we chose to carry along." ~ Uki D. Lucas


Popular Recent Articles