pedro.veloso
08/26/2016, 7:18 PMget { }
. I'm wondering if there is a difference in performance, and method count, comparing to just declaring a method. I prefer reading if (androidIsRecent)
rather then if (androidIsRecent())
.. I find it more aesthetically pleasing. So if there is not meaning different I supposed it is up to the programmers preference