The Temper concept is a job search tool for freelancers. Using this sample app, freelancers can view and filters jobs to their likings. The design relies heavily on card based components that represent the specific job and its (upcoming) shifts, client / job rating, number of applications and open positions.The temper android application specialy developed for Gapstars.net (Sri Lanka) (interview technical assignment) using Model–view–viewmodel (MVVM) architectural pattern with android Sdk 28 material design components.
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.0'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
implementation 'com.github.bumptech.glide:glide:4.8.0'