Posts by analista.carlosh • 63 points
4 posts
-
3
votes1
answer240
viewsQ: Obfuscation of code in IOS project
Someone knows, indicates some tool similar to Proguard on Android only for IOS, to obfuscate code in class IOS?
-
0
votes0
answers78
viewsQ: GCM - message not enough and no error
https://github.com/analistacarlosh/google_cloud_messaging When I send on the server returns me successfully sending, according to the following message:…
androidasked analista.carlosh 63 -
2
votes1
answer629
viewsQ: Make a negation filter in ng-repeat
I have an object and I’m reading it in ng-repeat, only if the id key equals 0777 I don’t want that position to be displayed, <div ng-repeat="account in accounts | filter:{accountId :'00777'}…
-
1
votes1
answer340
viewsA: Web Service returning invalid value
First of all I don’t know if you are using, but I recommend using these two tools to work and validate your Json, before consuming in the App. 1- http://jsonformatter.curiousconcept.com/ Validates…