-
Updated
Dec 4, 2019 - Java
clean-code
Here are 160 public repositories matching this topic...
-
Updated
Sep 13, 2019 - Java
-
Updated
Nov 12, 2020 - Java
-
Updated
Mar 13, 2018 - Java
-
Updated
May 4, 2019 - Java
-
Updated
Jun 19, 2018 - Java
-
Updated
Jun 23, 2019 - Java
-
Updated
Jul 18, 2020 - Java
-
Updated
May 13, 2020 - Java
-
Updated
Mar 14, 2017 - Java
-
Updated
Dec 29, 2016 - Java
-
Updated
Jan 20, 2020 - Java
-
Updated
Apr 23, 2017 - Java
-
Updated
Aug 17, 2020 - Java
-
Updated
Apr 21, 2020 - Java
-
Updated
Aug 4, 2020 - Java
-
Updated
Jun 4, 2019 - Java
-
Updated
Mar 15, 2017 - Java
-
Updated
Jun 3, 2020 - Java
-
Updated
Jul 3, 2020 - Java
-
Updated
May 15, 2018 - Java
-
Updated
May 19, 2017 - Java
-
Updated
Nov 11, 2020 - Java
-
Updated
Dec 5, 2017 - Java
-
Updated
Dec 23, 2018 - Java
At the moment the App kinda looks boring, add fancy animations at specific locations to spice it up. It may as well include the use of animated views, viewgroups and widgets
-
Updated
May 12, 2020 - Java
Improve this page
Add a description, image, and links to the clean-code topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clean-code topic, visit your repo's landing page and select "manage topics."
It seems that Windows users who use a file-path with a space, might have problems with resource loading.
Java constitutes the spaces with %20, after which it can't find the resource with the full path.
Since all relevant code can be found in ResourceConsumer Interface, it shouldn't be to hard to fix this.