Re: performance issues. I made a very simple app w...
# compose-wear
b
Re: performance issues. I made a very simple app which is just a list of
Chip
. My device is a Fossil Q Explorist Gen 3 (bluegill). • Running the debug apk: extremely laggy, lots of dropped frames (expected) • Running the release apk: ◦ After running
adb shell cmd package bg-dexopt-job
and making sure it shows as
speed-profile
in dumpsys ◦ Less laggy but still not smooth, lots of dropped frames ◦ Definitely not as smooth as a RecyclerView (compare with the system menus in the video) ◦ Video here • Project is here (
perf-tests
branch) • Release apk is here