Sample Android app in Kotlin for viewing live trading product feed.
- Gradle build tools
- Requires Java 8
Important note: to use the services you need to add your auth token to project local.properties file like this: authToken="{auth token}"
- Start mock service by running
java -jar bux-server.jar
on your local host (not included in the project) - Run the app in the emulator
- Auth token needed to access the servers
- MVVM (Model-View-ViewModel)
- Android Arhitecture Components
- LiveData
- RxKotlin
- Data Binding
- Google/Dagger - Dependency injection
- Square/Retrofit - HTTP RESTful connections
- Tinder/Scarlet - WebSocket connections
Copyright (c) 2018, Match Group, LLC
All rights reserved.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL MATCH GROUP, LLC BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- OkHttp 3
- Square/Moshi - JSON adapter
- Chuck - Network interceptor
- Ktlint - An anti-bikeshedding Kotlin linter with built-in formatter
- Detekt - Static code analysis for Kotlin
- ThreeTenABP - An adaptation of the JSR-310 backport for Android
- Espresso - UI testing framework
- ProGuard - Code obfuscation
- CircleCI - Continuous integration
- Firebase - Analytics
- Android Jetpack/Navigation - Android navigation framework
PERSONAL PROJECT - NOT INTENDED FOR COMMERCIAL USE