Monday, March 5, 2018

Android Studio quick evaluate expression


quick evaluate expression : Alt + fn + F8





search: command + shift +f

No comments:

Post a Comment

java special for collection size, array size, and string size

Size: For Collections (eg: Map, List, etc ): usually it use collection.size(), eg         Map<Character, Integer> map ...