Sangeet
10/27/2018, 1:14 PMsuhas
10/27/2018, 1:16 PMSangeet
10/27/2018, 1:18 PMdata class
over class
will be overhead right ?
class also generates setters and gettersNikky
10/27/2018, 1:43 PMSangeet
10/27/2018, 2:43 PMGson
uses that toString
from data class
. Only use of toString
is loggingNikky
10/27/2018, 2:44 PMSangeet
10/27/2018, 3:13 PMdata class
is taking thrice size of normal class
. Another problem is proguard
is not removing unused hashcode and equals.cketti
10/27/2018, 4:24 PMSangeet
10/27/2018, 4:53 PMclass
as model as compared to data class
Paul Woitaschek
10/27/2018, 6:17 PMSangeet
10/27/2018, 7:16 PMHamza
10/28/2018, 6:23 PM