Showing posts with label header. Show all posts
Showing posts with label header. Show all posts

Tuesday, June 5, 2012

Wednesday, May 23, 2012

Android: Adding static header to the top of a ListActivity


Currently I have a class that is extending the ListActivity class. I need to be able to add a few static buttons above the list that are always visible. I've attempted to grab the ListView using getListView() from within the class. Then I used addHeaderView(View) to add a small layout to the top of the screen.

Sunday, January 29, 2012

Limiting download speeds with PHP


I have this code here, however i want to limit the speed the user can download at, how would i implement this into this code;