DEV Community

Cover image for Day 18. Comment
Kiolk
Kiolk

Posted on

Day 18. Comment

At present, solo development is the longest path to success. If you want to achieve a higher goal, you should think through the lens of collaboration. At this point, you need to be more than just a developer; you should lead and motivate people to join and work alongside you.

What I did:

Today, I spent a lot of time trying to display comment text that contains HTML elements. I decided to use a WebView to display it. In general, this approach worked, but I had trouble making the content changeable depending on the theme. It only displayed in the light theme. I tried different approaches, but none of them worked. I paused this work and postponed it for the future. 
Comment element
Additionally, it requires implementation on the iOS side. To keep this task in focus and make it easier for another developer to implement, I created an issue for it and placed it in the project. I also think that I should be more organized and track my tasks in the GitHub project. This is very important because I want to collaborate on this project, and clear task tracking is essential. If you want to help me with this application, feel free to connect me. 

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

See you tomorrow. 

Top comments (0)