Open ankan10 opened 3 years ago
@ankan10 You can try contributing on this. I have developed it even in a better way... https://github.com/Haid-Faiz/Conduit Don't forget to star it... if you found this repo helpful.
@Haid-Faiz Actually I also did it and am on my way to improve more things on it :) I will check yours out.
Here is the link to the file. https://github.com/coding-blocks-archives/Conduit_Android_Kotlin/blob/master/app/src/main/java/io/realworld/android/ui/feed/MyFeedFragment.kt
A small issue in line:45 of the MyFeedFragment.kt file is using the global feed fragment as an action when the item is tapped else the app will crash as soon as the item is tapped in My Feed. Ideally it should be R.id.action_myFeed_openArticle
Please let me correct this even it's small and help me to begin the opensource journey with this issue. Thank You @championswimmer