Relative Layout
7 ViewsIn Android, RelativeLayout let you position your component base on the nearby (relative or sibling) component’s position. It’s the most flexible layout, that allow you to position your component…
7 ViewsIn Android, RelativeLayout let you position your component base on the nearby (relative or sibling) component’s position. It’s the most flexible layout, that allow you to position your component…
7 ViewsA layout defines the visual structure for a user interface, such as the UI for an activity or app widget. You can declare a layout in two ways: 1.…
7 ViewsOverview XML stands for Extensible Mark-up Language.XML is a very popular format and commonly used for sharing data on the internet. This chapter explains how to parse the XML…
6 ViewsThis would be entire project context. Whatever you do in IntelliJ IDEA, you do that in the context of a project. A project is an organizational unit that represents…
31 ViewsHello World Program Click on File and click New and there New Project, once you can new project it will open like below. There you specify your Project name,…
16 ViewsAndroid Studio is an IDE based on IntelliJ IDEA used for android application development. It is released on 15th may 2013. This tool has more options for Android Development,…
16 ViewsSteps to install the JDK 8 on the Windows computer Here is the step by step tutorial for installing the JDK 8 on the Windows. Now the JDK 8…
18 ViewsAndroid Studio Overview Android Studio is the official IDE for android application development. It works based on IntelliJ IDEA, You can download the latest version of android studio from Android Studio…
28 ViewsArchitectute is nothing but physical structural plan or block diagram of some view. Android is Linux based software stack , it is open source for lot of devices. For…
11 ViewsThe latest version of Android is Oreo introduced in Aug 22 2017. 1. Redesigned Settings Menucompletely the setting menu is changed in android 8.0, that completely we can customize…