ylliX - Online Advertising Network

I made my first library

Hi all, I’ve created a new tab layout library for Android Views! Unlike other libraries, this one supports adaptive tabs. This means that on larger screens, the tabs expand to fill the screen, while on smaller screens, they become scrollable for better usability. I hope you find this library helpful. If you do, please consider […]

Collapsing Toolbar in Compose— PART 2

We aim to create an interface with a lazy list where scrolling causes the top card to transform into a toolbar, with a smooth, curved path transition effect. What You’ll Learn Creating custom layouts Resizing layouts based on states (collapsed or expanded) Combining lazy list scrolling with screen content Working with nested scrolling and NestedScrollConnection […]