Best of Android — January 2024
- 1
- 2
Stream·2y
Build a React Native Livestreaming App: A Step-by-Step Guide
Learn how to build a React Native livestreaming app that allows people to interact, chat, and watch events together. The tutorial covers creating a new React Native app, installing the Stream's Video SDK and peer dependencies, configuring iOS and Android specific settings, broadcasting a livestream from an iOS/Android device, rendering the host's video, and running the app on iOS and Android devices.
- 3
Stream·2y
Jetpack Compose: The Android Developer Roadmap
Jetpack Compose is the future of the UI toolkit in Android development. It includes components like Compose UI, State management, Side-effects, and CompositionLocal. You can migrate from XML to Jetpack Compose using practical APIs and modular libraries. Jetpack Compose also provides mechanisms to manage side-effects and pass data through the Compose tree. Stay updated with the Android Developer Roadmap series for more information.
- 4
Medium·2y
KMP vs Flutter. Part 1: Setting everything up.
This post is an introduction to a series of articles comparing Flutter and KMP (Kotlin Multiplatform). It discusses the setup process for both frameworks and highlights the differences in documentation and automation. The upcoming articles will cover various topics such as networking, architecture, debugging, state management, and more.
- 5
Stream·2y
Build an Android and iOS Video Calling App With React Native
This article provides a tutorial on building a feature-loaded React Native video calling app for Android and iOS. It covers prerequisites, installation of the React Native Video SDK, configuring permissions for iOS and Android, setting up home and call screens, and running the app on iOS and Android devices.
- 6