I haven't use anything after Windows Mobile 6, so this is a chance for me to see what's all the
hype is was about
It's currently on open testing on Play Store
For the time being, the library is published to GitHub Packages over here
And from 0.80.0 and onwards, it uses the Compose Bill of Materials instead.
metro version |
BoM version |
---|---|
0.80.0 to 0.101.0 | 2022.11.00 |
0.102.0 to 0.104.0 | 2023.01.00 |
0.105.0 to 0.134.0 | 2023.03.00 |
0.135.0 to 0.141.0 | 2023.08.00 |
0.142.0 to 0.144.0 | 2023.09.01 |
0.146.0 to 0.156.0 | 2023.10.01 |
0.157.0 to 0.160.0 | 2024.01.00 |
0.161.0 to 0.163.0 | 2024.02.00 |
0.164.0 to 0.170.0 | 2024.02.01 |
0.171.0 to 0.172.0 | 2024.03.00 |
0.173.0 to 0.174.0 | 2024.04.01 |
0.175.0 to latest | 2024.05.00 |
Module | Purpose |
---|---|
demo |
Build a simplified Windows Phone 8.1 UI |
metro |
The library that allows others to build Metro-ish apps using Jetpack Compose |
verticalTilesGrid |
The thing that makes the 4-column grid thing possible |
demoAapps |
Just a Kotlin class that keeps list of apps. So kinda registry situation |
seattle |
A real Android launcher that uses the metro theme |
And these are the list of build-in "apps"
Module | App |
---|---|
demoAppDrawer |
Display list of apps |
demoAppRow |
Display a row of app |
demoAppSearch |
Allow searching of apps |
demoBrowser |
Fake Internet Explorer |
demoCalculator |
Calculator |
demoCalendar |
Calendar |
demoLauncher |
Controls what the home screen grid shows |
demoMetroSettings |
Settings and information for the demo app itself |
demoRadio |
Radio app |
demoSettings |
Settings app from WP8 itself |
demoWordle |
The game that was popular and then got bought by NYT |
demoCamera |
📷 |
See CONTRIBUTIONS
See LICENSE
Run the following
./gradlew createModuleGraph
%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
:demoAppDrawer --> :metro
:demoAppDrawer --> :demoApps
:demoAppDrawer --> :demoAppRow
:demoAppSearch --> :metro
:demoAppSearch --> :demoApps
:demoAppSearch --> :demoAppRow
:demoWordle --> :metro
:seattle --> :metro
:seattle --> :demoAppRow
:demoSettings --> :metro
:demoCamera --> :metro
:demoAppRow --> :metro
:demoAppRow --> :demoApps
:demoMetroSettings --> :metro
:demoCalendar --> :metro
:demo --> :metro
:demo --> :demoApps
:demo --> :demoAppDrawer
:demo --> :demoAppSearch
:demo --> :demoBrowser
:demo --> :demoCalculator
:demo --> :demoCalendar
:demo --> :demoLauncher
:demo --> :demoMetroSettings
:demo --> :demoRadio
:demo --> :demoSettings
:demo --> :demoWordle
:demoCalculator --> :metro
:demoBrowser --> :metro
:demoRadio --> :metro
:demoLauncher --> :metro
:demoLauncher --> :demoApps
:demoLauncher --> :verticalTilesGrid