Skip to content
/ cm_arms Public

A mobile interface for armslist.com. Using it to learn Kotlin, Room and Coroutines

License

Notifications You must be signed in to change notification settings

slai47/cm_arms

Repository files navigation

Unofficial ArmsList Android App

ArmsList App Icon

A instant android app using the bottom navigation bar for navigation, MVVM and MVP architectures when needed and Coroutines for threading and optimizations. Uses JSOUP to parse data but could be easily transfered to a thrid party API if given using Retrofit. Room is used to store data in a database in memory. Besides filtering, data is reset on relaunch of the app and filters are cleared out every launch.

MVVM & MVP

I used each where they made the most sense. MVVM for the Feed and MVP for the Filter code. Feed uses LiveData to keep the adapter updated from Room.

MVP to clean up the Geocode API out of the FilterFragment.

Used a few different ideas here from observer pattern, LiveData, interface callbacks, eventbus and more in this app. Just to test and play with each type.

Libraries used

Information

This app was just another app for me to test my skills (Kotlin, Retrofit Room, MVVM+MVP and instant app) and make something I wanted for myself and potentially others. ArmsList.com mobile website and searching on mobile is a bit poor as of Nov 2018, so I went about making an app for them potentially to instantly load on a phone and help simplify their mobile app experience. If you are from ArmsList and want to chat more, contact me and we can make this more official. Would love to help with that. Yes this app scraps the website. I would absolutely love to have an API endpoint to hit and it wouldn't take me long to change that.

In App Photos

App Photos

About

A mobile interface for armslist.com. Using it to learn Kotlin, Room and Coroutines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages