안드로이드 앱 개발

프래그먼트안에 리스트뷰 notifyDatasetchanged를 하려면 본문

안드로이드앱/Fragment

프래그먼트안에 리스트뷰 notifyDatasetchanged를 하려면

스텝바이스텝안드로이드 2021. 3. 14. 01:38

adapter.noti가 안먹는다.

 

따라서 액티비티에서 FragmentManger에서 다시 fragment를 생성하게끔 해야한다. 

 

ex)

getSupportFragmentManager().beginTransaction().replace(R.id.frame_container, new Fragment_Memo()).commit();