0
I am using a Drawer menu in my Android application and I need to print a list in Ragment by clicking on the side menu item, how I create a custom Arrayadapter and how I invoke it in Ragment?
0
I am using a Drawer menu in my Android application and I need to print a list in Ragment by clicking on the side menu item, how I create a custom Arrayadapter and how I invoke it in Ragment?
Browser other questions tagged android android-fragment
You are not signed in. Login or sign up in order to post.
https://github.com/codepath/android_guides/wiki/Using-an-ArrayAdapter-with-ListView
– Lollipop
This question is a little open, there are several ways to do this, and the existence of a Drawer is not so relevant, anyway, here’s a link in English: http://blog.alura.com.br/criando-lista-com-listview-no-android/
– Vitor Ramos