issues
search
ds10git
/
tvbrowserandroid
TV-Browser App for Android
75
stars
19
forks
source link
Lint optimiziations (array copy, collections add, closing resources, string handling)
#21
Closed
Thorsten1976
closed
7 years ago
Thorsten1976
commented
7 years ago
closing cursors and streams safely (using finally + null checks)
optimized collection and array handling (System.arraycopy, Collections.addAll)
removed redundant toString calls and concatenating