Ragunath Jawahar
Ragunath Jawahar
Looks like the fields that are being generated have different names from the ones that are defined in the data class. **Data Class** ```kotlin @PaperParcel data class User( val id:...
`30.days.ago.beginningOfDay.time` The values are off by a few millis. 1508437800629 1508437800649 However `Dates.today.endOfDay.time` returns the same value for every invocation.
- Code Generation for Fun & Profit - The talk is about how we used Java code generation to integrate Analytics tracking code into our Android and iOS apps. I...