Skip to content

Latest commit

 

History

History
84 lines (69 loc) · 5.77 KB

README.md

File metadata and controls

84 lines (69 loc) · 5.77 KB

Introduction

Welcome to my study repository. This repository will be updated with the infos, links and codes that I use in my study journey. It will focus mainly in Algorithms, Android and KMP. All the code is written in Kotlin (but it can change in the future if I change my mind hehehe). I hope it can be as useful to you as it is to me :)

📝 Theory

This section has a list of references used to study the theory of Algorithms, Android and KMP development

💡 Algorithms

📱 Android

Architecture

Clean Architecture

SOLID Principles

Dependency Injection

💻 KMP

Architecture

Dependency Injection

✍️ Exercises

This section has a list of sites with exercises, possible solutions, explanations and etc.

💡 Algorithm

📱 Android

💻 KMP