How to fix codeview scrolling issue with android Studio | Fix codeview scrolling issue in Android

Опубликовано: 02 Октябрь 2024
на канале: Foysal Official
122
5

#java

Md Shabab Al Nabil fb
  / mdshabab.al.nabil  

How to use scrollview over codeview ? , How to use scrollview over codeview 2023 ? ,
CodeView inside NestedScrollView scroll issue ? CodeView inside NestedScrollView scroll issue 2023 , ScrollView not scrolling at all ? ScrollView not scrolling at all with Android Studio 2023 ,

ScrollView not working inside CardView ? ScrollView not working inside CardView in Android Studio , How to fix codeview scrolling issue | java , CodeView inside NestedScrollView scroll issue ? How to use scrollview over codeview in Bangla ,

try {
Field privateField = CodeView.class.getDeclaredField("vCodeList");
privateField.setAccessible(true);
RecyclerView recyclerView = (RecyclerView) privateField.get(codeView);
recyclerView.setNestedScrollingEnabled(false);
} catch (NoSuchFieldException | IllegalAccessException e) {

}


#Ict_Foysal
#Foysal_Tech
#Android_Studio
#Mohammed_Foysal
#Android_Studio_Bangla
#Android_App_development
#Mohammed_Foysal_Official