Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Other Android Developer Tools

Tags:

java

android

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/

like image 969
Vitaly Babiy Avatar asked Sep 21 '11 12:09

Vitaly Babiy


2 Answers

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

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

like image 98
Sean Avatar answered Oct 12 '22 09:10

Sean


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/

like image 36
Mats Hofman Avatar answered Oct 12 '22 09:10

Mats Hofman