hossain-khan / android-daily-headlines

An app that provides daily headlines from popular news source.
MIT License
6 stars 1 forks source link

Use auto value with gson for model classes. #68

Closed hossain-khan closed 8 years ago

hossain-khan commented 8 years ago

Reduce code

Watched talk by jake https://youtu.be/FfBBTHkRC-o


References

hossain-khan commented 8 years ago

Got into problem with no public constructor with GSON...

solution at https://gist.github.com/JakeWharton/0d67d01badcee0ae7bc9

hossain-khan commented 8 years ago

http://dubedout.eu/2016/07/11/faster-json-deserialization-autovalue-extension/