Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.3 KB

Twitter Rank Android Application

This is an open-source project connected to Formaloo CDP to calculate a tweeter and his/her followings rank. For each tweeter you have a customer in CDP database. each customer has a field named score, that is calculated by CDP based on the tweeter account information like number of tweets, age of the tweeter account etc.

https://en.formaloo.com/developers/

Installation

Clone this repository and import into Android Studio

git clone https://github.com/formaloo/twitter-rank.git

The App

You can install TwitterRank APK on your phone.

ScreenshotsScreenshots

Archi

  • MVVM: Model View ViewModel with LiveData.

Api Token

To access CDP API token you need an account on Formaloo CDP. After sign in to your account go to connection tab and copy the provided key.

You can create your own Twitter developer account to get BEARER_TOKEN and replace yours.

Libraries used

The application supports Android 4.4 KitKat (API level 19) and above.

  • Kotlin
  • AppCompat, CardView and RecyclerView
  • Coroutines
  • Koin di
  • Retrofit 2
  • Glide
  • MPAndroidChart, speedView