sorry for may be stupid question, I am a beginner. what can I do if I needed to extend both ListActivity and FragmentActivity in one activity?
I know that I can extend only 1 class, but is there any trick which resolves this?
Thank in advance.
sorry for may be stupid question, I am a beginner. what can I do
Share
you don’t have to extended list activity in order to use list , you can include list View inside your layout file