Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
j0n4s54342yYou could juste use normal http requests and parse the json. Maybe write some helpers for your specific api.
-
If you want to get a job, yes. For basic usage, it's pretty simple to use.
You can consider using smth like ktor tough. -
rittmann1052yYes, in almost every project that I've worked had the retrofit implemented, we have others ways as using the HttpClient "directly" as the retrofit do. There are libs as ktor that also gives you a way to communicate with a REST API, but retrofit for sure is the major one.
What I did when i was learning was learn how to make the communication in a low level and then I when U tried to learn the retrofit it was easier.
If u have any doubt about it you also can call one of us, even in PT-br, my language, we have a lot of good article about it, and in English Im sure that you can find a good piece of work, examples on GitHub and Medium.
Anyway, I can try to help you with it if you wanna -
@Siko Kotlin is basically requirement for Android development. Not sure about other platforms, but it's getting very popular, especially in favour of Java.
Related Rants
for android mobile dev
do we really need to learn retrofit?i know that is part of RestApi, but retrofit is really hard to learn and less tutorial about it,maybe if anyone good information its really helpfull for begginer like me,thanks.
question
newbie
mobiledev
rants