Posts by Leandro Andre da Silva • 1 point
2 posts
-
0
votes1
answer21
viewsA: retrofit 2 error malformed when sending a post
Staff the resolution of the posted difficulty, was to insert in the code below the line . setLenient() Gson gson = new Gsonbuilder() . setDateFormat("yyyy-MM-dd’T'HH:mm:ssZ") . setLenient() create.…
retrofitanswered Leandro Andre da Silva 1 -
0
votes1
answer21
viewsQ: retrofit 2 error malformed when sending a post
When I send the data via POST I return that JSON is wrong in the formation. Follow the script button Button btnretrofit =(Button)findViewById(R.id.btnretofit); btnretrofit.setOnClickListener(new…
retrofitasked Leandro Andre da Silva 1