Google Maps Lite Mode causes jank in RecyclerView
Solution as following: Implement OnMapReadyCallback in ViewHolder class. In onMapReady, call MapsInitializer.initialize, to gaurantee features can to be used before obtaining a map. Use this class to initialize the Google Maps Android API if features need to be used before obtaining a map. It must be called because some classes such as BitmapDescriptorFactory and CameraUpdateFactory … Read more