Skip to content Skip to sidebar Skip to footer

Implement Listview And Youtubefailurerecoveryactivity Together In Android App

I am trying to implement something like which would be ideally like this but since multiple inheritance is not supported, MyClass ABC extends ListActivity,YouTubeFailureRecoveryAct

Solution 1:

Made the following changes in the Manifest file and it worked !!!!!

 android:largeHeap="true"

In the manifest file in the <application> tag

Post a Comment for "Implement Listview And Youtubefailurerecoveryactivity Together In Android App"