Skip to content

Commit 3aec3eb

Browse files
authored
Merge pull request #7 from mohdaquib/fix-readme
Remove unused data module from build configuration and clean up READM…
2 parents e899cba + be4082f commit 3aec3eb

10 files changed

Lines changed: 0 additions & 48 deletions

File tree

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,6 @@ DetailLiveUpdateBadge(tick = tick) // recomposed on every tick
334334

335335
## LayoutInspector screenshot gallery
336336

337-
> Replace the placeholder paths below with screenshots captured in
338-
> **Android Studio → App Inspection → Layout Inspector** while the app is running.
339-
> Enable **Recomposition Highlighting** (the colour-coded recompose-count overlay)
340-
> to visualise exactly which composables recompose on each frame.
341-
342337
### 1 · Unoptimized scroll — recomposition storm
343338

344339
![Recomposition storm on UnoptimizedAnimatedListScreen](docs/screenshots/recomposition_unoptimized.png)
@@ -370,16 +365,6 @@ prevents cascading recompositions from `likeCount` changes.*
370365

371366
---
372367

373-
### 4 · `graphicsLayer` node in the component tree
374-
375-
![graphicsLayer node shown in Layout Inspector component tree](docs/screenshots/graphicslayer_tree.png)
376-
377-
*The Layout Inspector's component tree shows a `GraphicsLayer` wrapper around each card.
378-
This is the draw-phase boundary: everything below it can update without causing the
379-
subtrees above it to recompose.*
380-
381-
---
382-
383368
### 5 · System trace — startup before and after
384369

385370
![System trace comparison: baseline vs optimised startup](docs/screenshots/systrace_startup_comparison.png)

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ baselineProfile {
5757
}
5858

5959
dependencies {
60-
implementation(project(":data"))
6160
implementation(project(":ui"))
6261

6362
implementation(libs.androidx.core.ktx)

data/build.gradle.kts

Lines changed: 0 additions & 23 deletions
This file was deleted.

data/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

data/src/main/java/com/aquib/androidperflab/data/Repository.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.
253 KB
Loading
89.4 KB
Loading
78.2 KB
Loading
257 KB
Loading

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ dependencyResolutionManagement {
2424

2525
rootProject.name = "AndroidPerfLab"
2626
include(":app")
27-
include(":data")
2827
include(":ui")
2928
include(":benchmarks")

0 commit comments

Comments
 (0)