farukyavuz / SpaceX

SpaceX api android client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Challenge (Kotlin)

Android challenge application with SpaceX api.

Debug Apk Demo

Download

Preview

preview

Libraries

    //Network
    implementation 'com.squareup.retrofit2:retrofit:2.5.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
    implementation 'com.google.code.gson:gson:2.8.5'

    //Picasso
    implementation 'com.squareup.picasso:picasso:2.71828'

    //Other
    implementation 'com.github.clans:fab:1.6.4'

    // ViewModel and LiveData
    implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'

About

SpaceX api android client.


Languages

Language:Kotlin 100.0%