Jonathan Steele

Results 52 comments of Jonathan Steele

According to http://en.wikipedia.org/wiki/Android_version_history#Gingerbread_2.3.x, 2.3.7 is for GWallet Support in Nexus S 4G @yukuku, why return true is after { } for R.id.menuAbout?

I really think Splash screen is wrong for Android. If you really want to do Splash screen then you should do Splash > MainActivity instead Main > Splash > back...

Looks like http://developer.android.com/reference/android/view/MotionEvent.html#ACTION_CANCEL got called while ABS is not aware of it.

"Wrong state class, expecting View State but received class android.widget.ProgressBar$SavedState instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's...

Did you have setHasOptionsMenu(true) on any Fragment.OnActivityCreated methods?

Did you called addOnMenuVisibilityListener methods with OnMenuVisibilityListener parameters? There is also removeOnMenuVisibilityListener too

android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running? Did you declare it in AndroidMainfest.xml?

Nah, it didn't work.

```kotlin List ``` might be useful.