How to Pick Image in Android Application?

How to Use Android static resources.

In every Android application the resources play the vital role in determining the overall performance and success of application.In this tutorial we will take a look at how the developer can access the android static resources in source code and in XML files. Using...
How to directly use Android Assets

How to directly use Android Assets

Using Android Assets Directly. Do you know the assets placed inside the res directory can be directly accessed and used in your android application. The res directory contains structured values which predefined semantics for the Android platform. In Android the assets...
How to Pick Image in Android Application?

What are Android Resources?

In Android , one of the important factor determining the performance and reliability of android application is its resources. The awareness regarding this important aspect is some time overlooked by even experience developers and designers. In this short tutorial we...