348 reputation
1932
bio website nowebsite
location Pune, India
age 24
visits member for 2 years, 5 months
seen 12 hours ago
stats profile views 98

I am fresher in technology world. Loves cricket and movies. Interested in Spring and java. Entering into Android world.


May
20
awarded  Notable Question
Apr
30
awarded  Notable Question
Apr
11
accepted How to align dropdown navigation of ActionBar to right in HoneyComb Android?
Apr
11
awarded  Notable Question
Apr
8
awarded  Yearling
Apr
4
awarded  Popular Question
Mar
26
awarded  Popular Question
Mar
8
awarded  Caucus
Feb
21
answered Activity Transition Animation not working from Tab Activity To any other Activity
Jan
14
comment Android: Set a readable font size for webView
Did you happen to solve this problem?
Jan
4
awarded  Quorum
Dec
28
comment PhoneGap sendEmail
Which version of PhoneGap? if 2.1.0 or above, did you added plugin to your config.xml ? (res/xml/config.xml)
Dec
28
comment Android: Set a readable font size for webView
@PriteshDesai: Also check "websetting.setDefaultFixedFontSize(size)", default value is 16 here, you can increase if you want. Hope this helps.
Dec
28
comment Android: Set a readable font size for webView
If you are using API 14 or greater, then you should look at "public synchronized void setTextZoom(int textZoom)", in this default 100, you can change that using this method.
Dec
27
answered Android: Set a readable font size for webView
Dec
5
comment android ListView onOverScroll never be called
Try Adding annotation "@Override" above onOverScrolled() method. May work.
Nov
29
comment android ListView onOverScroll never be called
To use "onOverScroll()" you need API level 9 or above. onOverScrolledBy() method calls this method as a result of overscrolling operation. If you are using Android 2.2 it will not work, tryusing Android 2.3 ie API level 9.
Nov
29
comment android ListView onOverScroll never be called
which Android are you using?
Nov
17
awarded  Popular Question
Nov
8
awarded  Popular Question