You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated the discrete scroll view with maps and in onMapMarkerSelected I am trying to scroll the discrete scroll view to the marker position but the app is not responding. have tried replacing discrete scroll view with recycler view working fine.
currentLocationSelected.observe(this,selectedLocation->{
Log.e(TAG, "onCreate: "+selectedLocation.getLocationName());
int position = infiniteAdapter.getRealCurrentPosition();
mainBinding.locationScrollView.smoothScrollToPosition(position);
});
this observer gives the location model class object different details like name of the location, lat, etc.
The text was updated successfully, but these errors were encountered:
I have integrated the discrete scroll view with maps and in onMapMarkerSelected I am trying to scroll the discrete scroll view to the marker position but the app is not responding. have tried replacing discrete scroll view with recycler view working fine.
this observer gives the location model class object different details like name of the location, lat, etc.
The text was updated successfully, but these errors were encountered: