Verses: A minimalist, industrial-grade declarative UI engine for Android RecyclerView. Build complex lists with 80% less code using Compose-like DSL.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
docs(api): update public api declarations for VersesLogger
2803ac7View on GitHubfeat(core): overhaul performance engine with heuristic diffing and updated API declarations
d3fe2e9View on GitHubfeat(dsl): enforce mandatory key for item() and add overloads for better type inference
bfaf4b7View on GitHubfeat(dsl): implement smart deduping with Fail-Fast in Debug and Auto-Recover in Release
2728831View on GitHubfeat(dsl): enforce mandatory key for items() to ensure DiffUtil correctness and state saving
930a574View on GitHubfeat(core): implement automatic nested RecyclerView state saving and restoration
c4494a4View on GitHubfix(sample): restore fabShuffle click listener to shuffle data in PlayStoreActivity
27c3a3dView on GitHubperf(core): optimize scrolling hot path with instance-level ViewType caching
085c2e1View on GitHubfeat(dsl): add onCreate callback for one-time initialization and high-performance event binding
a9480e8View on GitHubfix(core): prevent Activity context leak in VerseAdapterRegistry using WeakReference
bc60a21View on GitHubrefactor(core): implement Model-Driven Architecture and Autonomous Performance Engine 3.0
e7d088aView on GitHubchore(core): add performance diagnostic logs to trace frame drops
8ed3d8cView on GitHubfeat(sample): add diagnostic sharing with lowercase button styling
9c39896View on GitHub