Skip to content
ApkTutor
Android tutorials for beginners. Learn through our numerous examples.
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Sketchware downloads

Category: AdapterViews

Adding a RecyclerView with grid layout in android

September 15, 2021 apktutor

This post describes a simple RecyclerView added as a Fragment in MainActivity. Create main.xml. In main.xml add a ToolBar in…

Continue Reading →

Posted in: AdapterViews Filed under: GridLayoutManager, RecyclerView

GridView with Image and Text

January 20, 2019 apktutor

This tutorial shows how to display a Map List containing texts and images in a Custom GridView. Step 1: Create a…

Continue Reading →

Posted in: AdapterViews Filed under: Android GridView, GridView, GridView with image and text, GridView with images and texts

GridView Example

January 19, 2019 apktutor

This tutorial shows how to display a String list in a GridView. Step 1: Create a new project with name GridView…

Continue Reading →

Posted in: AdapterViews Filed under: Android GridView, GridView Example

Expandable ListView Example

January 18, 2019 apktutor

This tutorial shows how to display a HashMap with String and ArrayList<String> as key value pairs, in an ExpandableListView. Step…

Continue Reading →

Posted in: AdapterViews Filed under: Expandable ListView, Expandable ListView Example

Custom ListView with BaseAdapter for displaying Map List

January 16, 2019 apktutor 1 Comment

This tutorial shows how to display a Map List containing text and images in a Custom ListView. Step 1: Create a…

Continue Reading →

Posted in: AdapterViews Filed under: Custom ListView, Custom ListView with icons, Custom ListView with images, ListView with images and text

Creating Map Variable and Map List

January 15, 2019 apktutor

Create a Map variable // Create a new HashMap HashMap<String, Object> mapVariable = new HashMap<String, Object>(); // Add items to…

Continue Reading →

Posted in: AdapterViews Filed under: ArrayList HashMap, HashMap Android, Map List, Map Variable

Custom ListView with images

January 14, 2019 apktutor

This tutorial shows how to display a String list and a list of images in a Custom ListView. Step 1: Create…

Continue Reading →

Posted in: AdapterViews Filed under: Custom ListView, Custom ListView with images, ListView Example

Custom ListView for String List

January 13, 2019 apktutor

This tutorial shows how to display a String list in a Custom ListView. Step 1: Create a new project with name…

Continue Reading →

Posted in: AdapterViews Filed under: Custom ListView, CustomView for String List, ListView Example

ListView Example

apktutor

This tutorial shows how to display a String list in a ListView. Step 1: Create a new project with name ListViewExample…

Continue Reading →

Posted in: AdapterViews Filed under: Android ListView, ListView, ListView Example

Android Spinner Example

October 20, 2018 apktutor

Spinners provide a quick way to select one value from a list of values. In the default state, a spinner…

Continue Reading →

Posted in: AdapterViews
  • AdapterViews (10)
  • Advanced app examples (8)
  • Android canvas (3)
  • Code snippets (7)
  • Dialog (6)
  • Layouts and widgets (15)
  • Menu (2)
  • Notification (1)
  • Service (4)
  • Simple app examples (13)

Recent posts

  • Read and write files in app private storage
  • Detect faces in an image using ML Kit API.
  • Extract text from images
  • Crop and Rotate Image
  • Get meta data using Uri of a file
  • Android Notification Example
  • Moving between fragments
  • Pick and display a pdf file
  • BottomSheetDialog Example Android
  • Play music using MediaPlayer in Service

Join Our Newsletter

Sign up to receive timely, useful information in your inbox.


Privacy Policy
Copyright © 2023 ApkTutor — Primer WordPress theme by GoDaddy