670 reputation
524
bio website
location Chandigarh, India
age 26
visits member for 1 year, 4 months
seen 5 hours ago
stats profile views 274
  • An Android Developer.

Find me:-


1d
revised How to set the row in a table layout?
edit it and added correct words.
1d
suggested suggested edit on How to set the row in a table layout?
May
8
comment Parsing json to JSONObject messes with original order
Why you want to fix it? Just fetch the data using keys and do your work. :)
May
7
comment Is here some use of information provided in Android Keystore? Is it even readable after we sign the app?
As per my knowledge I don't think any tool can extract keystore information from an APK, as keystore helps to bind an application and the information is just available in keystore file only. In this case, APK is just left with all generated keys by keystore. If we extract an APK in future to extract its code out of it, it won't show any information regarding its keystore file which is last used with it.
May
7
comment Is here some use of information provided in Android Keystore? Is it even readable after we sign the app?
Just remember one thing, once you have created it via Signing App. Do keep it safe else you'll not be able to upload it next version.
May
7
comment Is here some use of information provided in Android Keystore? Is it even readable after we sign the app?
@Umair You can't read this data from APK, you have to use Keystore file to read info stored in it.
May
7
comment android.database.CursorIndexOutOfBoundsException…once again
where ever you called Cursor c also write code c.moveToFirst(); after it.
May
7
answered Is here some use of information provided in Android Keystore? Is it even readable after we sign the app?
May
3
answered Android turn on the screen
May
3
comment Android fetch nearest locations or addresses of on google map according to a gps location
@ricintech: you can see the code snippet Address returnedAddress = addresses.get(0);. I am just taking the first address being provided by google, you can check the list's length first and can show all available addresses, if you want to fetch address of any location provided by user then for this code u first need to get out its lat & lon and the put it in this code.
May
3
answered Android fetch nearest locations or addresses of on google map according to a gps location
Apr
26
comment Admob Banner Ad not displaying in Android
@Rstar: Yes, you do. My old display name was Haps. We usually meet in Android People and help each other.
Apr
26
comment Admob Banner Ad not displaying in Android
@Rstar : Yah, its also available in the extras folder within SDK, but it showed library errors and it didn't worked in my case so I added the info that the above code is compatible with the Admob Library Version 4.0.4.
Apr
26
reviewed Approve suggested edit on Admob Banner Ad not displaying in Android
Apr
26
answered Admob Banner Ad not displaying in Android
Apr
9
awarded  Popular Question
Apr
2
awarded  Popular Question
Mar
29
reviewed No Action Needed How to implement auto-complete for field of type text_ws that has values starting with numbers in Solr?
Mar
28
reviewed No Action Needed xml for dropdown text
Mar
28
reviewed No Action Needed passing params from pending intent