e.g. if you have a property to store some cached d...
# android
y
e.g. if you have a property to store some cached data which is only used by two private methods somewhere in the middle of the class, it's perfectly fine to declare that property next to those methods, and not in the beginning of the class
👍 7