1. Replace use of java.util.HashMap with android.util.ArrayMap in
SwipeHelper class
2. Make few instance variables final

ArrayMap is more memory efficient than a traditional HashMap, see: https://developer.android.com/reference/android/util/ArrayMap.html

Change-Id: I8bb2a4f5386d0c9dd6a802ee87e3adf8c3a59805
1 file changed