Chandan Sharma
Software Developer Engineer II
Chandan is a software developer from India living in Bangalore. He’s really into exploring and learning different mobile technologies. He enjoys writing code, reading tech blogs, picking up new skills, and solving problems in the mobile tech world.
Chandan is working at Sixt since 2023, started as an SDE 2 in the Branch operations Team, and continued as a developer in the same team.
Posts by Chandan Sharma:
Jetpack Compose: A New Era of Android UI Design
Introduction
Creating user-friendly interfaces in Android app development has always been a tough task. But now, Google’s Jetpack Compose is here to change the game. It’s a new toolkit that makes designing Android UIs a whole lot easier. This explanation gives you the inside scoop and practical skills to make stunning user interfaces using code examples.
In the past, we relied on XML-based layouts for Android apps, which could get pretty complicated. But Jetpack Compose is different. It uses a declarative approach, meaning you tell it how you want your UI to look, and it takes care of the rest. This makes UI development simpler, more efficient, and better suited for the dynamic nature of modern Android apps. So, with Jetpack Compose, you can create beautiful and responsive user interfaces that truly connect with your users.
read more