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

Author: apktutor

GridView Example

January 19, 2019 apktutor Leave a comment

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: Adapter View, Layouts and Widgets, Simple App Examples Filed under: Android GridView, GridView Example

Expandable ListView Example

January 18, 2019 apktutor Leave a comment

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: Adapter View, Layouts and Widgets, Simple App Examples Filed under: Expandable ListView, Expandable ListView Example

Custom ListView with BaseAdapter for displaying Map List

January 16, 2019 apktutor 16 Comments

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: Adapter View, Layouts and Widgets, Simple App Examples 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 Leave a comment

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

Continue Reading →

Posted in: Adapter View, Code Snippets Filed under: ArrayList HashMap, HashMap Android, Map List, Map Variable

Custom ListView with images

January 14, 2019 apktutor Leave a comment

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: Adapter View, Layouts and Widgets, Simple App Examples Filed under: Custom ListView, Custom ListView with images, ListView Example

Custom ListView for String List

January 13, 2019 apktutor Leave a comment

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: Adapter View, Layouts and Widgets, Simple App Examples Filed under: Custom ListView, CustomView for String List, ListView Example

ListView Example

apktutor Leave a comment

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: Adapter View, Layouts and Widgets, Simple App Examples Filed under: Android ListView, ListView, ListView Example

Custom Toast Message

January 10, 2019 apktutor Leave a comment

This tutorial shows how to create a custom Toast message from a CustomView in xml, and display it in android…

Continue Reading →

Posted in: Simple App Examples, Uncategorized Filed under: Custom Toast, Custom Toast android, Custom Toast message

Android Camera Example

January 9, 2019 apktutor Leave a comment

This tutorial shows how to launch camera in android, capture an image, and display the captured image in an ImageView.…

Continue Reading →

Posted in: Simple App Examples Filed under: Android camera example, Camera example, Intent to launch Camera

Simple Intent operations

January 8, 2019 apktutor Leave a comment

An Intent is a description of an operation or action to be performed. It can be used to launch an…

Continue Reading →

Posted in: Code Snippets, Uncategorized Filed under: Android Intent, Intent operations, Intent to launch Activity, Launch new Activity

Post navigation

Page 2 of 5
← Previous 1 2 3 … 5 Next →

Categories

  • Adapter View (9)
  • Advanced Android App Examples (2)
  • Code Snippets (8)
  • Layouts and Widgets (22)
  • Simple App Examples (21)
  • Uncategorized (11)
  • User Interface Components (2)

Recent posts

  • Read a json/text file from assets folder
  • Android canvas detect touch points
  • Plot numbers as Line graph on canvas
  • Create a View class using Canvas
  • Get video thumbnail from url of video
  • Android code snippets 1
  • Copy file from assets folder to external cache
  • Using Google Sign In with Firebase Auth in AIDE
  • Encrypt and decrypt text
  • GridView with Image and Text

Join Our Newsletter

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


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