List of UML tools

Several days ago I started writing series of tutorials for UML. And the first problem which I found was which UML tool I should use for my tutorials.
Here I want to present to you links to the UML tools which you can use for your work.

Open Source UML on Java-Source.net
List of UML tools on . . . → Read More: List of UML tools

  • Share/Bookmark

IntelliJ IDEA 9.0.1 released

IntelliJ IDEA 9.0.1, the first bugfix update for IntelliJ IDEA 9, is now available. With almost 200 resolved issues in such areas as Flex support, version control integration, Groovy support and others, it’s a strongly recommended upgrade for all users of both Ultimate and Community editions of IntelliJ IDEA 9.

Download page and Release . . . → Read More: IntelliJ IDEA 9.0.1 released

  • Share/Bookmark

Java SE Development Kit 6 Update 18 is available

You can download it from this link.
This update has a lot of performance improvements.
Details you can find on Release . . . → Read More: Java SE Development Kit 6 Update 18 is available

  • Share/Bookmark

Working with SDCard’s filesystem in Android

It is very easy to work with SDCard in Android. Here we are working with File objects as with standard Java I/O operations.
In this article I am going to show how to read, write, create files and how to create a folder in SDCard. Continue reading Working with SDCard’s filesystem in Android

  • Share/Bookmark

Viewing android.R.drawable images

How often do you want to see what kind of images are in android.R.drawable package?
Personally, I very often look at them. And the big problem is to see them at first time, because you don’t know where they are.
This post should resolve this problem. Continue reading Viewing android.R.drawable images

  • Share/Bookmark

Android SDK 2.1 is out

Android SDK 2.1 is released, so that developers can take advantage of the new features introduced in this version.

Release . . . → Read More: Android SDK 2.1 is out

  • Share/Bookmark

Using SDCard image for Android emulator in Ubuntu Linux

It is my first working day in this year and I started it with installing Ubuntu Linux 9.10 on my PC.

Why I need this system?
I want to try use it in my development environment. I used Windows XP, not Vista :) .
First of all I found that emulator instance works slowly than in my Windows machine, but for me it is not very big problem… I think so.
In Linux I found one very good solution for working with SDCard image. In Linux I can use file manager when need to access SDCard and it is very useful. Continue reading Using SDCard image for Android emulator in Ubuntu Linux

  • Share/Bookmark