Intro ์๋ ํ์ธ์. ์ด๋ฒ ์๊ฐ์๋ ์ฝํ๋ฆฐ์ ๋ชฉ๋ก์ ๋ฐ์ดํฐ๋ฅผ ์ถ๊ฐํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค. How to do ์๋ฅผ ๋ค์ด ๋ค์๊ณผ ๊ฐ์ด arrayList ๊ฐ ์๋ค๊ณ ๊ฐ์ ํด๋ด ์๋ค. val arrayList = ArrayList() addAll() ํน์ add() ๋ฉ์๋๋ฅผ ํตํด array List์ ๋ฐ์ดํฐ๋ฅผ ์ถ๊ฐํ ์ ์์ต๋๋ค. arrayList.addAll(countryList) arrayList.add(0, categoriesData(41, "All Categories")) arrayList.add(1, categoriesData(42, "Favorite"))