Stranger
0
Q:

how add model class to array list

//main class
SomeClass b= new SomeClass();
list.add(b);

//subclass
 Home.MainCategory mainCategory = new Home().getInstranceMainCategory();
                mainCategory.mainCatName = getString(R.string.more);
                mainCategoryList.add(mainCategory);
0

New to Communities?

Join the community