Android Tutorial: GridViewA GridView is a view that can display a list of scrollable items in a grid. It is like a ListVIew except that it display items in multiple…Nov 27, 2021Nov 27, 2021
Android Tutorial: ListViewA is a view for showing a scrollable list of items, which may come from a list adapter or an array adapter. Selecting an item in a ListView…Nov 26, 2021Nov 26, 2021
Android Tutorial: Event ListenersIn this article, you will learn how to handle events and write event listeners. Most Android programs are interactive.Nov 26, 2021Nov 26, 2021
Android Tutorial: LayoutsLayouts are important because they directly affect the look and feel of your application. Technically, a layout is a view that arranges…Nov 22, 2021Nov 22, 2021
Android Tutorial: UI ComponentsOne of the first things you do when creating an Android application is build the user interface (UI) for the main activity. This is a…Nov 22, 2021Nov 22, 2021
Android Tutorial: Activity-Related IntentsIntent actions for starting an activityNov 22, 2021Nov 22, 2021
Android Tutorial: Creating Another ActivityThe main activity of an Android application is started by the system itself when the user selects the app icon from the Home screen. In an…Nov 22, 2021Nov 22, 2021
Android Tutorial: The Activity LifecycleIn this tutorial, we see about The Activity Lifecycle.Nov 22, 2021Nov 22, 2021
Android Tutorial: Creating An ApplicationCreating an Android application with Android Studio is as easy as a few mouse clicks. This section shows how to create a Hello World…Nov 9, 2021Nov 9, 2021