I was honored to talk with Robby Russell (@robbyrussell) about technical leadership and maintainable code. It was my very first podcast. Hope the content is helpful: Magda Miu: Building a Technical Leadership Career Around Teaching.

I was honored to talk with Robby Russell (@robbyrussell) about technical leadership and maintainable code. It was my very first podcast. Hope the content is helpful: Magda Miu: Building a Technical Leadership Career Around Teaching.

CameraX provides an easy to use api and the purpose of this article is to define a complete guide with different kind of resources about how this api could be easily integrated in our Android apps.

Image analysis and applying extensions when pictures are taken are use cases often accessed by the users. By using CameraX API we are able to implement them in a very simple way. If you want to learn more check the code samples and the theory behind these features in the current article.

I recently presented this talk at mDevCamp – Online edition. More than that I was part of a Virtual 3D world. Great event, awesome organizers and really interesting questions from the audience.
This talk contains the answers for the next questions:

I recently presented this talk at DevTalks Reimagined – Online Edition. This talks contains the answers for the next questions:

It’s time to continue our learning path in Kotlin. The subject covered in this new post is represented by Collections and data operations applied to them.
Collections are actually a set of classes and interfaces that provides high quality implementations of useful data structures and algorithms that help developers to reduce the programming effort and time.

I was happy to participate for the second time at RO MobOS, 2020 edition in Cluj-Napoca. Again, awesome audience, awesome organisers and awesome vibes. I love Cluj! 🙂
Continue reading “[RO MobOS] Clarity is King and Kotlin is Queen”
Continue reading “Android Room Persistence Library: Queries and Migration Support”

Room is an object mapping library that help us, the Android developers, to handle an SQLite database in the Android development. Continue reading “Android Room Persistence Library: Relations”
In February 2018 I was happy to be one of the speakers at MobOS in Cluj-Napoca. It was a nice experience, I received a lot of questions and I was impressed about the big number of the Android developers. My presentation was about Room so in this article I will cover a part of the concepts included in my slides.

Continue reading “Android Room Persistence Library: Entity, Dao, Database”