Top "Commonsware-cwac" questions

Questions pertaining to the CommonsWare CWAC series of Android libraries.

Sending message to a Handler on a dead thread when getting a location from an IntentService

My app needs location fixes on regular basis, even when the phone is not awake. To do this, I am …

android commonsware-cwac
Dynamically Add and Remove Fragments From FragmentPagerAdapter

I have a FragmentPagerAdapter for a viewPager Which initially has only one Fragment in it. I want to dynamically add …

android android-viewpager fragmentpageradapter commonsware-cwac
ListView random IndexOutOfBoundsException on Froyo

I have an app with tons of downloads and I'm receiving a lot of this error: 16783 AndroidRuntime E java.lang.…

java android listview indexoutofboundsexception commonsware-cwac
Endless Gridview

I have looked at lots of implementations of endless lists. One of them is https://github.com/commonsguy/cwac-endless All …

android commonsware-cwac