shlogg · Early preview
Kiolk @kiolk

Implementing Reusable Screens With Composition In Android App

Monday is the hardest day of the week due to many tasks and meetings. I'm tackling project issues with composition approach, updating README and fixing comment element. Help needed: designer, Android/KMM developer, other contributors welcome.

Monday is the hardest day of the week, at least for me. A lot of tasks come up on Monday, and there are many meetings. Maybe I just caught a cold after the party last weekend.
What I did:
This is just a report. I added logic to handle the opening screen with articles related to the selected tag. I noticed that this screen looks similar to the home screen, except it has a header on top. Several other screens will also look similar. So, I need to create something reusable. I have two ways of solving this problem: composition or inheritance. In most cases, composition is more flexible, so I will...