mirror of
https://github.com/KunalRaghav/YAL.git
synced 2026-03-13 08:10:51 +08:00
Added readme
This commit is contained in:
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
9
Readme.md
Normal file
9
Readme.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# **YAL** : Yet Another Launcher
|
||||
|
||||

|
||||
|
||||
**YAL** is a simple android home screen replacement app and was created an example to show how an android launcher is made.
|
||||
|
||||
It will be a minimalist app launcher by design.
|
||||
|
||||
https://medium.com/@KunalRaghav/building-yal-yet-another-launcher-a-rudimentary-app-launcher-1b3164c2f473
|
||||
@@ -16,8 +16,9 @@ class MainActivity : AppCompatActivity() {
|
||||
mainBinding = ActivityMainBinding.inflate(layoutInflater)
|
||||
val view = mainBinding.root
|
||||
setContentView(view)
|
||||
|
||||
resolvedApplist = this.packageManager.queryIntentActivities(Intent(Intent.ACTION_MAIN,null).addCategory(Intent.CATEGORY_LAUNCHER),0)
|
||||
resolvedApplist = packageManager
|
||||
.queryIntentActivities(Intent(Intent.ACTION_MAIN,null)
|
||||
.addCategory(Intent.CATEGORY_LAUNCHER),0)
|
||||
val appList = ArrayList<AppBlock>()
|
||||
|
||||
for (ri in resolvedApplist) {
|
||||
|
||||
BIN
images/Banner.png
Normal file
BIN
images/Banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Reference in New Issue
Block a user