Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
brad-curran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
brad-curran
13y ago
Australia. 80k. 2 years. I could go 120k, but it would involve losing the cultural and company benefits.
2.
▲
VelocAdapter: The fastest way to implement adapters in Android
(github.com)
1 points
by
brad-curran
13y ago
|
0 comments
3.
▲
by
brad-curran
13y ago
It's pretty simple to use. Saving objects: Animal animal = new Animal("Lassie", "Dog"); DroidPrefs.instance(context).put("key", animal).apply(); Loading objects: Animal animal = DroidPrefs.instance(context
4.
▲
Serialise and deserialise any Java object to Shared Preferences in Android
(github.com)
1 points
by
brad-curran
13y ago
|
1 comments
5.
▲
by
brad-curran
13y ago
Right now there are only three rules, all of which I've run into in the past two weeks. I hope that this becomes a go to guide for people developing JSON APIs so they know how to implement it correctly, or more importantly, how not to imple
6.
▲
The Golden Rules of JSON - A collaborative set of rules for JSON API developers
(github.com)
2 points
by
brad-curran
13y ago
|
2 comments