I need to create simple image in my application programmatically. Simple image will have black background with text inside which is created programmatically. Is it possible?
This depends very much on your implementation details (Java SE? Android? Restricted imports? etc)
I suggest you take a look at this StackOverflow question and see if any of the libraries linked are right for your situation.