Android defining size of UI components

Android defining size of UI components

In android you can define the size of the UI elements either in layout files or it can also be acheived in code.We have explained both of mechanisms in the sections below. Defining the size of UI components in layout files Fixed or relative dimensions Android allows...
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...