Advanced Jetpack Compose Previews

Advanced Jetpack Compose Previews
Jetpack Compose provides powerful tools to preview UI components without running the app on a device or emulator. The @Preview annotation is a key feature that enables developers to visualize their UI...
0 Read More

Intercepting requests from WebView

Have you ever wondered how you can intercept ANY requests that your WebView makes in both Android and iOS?Well, turns out that this is possible and not so hard to do. Android For Android it's ...
0 Read More

Local Notifications in Expo

Local Notifications in Expo
I recently created a Pomodoro app. Check it out!With the Pomodoro technique, you schedule out a 25 minute block to focus and then take a short break. My app needed a way to notify you when it was time...
0 Read More