Vitaly Babiy
Vitaly Babiy

Reputation: 6534

Other Android Developer Tools

The Android SDK comes with many tools to help you develop application, I am wonder what else is out there.

One tool that I have found is coloredlogcat - http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/

Upvotes: 8

Views: 409

Answers (3)

Luiz Carvalho
Luiz Carvalho

Reputation: 1419

The Android Icon Maker can also be very useful, him create a set of the icons for Android Applications from a specific icon.

Upvotes: 1

Sean
Sean

Reputation: 7670

The Android Asset Studio is great for building icon images. Very handy.

http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html

Upvotes: 6

Mats Hofman
Mats Hofman

Reputation: 7240

You have a couple of more webbased tools I know of like:

DroidDraw which helps you creating layouts
RadDroid which helps you with the initial set-up of your project.

This website also features some of the best Android developer tools: http://www.web3mantra.com/2011/05/05/best-android-developer-tools-and-resources/

Upvotes: 4

Related Questions