806 reputation
312
bio website
location
age
visits member for 4 months
seen 38 mins ago
stats profile views 39

3h
comment Issue on calling function of Fragment Class from Activity
cm.getActiveNetworkInfo() may return null if your phone is not connected > developer.android.com/reference/android/net/…
3h
comment creating an action table and accessing it
What have you tried? Any code examples? Any thoughts about this project?
3h
comment Is Google Play Store open source?
It's not open source. Try to use Google before asking "weird" questions.
1d
revised Customizing Android ScrollView's Vertical Scrollbar
added 37 characters in body
2d
comment Customizing Android ScrollView's Vertical Scrollbar
Thank you for your answer, but must be a simpler way just to place even non-clickable header and footer to vertical track via the style.
2d
asked Customizing Android ScrollView's Vertical Scrollbar
May
22
answered How to install android version 4.0.4 using SDK manager?
May
22
comment Samsung RGB sensor api?
Check this thread: stackoverflow.com/questions/6169291/…
May
21
comment Deserialize JSON to Java Map<Integer,Object> with jackson
I updated my question.
May
21
comment Deserialize JSON to Java Map<Integer,Object> with jackson
I updated my question.
May
21
revised Deserialize JSON to Java Map<Integer,Object> with jackson
added 105 characters in body; edited tags
May
21
comment Deserialize JSON to Java Map<Integer,Object> with jackson
I can change the JSON format if it's not clear. I am asking about approach.
May
21
comment Deserialize JSON to Java Map<Integer,Object> with jackson
Read the third line. Is it so unclear?
May
21
comment Deserialize JSON to Java Map<Integer,Object> with jackson
I didn't ask to explain me how to parse the JSON.
May
21
revised Deserialize JSON to Java Map<Integer,Object> with jackson
edited title
May
21
revised Deserialize JSON to Java Map<Integer,Object> with jackson
added 4 characters in body
May
21
revised Deserialize JSON to Java Map<Integer,Object> with jackson
deleted 24 characters in body
May
21
comment Deserialize JSON to Java Map<Integer,Object> with jackson
I think that declaring the object's Id once in the JSON will be enough. The question is how or where to declare it? Declare it inside the object only or Jackson already have shortcuts to deal with this case...
May
21
revised Deserialize JSON to Java Map<Integer,Object> with jackson
added 113 characters in body
May
21
comment Deserialize JSON to Java Map<Integer,Object> with jackson
If you will take a closer look on the JSON sample you will see that I am declaring the Id of the object twice, once for Map as a key and once inside the object.