Life is Really Short, Have Your Life!!

ござ先輩の主に技術的なメモ

2015-10-06から1日間の記事一覧

java.lang.UnsupportedOperationException: Can't convert to dimension

ActivityやFragmentでdimen.xmlで存在しないkeyを指し占めているとこうなりまーす。

RetrofitのGson#fromJsonでStackOverFlowが発生

5000件ぐらいあるJSONファイルを読み込んでみたら、StackOverFlowErrorが発生した。Retrofitのバージョンは下記の通り。 compile 'com.squareup.retrofit:retrofit:1.9.0' 現象としては、下記のGsonのissuneに非常に近く、Openになっている。github.comとい…