2,423 reputation
1520
bio website
location
age
visits member for 1 year, 9 months
seen 11 hours ago
stats profile views 148

1d
awarded  Nice Question
Jun
11
comment Android map Overlay baloon popupWindow
What library are you using for maps ?
Jun
11
comment how do I set setOnPageChangeListener?
Check my edit, you either have to create a class that implements the OnPageChangedListener interface, or you can subclass SimpleOnPageChangedListener
Jun
11
revised how do I set setOnPageChangeListener?
added 385 characters in body
Jun
11
answered how do I set setOnPageChangeListener?
Jun
6
comment Android FragmentPagerAdapter findViewById
The findViewById method belongs to the activity. Fragments have a different lifecycle that is not neccesarly tied up to the activity lifecycle. Fragment views are not accesible from the activity.
Jun
4
awarded  Enthusiast
Jun
3
revised TestNG custom error message on timeout
edited tags
Jun
3
asked TestNG custom error message on timeout
May
28
answered ViewPagerIndicator Tabs: Icons above Text
May
23
awarded  Mortarboard
May
23
awarded  android
May
22
revised Getting statistics from Google Play Developers with an API
added 51 characters in body
May
21
revised Getting statistics from Google Play Developers with an API
deleted 138 characters in body
May
21
answered Getting statistics from Google Play Developers with an API
May
20
awarded  Notable Question
May
8
comment avoid to recive Broadcast Reciver when app is pause or in background
Post your code, and we might be able to help you.
May
7
answered Slidingmenu using fragments
May
7
comment avoid to recive Broadcast Reciver when app is pause or in background
Create a BaseActivity which extends Activity and implements this behavior. After that, have all your activities extends BaseActivity instead of Activity.
May
7
answered avoid to recive Broadcast Reciver when app is pause or in background