Commit 6f22635
authored
chore: readme update with real examples (#314)
## Summary
Update readme with examples from the test app.
## How did you test this change?
<!--
Frontend - Leave a screencast or a screenshot to visually describe the
changes.
-->
## Are there any deployment considerations?
<!--
Backend - Do we need to consider migrations or backfilling data?
-->
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Refreshes README session replay masking examples (XML, View
Binding/Data Binding, Compose) with realistic code and switches
LoginActivity to ComponentActivity.
>
> - **Docs (sdk/@launchdarkly/observability-android/README.md)**:
> - **Session Replay / Masking examples**:
> - XML Views: update `LoginActivity` sample to use `ComponentActivity`;
simplify imports.
> - View Binding/Data Binding: replace `Fragment` example with
`onCreateView` using `SettingsPageBinding` and mask `toolbar` via
`ldMask()`.
> - Jetpack Compose: replace generic `TextField` with
`OutlinedTextField` ZIP code example, add `KeyboardOptions`, and apply
`Modifier.ldMask()`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
afe4bff. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 50723a3 commit 6f22635
1 file changed
+20
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | 181 | | |
185 | 182 | | |
186 | | - | |
| 183 | + | |
187 | 184 | | |
188 | 185 | | |
189 | 186 | | |
| |||
197 | 194 | | |
198 | 195 | | |
199 | 196 | | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 197 | | |
204 | 198 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
212 | 209 | | |
213 | 210 | | |
214 | 211 | | |
| |||
219 | 216 | | |
220 | 217 | | |
221 | 218 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | 219 | | |
227 | 220 | | |
228 | 221 | | |
229 | 222 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
234 | 231 | | |
235 | 232 | | |
236 | | - | |
| 233 | + | |
237 | 234 | | |
238 | 235 | | |
239 | 236 | | |
| |||
0 commit comments