exoplayer
Here are 195 public repositories matching this topic...
-
Updated
Oct 26, 2020 - Java
-
Updated
Jun 1, 2020 - Java
-
Updated
Oct 11, 2020 - Java
-
Updated
Jan 6, 2020 - Java
-
Updated
Jun 30, 2020 - Java
-
Updated
May 21, 2020 - Java
-
Updated
Oct 30, 2020 - Java
-
Updated
Oct 28, 2020 - Java
-
Updated
Oct 18, 2020 - Java
-
Updated
Oct 22, 2020 - Java
-
Updated
Jun 16, 2018 - Java
-
Updated
Jul 10, 2018 - Java
-
Updated
Apr 18, 2019 - Java
-
Updated
Feb 22, 2019 - Java
-
Updated
Nov 6, 2019 - Java
-
Updated
Aug 11, 2017 - Java
-
Updated
Jul 10, 2020 - Java
-
Updated
Oct 31, 2020 - Java
-
Updated
Jul 6, 2020 - Java
-
Updated
Sep 6, 2020 - Java
-
Updated
Jan 31, 2020 - Java
Improve this page
Add a description, image, and links to the exoplayer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exoplayer topic, visit your repo's landing page and select "manage topics."
Problem
We have quite a few models and we have to generate the hashcode, equals and toString whenever we decide to update them.
Potential Solution
Introduce
Auto-Valueto have our model classes auto-generated with hashcode, equals and toString whenever we perform a build.Impact
Less maintenance when adding a new field to a model.