SyntaxFix
Write A Post
Hire A Developer
Questions
//in fragment page: recyclerView.setLayoutManager(new LinearLayoutManager(this.getActivity(), HORIZONTAL,true)); //this worked for me but before that please import : implementation 'com.android.support:recyclerview-v7:28.0.0'