Android - Webview As List View Footer Not Working
I am trying to display web view as the footer for the list view. Added the script to the html file and placed in assets folder Created a layout with web view Placed the web view as
Solution 1:
one quick question .... are u adding footer before setting up the adapter ?
list.addFooterView(listFooterView);
list.setAdapter(adapter);
it cant be read from your code ...
Post a Comment for "Android - Webview As List View Footer Not Working"