113 reputation
7
bio website
location Earth
age
visits member for 2 years
seen Apr 10 at 13:16
stats profile views 41

Mar
8
awarded  Popular Question
Feb
27
comment Android TextView Allocation
initially declare the textChallenge = null where it is declare in activty 1. did u use it destroyDrawingCache ?
Feb
26
comment Android SQLite Double variable giving garbage data on fetch
Are you adding this line if (cursor != null) cursor.moveToFirst(); after getting data through cursor
Feb
25
comment Grid view images not occupy whole activity
@Ram: yes I was saying not go with hardcoded value try to find some adjustment factor for you imageView. hope you understand it. thanks.
Feb
25
comment Grid view images not occupy whole activity
@Ram : also you this on your gridview : gridView.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY); gridView.setVerticalScrollBarEnabled(false);
Feb
25
comment Grid view images not occupy whole activity
@Ram you need to adjust the height factor according to image that you are setting in imageView. for example set the heght like this int height=(int) (dpHeight/1.2); it will set the image not outside the screen. but 1.2 is hardcoded value you need such scale factor mathmatically from imageView image resource. e.g. R.drawable.mainmenu1 etc.
Feb
25
answered Grid view images not occupy whole activity
Feb
21
answered Move layout above soft keyboard
Feb
21
revised getting two different Hash key for app in facebook android sdk
deleted 33 characters in body
Feb
21
answered getting two different Hash key for app in facebook android sdk
Feb
14
comment Issue with Soft Keyboard and Edit Text
go with your accept rate and accept answer that is working for you
Feb
14
answered Issue with Soft Keyboard and Edit Text
Feb
14
comment ListView doesn't update on returning to the activity
try my code above
Feb
14
revised ListView doesn't update on returning to the activity
added 164 characters in body
Feb
14
comment ListView doesn't update on returning to the activity
did you try notifydatasetchange in resume/start ?
Feb
14
comment Why does facebook login work during development, but not during deployment?
did you add up the code of facebook and integrate it as library in you project ?
Feb
14
answered ListView doesn't update on returning to the activity
Feb
13
comment Avoid duplicates in list
Kindly go with you accept rate.
Feb
12
comment Avoid duplicates in list
improve you accept rate
Feb
12
answered Avoid duplicates in list