Global Proxy in Android

Android 4.2.2

You are now using a proxy for all network activity.

 
1
Kudos
 
1
Kudos

Now read this

Javascript object identities

When two things aren’t equal, but then sometimes are. This is javascript. Easy start # Just to get us in the mood key1 = 3 key2 = 3 key1 == key2 // obviously true Equality of objects is a bit more unusual key1 = [1,2,3] key2 = [1,2,3]... Continue →