Pedro Santos
Pedro Santos

I am a seasoned mobile developer with over four years of hands-on experience, specializing in Kotlin. I have a proven track record, having worked with renowned multinational companies such as IBM and Indra.

Contact me

2024 © Pedro Santos

Delegates in Kotlin pt.1 - Property Delegates

Delegates in Kotlin serve as a powerful feature for implementing the Delegate Pattern, which falls...

2024, Mar 10   —  6 minute read

UiState - Centralize you screen states in a simple way

UI state encompasses the current configuration and behavior of an application’s visible components. This includes...

2024, Jan 23   —  3 minute read

Create custom gradle files to optimize your project

When configuring large projects with multiple modules, it’s common to encounter a significant amount of...

2023, Dec 27   —  4 minute read

Creating a RecyclerView with binding and itemDecoration

The RecyclerView is a powerful tool for efficiently displaying data lists in Android applications. It...

2023, Dec 27   —  6 minute read

Using buildSrc for dependency management in Kotlin modular projects

In Kotlin modular projects, efficient dependency management is crucial for smooth and organized development. This...

2023, Dec 17   —  2 minute read