thorbenprimke / realm-recyclerview

A RecyclerView that is powered by Realm and lots more
555 stars 151 forks source link

Can't create a RealmRecycleView Programmatically #115

Closed ahmadalibaloch closed 5 years ago

ahmadalibaloch commented 7 years ago

The first problem when doing realmRecycleView = new RealmRecycleView(mContext); comes is A type has to be specified via XML attribute, which is because there is not default LayoutManager type given and we can't specify it programmatically.