amitshekhariitbhu / Fast-Android-Networking

🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
https://outcomeschool.com
Apache License 2.0
5.68k stars 956 forks source link

Regarding Fast Android Networking latest features support and new update #606

Open niravtopsy opened 1 year ago

niravtopsy commented 1 year ago

First of all this is not the issue but this is the features that i want to add in this library.

Fast Android Networking is a great library for Android/Kotlin for networking calls. It is a very simple, and time saving library and provides all the benefits of retrofit. We are able to use any type of methods like get, post, delete, download, upload or any type of encoded url or other url very easily.

Retrofit is very hard to use for different types of methods we have to use like get, post , upload, download etc and it is very complex to understand. And there are no simple documents to implement it. So, I preferred the Fast Android Networking library over all other networking libraries.

I see that Fast Android Netwokring library has not been updated for the last 5 years, So i am worried about it, It is chance for it to shut down in the near future? There are lots of new features that have come in the last 5 years. and now jcenter() is also deprecated and will close soon, and we are required to add jcenter() to use this library because this library supports java.

Please can anyone tell me the future of this library and why this team is not updating this library? Can we have to move Fast android networking to Retrofit? Can we get a new update of Fast android networking soon as jcenter() is deprecated?

@amitshekhariitbhu

Mirzamujammil commented 1 year ago

@niravtopsy is it working or not now , should i learn Retrofit instead of fast android networking, i am beginner .

niravtopsy commented 1 year ago

Hello @Mirzamujammil It is working now, but I am not getting any reply regarding its future update. So if you are a beginner then it is good to learn Retrofit.