DEV Community

Cover image for Day 19. 1 percent
Kiolk
Kiolk

Posted on

Day 19. 1 percent

I remember an interesting thought: for each action you do regularly, you should try to improve it by at lest 1 percent or even less; it doesn't matter. Over time, you will see significant progress. 

What I did:

I worked on implementing actions for the article item: opening the article, opening a selected comment, and opening the profile. It wasn't difficult. I was more concerned about which argument I need to pass when the screen opens. For example, I currently send three different parameters separately to open the article screen; maybe in the future I will rewrite it to send just one object. 

I constantly think about how to display web-formatted text in the application. I need to explore different approaches, and I need more time for this. I remember a similar solution for displaying pages with code in a GitHub application, which was released before the official app. This feels like R&D task.

What I will do:

  • Add Detekt(a static code analysis tool) to the project.
  • Update README file with description of project.
  • Create a GitHub project to manage the tasks for future collaboration.
  • Fix comment element

If you want to join the project, just leave a comment here, or write a message in LinkedIn.

What help I'm looking for:

Designer (create design of application in Figma)
Android/KMM developer
Any other help related to the project.

My timeline:

Day 1. Deep breath and dive
Day 2. Networking layer.
Day 3. Loading of articles.
Day 4. ArticleItem.
Day 5. Localization.
Day 6. Work on Sunday.
Day 7. First week.
Day 8. Enjoying coding.
Day 9. Expect/actual.
Day 10. TODOs.
Day 11. Friday evening.
Day 12. Frustration.
Day 13. Blocker
Day 14. Monday
Day 15. Reactions
Day 16. Feed
Day 17. stringWithFormat
Day 18. Comment

See you tomorrow. 

Top comments (0)