i don't know if this is possible, but since i cannot extend both, i must use Activity instead of ListActivity in my Main. When i try to change it, i have problems with setListAdapter due to it not being ListActivity anymore. You can see it here http://mobilesiri.com/json-parsing-in-android-using-android-studio/ better than me copy paste the code, its the same. So in maainactivity, how to replace extension ListActivity with Activity and show the listview as in the example. Much appreciated guys, you will save me.
PS. don't know if its worth mentioning, but i want to implement it here somehow, https://www.youtube.com/watch?v=zwqzhY5i2rc and mainactivity extends activity there.
Thx again.