I am creating a Dynamic menu that reads from a file and creates a button for entire in that file. I can load the list with simple_list_item_1 as you will see in the code bellow, but it calls the .toString method so the list is occupied by text that is memory references and what not of the button, It's not the actual button. I've done reading and don't know exactly what I need to do because the stuff I read is so much more than I need. While the code is making plain buttons from the Widget Library, the end game is to use the ImageButton. I haven't made the images yet so the button is a Debugging placeholder. (Sorry but this little bit of unneeded info, just saying in-case someone has a better idea then making a list of buttons.) I am creating a Dynamic menu that reads from a