I am just starting with Unity and exploring if it is possible to make something like an Android home app that can show the icons (in a grid view) of all the installed apps. So I was just wondering if there is a concept of something like Android’s adapter that can be assigned to a grid view. If yes, do you know of any such project that I can download from the Asset store?
It’s a game engine so no. There is an asset that exposes the android API but for launchers you’ll have to go with native code in java. Just search for how to create a custom android launcher and info will appear.