Android frameworks
206 subscribers
40 photos
4 videos
43 files
201 links
Contact admin: @maninblack1234
Download Telegram
Channel created
ReactiveX

You can’t get around functional programming when you develop an app. ReactiveX combines the observer pattern, iterator pattern, and functional programming all in one. It’s a core framework that makes it easy to combine front end and back end, and it’s available for most platforms. We use this framework in most of our Android projects.

#Architecture #RX

https://github.com/ReactiveX/RxJava
Realm

Realm is a powerful framework for mobile databases. It can replace the cumbersome SQLite while being much simpler and faster. With well-written official documentation and simple setup, Realm promises to save weeks of development time. As an added bonus, search speeds with Realm are much faster than with other database frameworks. In terms of the user experience, this means a faster, more agile app. 

#database

https://realm.io/blog/realm-for-android/
Retrofit

Retrofit is a client-server framework for exchanging data between an app and a server. Retrofit is much easier to work with than alternatives such as Google’s Volley library. 

#network

https://square.github.io/retrofit/