Héctor Carrasco

less info
33 reputation
18
bio website
location
age
visits member for 7 months
seen May 31 at 21:56
stats profile views 6

Apr
7
comment implement lateral navigation in Android API 10
thanks! I get it :)
Apr
7
comment implement lateral navigation in Android API 10
but there are many aplications in google play that have this functionality, and works in devices with api 10
Feb
2
comment how to create a release certificate with java keytool using console in linux?
one last question about this, in the console of google code I have that give a SHA1 certificate fingerprint of the type 45:B5:E4:6F:36:AD:0A:98:94:B4:02:66:2B:12:17:F2:56:26:A0:E0, in the private key that I generated where is this?
Feb
2
comment how to create a release certificate with java keytool using console in linux?
thank you so much !
Jan
31
comment Sharing text in facebook with Android share intent
thanks but the result is the same, I find this, developers.facebook.com/bugs/332619626816423 facebook API does not support pre-filling the message for users, for his privacy Policy
Jan
31
comment Sharing text in facebook with Android share intent
thanks for your help, but this code works exactly like my code :/ it dont share the text in facebook
Dec
30
comment How can I plot routes “from” a position “to” another position on Google Maps v2?
Thank you is just that I need, but if I would plot the route through bus or walk? Is possible add some parameter?
Dec
27
comment Application has stopped unexpectedly. please try again force close
In this post is solved your question? stackoverflow.com/questions/477572/…
Nov
8
comment All applications that uses the Internet permission
this is a screenshot of my logcat dropbox.com/s/nyemvenuuhg558y/capture.png
Nov
8
comment All applications that uses the Internet permission
pkg.requestedPermissions return a String, not String[]
Nov
8
comment All applications that uses the Internet permission
In this line "for (PackageInfo pkg : apps) {"
Nov
8
comment All applications that uses the Internet permission
In log cat I have java.lang.NullPointerException, and I don't understand why...