Developing Dev.to Mobile Client With Ktor Networking Layer
Developing mobile client for Dev.to using Ktor library for networking, implementing repository & use case for fetching last articles. Next steps: README update, GitHub project creation, networking layer improvement. Join the project!
So, I am continuing the challenge 100 days of code. I am developing a mobile client for Dev.to. What I did: I spent around two hours for setup networking layer. I chose Ktor library for KMM project, because it is now standard solution for networking. Also, I sometimes see how Ktor is used for pure android projects instead of Retrofit. I implemented repository and use case for fetch data about last articles. It is base implementation, I will improve it in next time. What I will do: Update README file with description of project. Create a GitHub project to manage the tasks for future collabor...