-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Databinding sample using NewsApi in Kotlin #28
Comments
@rajtheinnovator It was Greta who was going to do kotlin version of NewsApi. But I don't know where she is regarding that. |
@OyaCanli for now let's go with the article and when Greta gets time, she can do the sample. But just in case, it she'd not be free by that time, one of me or you can do that Kotlin version. |
@rajtheinnovator Sorry I forgot to inform you. I have talked to Greta, she was still in hospital then. (Hopefully they returned home now) She said she'll be busy for a while and that I can do it if I am willing and if I want it to be done sooner. So I'll be doing that one as well. No big deal, kotlin practice for me ;) And I copy paste resources from java version. It''s not gonna take much time. |
Sure thing, @OyaCanli 👍 Please continue with it and let me know if any help is needed from my side. |
@rajtheinnovator Already made it up and running :) But I need to polish kotlin code. |
@OyaCanli as the api we're using is returning 20 items in a single call, so I think it's safe to use the method For the part of coroutines, I think it's a special topic in itself and not many developers are still used to it, specially the ones trying Kotlin first time. So maybe we should leave it for other separate repository. |
We are returning only 10 items in fact. Ok, cool. Thanks! |
@GretaGri I think you were working on this branch: https://github.com/enpassio/Databinding/tree/dev-databinding-newsapi-kotlin Have you done it? If so, can you make a PR in the respective branch? Or is it that, this is already implemented by you @OyaCanli on your side?
The text was updated successfully, but these errors were encountered: