-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
141 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,62 @@ | ||
# Flaker | ||
--- | ||
hide: | ||
- navigation | ||
--- | ||
|
||
A flaky network simulator for your mobile app. | ||
# Flaker: A Flaky Network Simulator for Mobile App Development | ||
Developing a mobile app that performs flawlessly in the real world requires thorough testing under a variety of network conditions. Introducing Flaker – your assistant tool for recreating real-world network scenarios directly in your mobile app development environment. 📱💡 | ||
|
||
Imagine effortlessly recreating real-world network scenarios directly for your mobile app development. With Flaker,- you gain the ability to mimic a variety of network conditions tailored for mobile app development. | ||
## What is Flaker? | ||
Flaker is a powerful network simulator designed to make your mobile app development process smoother and more efficient. With Flaker, you can effortlessly emulate a wide range of network conditions, enabling you to fine-tune your app's performance and ensure it delivers an exceptional user experience under any circumstance. 🌐🛠️ | ||
|
||
- **Experience Slow Networks**: Wondering how your app performs on a slow network? Flaker lets you replicate these scenarios, helping you fine-tune your app's responsiveness. | ||
- **Emulate Flaky Networks**: Use fail percentage and variance controls to mirror the unpredictable nature of network connections. Get a firsthand feel for the scenarios your mobile app might encounter. | ||
- **Focused Impact**: Flaker only affects your app's network conditions, leaving your device's overall network functionality undisturbed. | ||
## Key Features: | ||
### Experience Slow Networks 🐢 | ||
Ever wondered how your app would perform on a slow and sluggish network? With Flaker, you can replicate these scenarios with ease. Test your app's responsiveness and optimize its behavior under adverse network conditions. 🚀🐌 | ||
|
||
Whether you're a mobile app developer refining user experiences or a tester validating app resilience, Flaker offers an intuitive solution within your development workflow. Elevate your testing strategies and boost your app's performance with Flaker. | ||
### Emulate Flaky Networks 📶 | ||
Network connections in the real world are rarely stable. Flaker allows you to introduce fail percentage and variance controls, mirroring the unpredictable nature of network connections. Gain a firsthand understanding of the challenges your mobile app might face and ensure it remains resilient. 🔮🔌 | ||
|
||
### Focused Impact 🎯 | ||
Flaker is designed to impact only your app's network conditions, leaving your device's overall network functionality undisturbed. This means you can test and fine-tune your app's performance without affecting your entire device's connectivity. 📡🔍 | ||
|
||
## Who Can Benefit from Flaker? | ||
Whether you're a mobile app developer looking to enhance user experiences or a tester seeking to validate your app's resilience, Flaker provides an intuitive and indispensable tool within your development workflow. Elevate your testing strategies and boost your app's performance with Flaker. | ||
|
||
Flaker empowers you to: | ||
|
||
✅ Test under various network conditions | ||
|
||
✅ Optimize your app for slow networks | ||
|
||
✅ Prepare your app for flaky network connections | ||
|
||
✅ Ensure your app's stability and reliability | ||
|
||
✅ Enhance user satisfaction and retention | ||
|
||
## flaker android demo | ||
📺 Checkout the demo here | ||
|
||
<video width="800" controls> | ||
<source src="assets/flaker-android.mp4" type="video/mp4"> | ||
</video> | ||
|
||
## Built with | ||
|
||
**Kotlin:** 🚀 The primary programming language. | ||
|
||
**Kotlin Multiplatform:** 📱🍏 Sharing common logic across Android and iOS. | ||
|
||
**Jetpack Compose**: 🖼️ For building the UI for the Android companion app. Supports dynamic theming. | ||
|
||
**SqlDelight:** 📊 For a shared database and persistence layer between multiple platforms. | ||
|
||
**Jetpack DataStore:** 📦 For the shared persistence layer to store user preferences and configuration of Flaker. | ||
|
||
**Okhttp:** 📡 For creating Flaker for Android apps using Okhttp3 for networking. | ||
|
||
**Ktor:** 🌐 For creating Flaker targeting both Android and iOS apps using Ktor for networking. (🚧 In Progress) | ||
|
||
**SwiftUI:** 🍎 For building the UI for the iOS companion app. Supports dynamic theming. (🚧 In Progress) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters