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
When you work with images in Android , you can not only set this image as background image . Android allows a lot of things which you can do with an image object. Here I want to show how easy is to resize an image ( object) using class. This practice is very useful. Continue reading Image resizing in Android
I have received some identical questions by e-mail. People ask me how to install non-market application in Android phone.
It is simple, by default Android works only with applications from Android Market, for allowing to install non-market application need to configure Android phone:
Settings->Applications->Unknown sources
Sometimes you need to open browser with specific URI from your application.
For example you want to show application’s page and so on.
This operation is very simple.
You need to use Activity as usual you use it for walking from one activity to other.
In this post I am going to show snippet of code about how you can . . . → Read More: Opening browser with specific URI in Android
Recent Comments