@@ -2,23 +2,23 @@ Are you an Android developer or tester tired of the constant struggle with manag
22
33Say goodbye to manually typing long URLs or searching through notes. With Deepr, you can focus on what matters: building and testing great apps.
44
5- ** Features:**
5+ Features:
66
7- * ** Save and Organize Deeplinks:** Easily store and manage a list of frequently used deeplinks.
8- * ** Launch Deeplinks:** Test and verify deeplink behavior by launching them directly from the app.
9- * ** Search:** Quickly find specific deeplinks from your saved list.
10- * ** Sort:** Organize your deeplinks by date or open counter in either ascending or descending order.
11- * ** Open Counter:** Keep track of how many times each deeplink has been opened.
12- * ** Home Screen Shortcuts:** Create shortcuts for your most-used deeplinks on your device's home screen for quick access.
7+ * Save and Organize Deeplinks: Easily store and manage a list of frequently used deeplinks.
8+ * Launch Deeplinks: Test and verify deeplink behavior by launching them directly from the app.
9+ * Search: Quickly find specific deeplinks from your saved list.
10+ * Sort: Organize your deeplinks by date or open counter in either ascending or descending order.
11+ * Open Counter: Keep track of how many times each deeplink has been opened.
12+ * Home Screen Shortcuts: Create shortcuts for your most-used deeplinks on your device's home screen for quick access.
1313
14- ** Architecture:**
14+ Architecture:
1515
1616The application is built using modern Android development practices and libraries:
1717
18- * ** UI:** The user interface is built entirely with ** Jetpack Compose** , providing a modern and declarative approach to UI development.
19- * ** ViewModel:** ** Android ViewModel** is used to manage UI-related data and handle the state of the application.
20- * ** Database:** ** SQLDelight** is used for local data persistence, offering a lightweight and type-safe SQL database solution.
21- * ** Dependency Injection:** ** Koin** is used for dependency injection to promote a modular and testable architecture.
22- * ** Asynchronous Operations:** ** Kotlin Coroutines** are used for managing background threads and handling asynchronous operations smoothly.
18+ * UI: The user interface is built entirely with Jetpack Compose, providing a modern and declarative approach to UI development.
19+ * ViewModel: Android ViewModel is used to manage UI-related data and handle the state of the application.
20+ * Database: SQLDelight is used for local data persistence, offering a lightweight and type-safe SQL database solution.
21+ * Dependency Injection: Koin is used for dependency injection to promote a modular and testable architecture.
22+ * Asynchronous Operations: Kotlin Coroutines** are used for managing background threads and handling asynchronous operations smoothly.
2323
24- Deepr is a free, open-source project. We welcome contributions from the community! Download now and take control of your deeplink workflow.
24+ Deepr is a free, open-source project. We welcome contributions from the community! Download now and take control of your deeplink workflow.
0 commit comments