Trello is a simple project management tool that lets you manage workloads via Kanban boards. Although it gets the job done, itโs thin in the features department. For example, the platform lacks in-depth file proofing and approval capabilities that other Trello alternatives cover. In short, unlike dedicated marketing agency software, Trello may not be the […]
Trello Android recently converted from using Gson to Moshi for handling JSON. It was a bit tricky so I wanted to document the process. (For context, Trello Android primarily parses JSON. We rarely serialize JSON, and thus most of the focus here is on deserializing.) There were three main reasons for the switch from Gson […]