└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | # App Development Reading List
2 |
3 | - List of things I find interesting.
4 |
5 | 
6 |
7 |
App Development Reading List
8 |
9 | [Monte Carlo Search Tree](https://en.wikipedia.org/wiki/Monte_Carlo_tree_search)
10 | [Minimax Algo for Card Game ](https://medium.com/@alex.z.mcginnis/using-the-minimax-algorithm-to-create-a-simple-two-player-game-b58f8d8300ab)
11 | [Card Game Algo](https://stackoverflow.com/questions/12666119/using-minimax-search-for-card-games-with-imperfect-information)
12 | [Swift for Jetpack Compose](https://chrisbanes.me/posts/swiftui-for-jetpack-compose-devs-state/)
13 | [App Icon Theory](https://uxdesign.cc/7-principles-of-icon-design-e7187539e4a2)
14 | [Key takeaways from Airbnb’s winter redesign](https://uxdesign.cc/key-takeaways-from-airbnbs-winter-redesign-c1de0efa7818)
15 | [Understanding App Architecture for Cross platform mobile app development. (iOS and Android)](https://medium.com/@niranjanky14/understanding-app-architecture-for-cross-platform-mobile-app-development-ios-and-android-5d6ba3c82554)
16 | [Offline mode in the Licious Rider App](https://tech.licious.com/offline-mode-in-the-licious-rider-app-56b7d31070b1)
17 | [Software Architecture and Design Trend 2023](https://danielfoo.medium.com/software-architecture-and-design-trend-2023-f55ecfbcfcc0)
18 | [Implement Clean Architecture in Android](https://medium.com/simform-engineering/clean-architecture-in-android-12d61c4f5318)
19 | [Component-based Approach. Fighting Complexity in Android Applications](https://itnext.io/component-based-approach-fighting-complexity-in-android-applications-2eaf5e8c5fad)
20 | [Using C/C++ in Android: A Comprehensive Guide For Beginners](https://medium.com/proandroiddev/using-c-c-in-android-a-comprehensive-guide-for-beginners-8a870cf3dba6)
21 | [Enhanced PhonePe User Experience](https://www.behance.net/gallery/185379955/Enhanced-PhonePe-User-Experience)
22 | [No, AI user research is not “better than nothing”—it’s much worse](https://uxdesign.cc/no-ai-user-research-is-not-better-than-nothing-its-much-worse-5add678ab9e7)
23 |
24 |
25 |
26 |
27 |
28 | Android Development Questions and Topics
29 | Please Click On The Photos To Learn More About The Topics
30 |
31 | -> Android Interview Questions
32 |
33 |
34 | -> Android KMM Part 1
35 |
36 |
37 | -> Android KMM Part 2
38 |
39 |
40 | -> Android Beginner Friendly Projects
41 |
42 |
43 | -> Android Explanation - Dagger 2 and Dependency Injection Part 1
44 |
45 |
46 | -> Android Explanation - Dagger 2 and Dependency Injection Part 2
47 |
48 |
49 | -> Android Manifest File Explanation
50 |
51 |
52 | -> Android Dagger Hilt Explanation Part 1
53 |
54 |
55 | -> Android Dagger Hilt Explanation Part 2
56 |
57 | -> Android Dagger Hilt Explanation
58 |
59 | -> Exploring Android Projects for Beginners
60 |
61 | -> Mastering the Android Developer Interview: Essential Topics and Tips for Success
62 |
63 | ->Lessons from Developing an Inventory Management System App for a Client
64 |
65 | How to Make an Android App2023: Ultimate Workflow Guide
66 |
67 |
68 | Supercharge Your Developer Productivity: Top Tips and Tricks for Maximum Efficiency in 2023
69 |
70 |
71 | Effective App Testing Strategies for Android: A Developer’s Guide for App Testing (Part -1)
72 |
73 |
74 | Effective App Testing Strategies for Android: A Developer’s Guide for App Testing (Part -2)
75 |
76 |
77 | Embracing the Versatility of Enum Classes: Exploring Basics of Enum Classes in Kotlin
78 |
79 |
80 | Struggling with Android Development? Explore These Beginner-Friendly Project Ideas!
81 |
82 |
83 | What is Gradle from Basic to advance: Understanding the Building Blocks of Android Development
84 |
85 |
86 | ULTIMATE Roadmap for beginner Android developers. Track your progress and grow.
87 |
88 |
89 | ULTIMATE Roadmap for beginner Android developers
90 |
91 |
92 | Android Development Journey
93 |
94 |
95 |
96 | Why is there a need for Mapper in Android architecture?
97 |
98 |
99 | How much Data Structure and Algo an Android developer needs?
100 |
101 |
--------------------------------------------------------------------------------