Coder Social home page Coder Social logo

rick-morty-api's Introduction

Ricky Morty API

Introduction :

BIGIO Mobile Dev - Take Home Challenge

Table of Contents

Features :

  • List of character
  • Detail character
  • Favorite character
  • Search character

Libraries :

  • AndroidX Libraries:
    • androidx.core:core-ktx:1.12.0: Provides Kotlin extensions for Android core libraries.
    • androidx.appcompat:appcompat:1.6.1: Compatibility library for modern Android features on older devices.
    • com.google.android.material:material:1.9.0: Material Design components and styles for Android.
    • androidx.constraintlayout:constraintlayout:2.1.4: Android's flexible and efficient layout manager.
    • androidx.test:core-ktx:1.5.0 and androidx.test.ext:junit-ktx:1.1.5: Core and JUnit extensions for Android testing.
    • junit:junit:4.13.2: Unit testing framework for Java.
    • androidx.test.ext:junit:1.1.5 and androidx.test.espresso:espresso-core:3.5.1: Espresso for UI testing on Android.
  • Image Handling Libraries:
    • de.hdodenhof:circleimageview:3.1.0: Circular ImageView for Android.
    • com.github.bumptech.glide:glide:4.16.0: Image loading library for Android.
  • Networking Libraries:
    • com.squareup.retrofit2:retrofit:2.9.0: Type-safe HTTP client for Android and Java.
    • com.squareup.retrofit2:converter-gson:2.9.0: Gson converter for Retrofit.
    • com.squareup.okhttp3:logging-interceptor:4.11.0: Logging interceptor for OkHttp.
  • Paging Library:
    • androidx.paging:paging-runtime-ktx:3.2.1: Library for gradually loading information on demand from data sources.
  • Lifecycle and Activity Libraries:
    • androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 and androidx.lifecycle:lifecycle-livedata-ktx:2.7.0: Kotlin extensions for ViewModel and LiveData.
    • androidx.activity:activity-ktx:1.8.2: Kotlin extensions for Activity
  • Coroutines Library:
    • org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1 and org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1: Kotlin Coroutines for asynchronous programming.
  • Room Database:
    • androidx.room:room-runtime:2.6.1: Persistence library for Android, part of Android Jetpack.
    • androidx.room:room-compiler:2.6.1: Annotation processor for Room.
  • Testing Libraries:
    • androidx.room:room-testing:2.6.1: Testing components for Room.
    • androidx.arch.core:core-testing:2.2.0: Testing components for Android Architecture Components.
    • org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0: Testing utilities for Coroutines.
    • org.mockito:mockito-core:4.4.0 and org.mockito:mockito-inline:4.4.0: Mockito for mocking in tests.

Project Structure :

  • data
    • di
    • local
    • remote
    • repository
  • ui
    • detail
    • favorite
    • main
  • utils

APK Link :

https://drive.google.com/file/d/16mfC5l0QjUUXI8fLgXsLxkkw3U5YJYLv/view

rick-morty-api's People

Contributors

waans14 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.