retrofit-implementation
retrofit-implementation copied to clipboard
Details about Android App and server connection using Retrofit Network library is given in my blog site. Please be mentioned the blog is written in Bengali. If you know Bengali, you are most welcome....
Network call (GET and POST method) with Retrofit Library
Have any suggestion? Any advice for good practice? Please send me a pull request.
Quick Links of this Repository:
Does this implementation make sense? Go for best practice...
I created different-network-layer branch in this repository for a better implementation. In master branch I called Retrofit methods from my Activity class. But the network related implementation should in a different network layer not in view layer. You'll find an abstraction layer in this implementation. Click here for full source code.