-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestphase-2Performance & StabilityPerformance & Stability
Description
Description
BottomNavigationBar converts vector drawables to bitmaps on every frame, causing performance issues.
Current Problem
getBitmapFromVector() is called in draw methods, creating new bitmaps repeatedly.
Solution
- Cache converted bitmaps
- Only regenerate on size change or drawable change
- Recycle old bitmaps properly
Impact
- Reduced memory allocations
- Smoother rendering
- Lower GC pressure
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestphase-2Performance & StabilityPerformance & Stability