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
-
You do not know the native APIs if you're using a cross compiler toolchain... Try working on the bare metal with Kotlin on Android or Swift on iOS. Trust me - it's not as bad as it used to be...
-
@theZorgEffect I may not truly know them in a native sense... However the way Xamarin is designed you do work with the native apis, just translated to C#
I understand how the native apis operate, coding native from there isn't scary to me :) that's why I value Xamarin -
I think xamarin is better for programming in android than android studio and java.
Who in its full senses though java was a better choice for default language in a mobile platform. And fucking gradle.... -
@saiphp it will certainly stretch your knowledge if you invest far enough into it :)
-
saiphp11798y@tylerhartwig i am now php developer and developing api for some app. And i think that it's way faster and better if the Android or ios dev knows how to make api or knows how api works.
-
@saiphp I agree, this has always been a struggle when I try to consume an api, there needs to be some accepted auto generated standard for this... Is there one?
Hopefully soon I'll make my own api for something for fun :) -
saiphp11798y@tylerhartwig i am not experienced enough making api but I'm learning a lot this past week. And rest api makes it more understandable for me. Trying to use Laravel, hoping my company will agree, Codeigniter is good though. But I want to evolve.
Related Rants
Cross platform mobile with Xamarin, an internship asked me to learn Xamarin for them, I found that the docs Xamarin had were surprisingly helpful compared to other places
After continuing to pursue mobile with Xamarin I now feel I know multiple native apis very well (iOS and Android) and have found my favorite language (C#) so I've also learned a ton about how code and compilers work and all sorts of other things
Xamarin has been an incredible learning tool
undefined
xamarin
mobile
learning
wk40