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
[[Deprecated] Recycler view] Its too much work when I need a simple list to experiment some stuff in Android. This file to my rescue. #android_snippet #android
// add the following in activitymRecyclerView.setLayoutManager(newLinearLayoutManager(this));
CustomAdaptercustomAdapter = newCustomAdapter(this, null);
mRecyclerView.setAdapter(customAdapter);