How to Add icons adjacent to titles for Android Navigation Drawer
问题 I am currently working on an android app for 4.2.2 that uses the new NavigationDrawer. It works like a charm except for adding icons. I found some sample code in which the List view becomes a Relative layout in which 2 parallel arrays are nested and rendered by an Array Adapter based on a menu model a way that they are synchronized, I think. Here is the MainActivity: package com.sorin.medisynced.main; import android.app.Activity; import android.app.SearchManager; import android.content.Intent