QuineLauncher is a home/launcher app for Android devices that displays a subset of installed apps and hides the rest. The displayed apps are customizable and the app icons can be made bigger. The launcher also shows the device's IP address and the name of the OS.
- Clone the repository.
- Open the project in Android Studio.
- Build the project and run on an emulator or physical device.
The launcher app will display a subset of installed apps. Tap on an app icon to launch the app.
To customize the displayed apps:
- Open MainActivity.kt.
- Edit the
appList
variable to contain the package names of the desired apps.
To change the size of the app icons:
- Open app_item.xml.
- Change the
layout_width
andlayout_height
attributes of the ImageView to the desired size.
To change the title of the launcher and show the device's IP address:
- Open MainActivity.kt.
- Edit the
title
variable to the desired title. - Edit the
ipAddress
variable to the IP address of the device.