In this directory, you will find at least:
- app: directory containing the directory src. The latter contains the directory main which itself contains the directory java/com/example/listviewinlistview, res and the Android manifest.
- java/com/example/listviewinlistview: directory containing the main java source code.
- res: directory containing other directories such as drawable, layout, menu and raw.
- drawable: directory containing color themes which are used for pop-ups and images
- layout: directory containing a .xml classes corresponding to the layouts
- menu: directory containing options for a menu
- raw: directory containing .mp3 files
- Download Android Studio (https://developer.android.com/studio)
- Add the emulator Pixel 2 API 29 in the device Manager inside the app
- Open Android Studio and create a new project called "listviewinlistview"
- Download the zip of the code, extract the information and add them inside the directory "listviewinlistview" inside Android Studio as such:
- On top is located an icon indicating "Edit Configuration", click on it and edit the configuration as such:
- Once this is done the code may be launched