Android News, Programming Articles, Tutorials, Sample Codes, Code Snippets, Developer Forums

Android

Filed Under:

Familiarize yourself with Linear Layout

Linear Layout is one the most powerful android layout objects that is used extensively in android application development. In this article we make attempt to familiarize you to the Linear Layout and its mechanism of organizing the controls.

More >

Understanding Nine patch images in Android

Mobile applications are rated highly on the user experience that the app provides to its user. Android devices come in various shapes and sizes and so usage of images and image buttons to support all the devices is essential. We can use a simple tool called as draw9patch tool provided by android sdk to use a single image for all the devices.

More >