
Linear Layout
LinearLayout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android:orientation […]
LinearLayout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android:orientation […]
Goal Familiarize with the main types of GUI components Concepts: Layouts Widgets Menus View Hierarchy All the views in a window are arranged in a […]
Goal Understand applications and their components Concepts: activity, service, broadcast receiver, content provider, intent, AndroidManifest Applications Android applications are written in Java. It has good […]
Goal Create a very simple application Run it on a real device Run it on the emulator Examine its structure Google Tutorial We will follow […]
Before we go into the programming and layouting of Android, let us first have a small introduction about this environment. This chapter introduces Android, how […]
In Android, XML is used in a lot of places. Configuration, xml, value definitions, layout and many more depends on the use of XML. XML […]
Copyright © 2018 | WordPress Theme by MH Themes