Florian Bouron 🇫🇷🇵🇱
banner
florianbouron.bsky.social
Florian Bouron 🇫🇷🇵🇱
@florianbouron.bsky.social
Building React Native apps, I will share what I learn during my journey right here #ReactNative #Expo
I am getting ready to submit to Apple!
Double-checking that everything works properly...
#BuildInPublic
May 14, 2025 at 6:27 PM
What’s an Activity in Android?🤔

In Android, an Activity is basically where the UI lives and user interactions happen. It also handles key events like:

- Showing UI components 🖼️
- Responding to user input
- Managing screen lifecycle (create, pause, stop, etc.)

#AndroidDev #Kotlin #Java #MobileDev
January 24, 2025 at 1:16 PM
What’s an AppDelegate? Let’s break it down!

In iOS dev, the AppDelegate is like the “command center” of your app 🚦. It handles system-level events, like:

- The app launching 🚀
- Notifications coming in
- Managing app state (active, background, sleep)

#iOSDev #Coding #ReactNative #MobileDev
January 23, 2025 at 9:19 AM

💡 Did you know?
With React Native, you can use deep linking to open specific app screens directly via URLs (e.g., myapp://profile/123). It’s perfect for personalized navigation! Just set up URL schemes in AndroidManifest.xml & Info.plist. Try it out! 🚀 #ReactNative #Mobile #React
December 30, 2024 at 10:28 PM