Android

Introduction to Android UI Layouts

Considering the fact that available space on mobile screen is small, UI design of mobile application is very important. For Android each screen follows one or more layout. Layouts are like container that holds various view or layouts. Placing of views on the screen depends on the layout selected. This article will introduce following basic… Continue reading Introduction to Android UI Layouts