Results 2 issues of McGars

``` java // Try this, public void setHasMoreItems(boolean hasMoreItems) { this.hasMoreItems = hasMoreItems; // on 10 android exeption when call removeFooterView(loadingView) if(Build.VERSION.SDK_INT < 11){ int visible = this.hasMoreItems ? VISIBLE...