GithubHelp home page GithubHelp logo

beomjo / kakao-search Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 768 KB

πŸ” A sample project to see the implementation of functions such as Pageation, Search, Sort, Bookmark, etc.

License: Apache License 2.0

Kotlin 100.00%
android coroutines coroutines-android coroutines-flow cleanarchitecture mvvm mvvm-android cleana room paging3 hilt hilt-android navigation-component glide kotest ktlint mockk detekt

kakao-search's Introduction

πŸ” kakao-search

License Build Status ktlint

Pageation was implemented using the Kakao search API,
and examples of search, alignment, separator, and bookmark functions can be viewed.

Clone Project

$ git clone --recursive https://github.com/beomjo/kakao-search.git

API

API from https://developers.kakao.com/
in your local.properties

REST_KEY={YOUR_KEY}

Download

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • Coroutines, Flow for asynchronous.
  • LiveData - notify domain layer data to views.
  • Lifecycle - dispose of observing data when lifecycle state changes.
  • ViewModel - UI related data holder, lifecycle aware.
  • Room - Storing data in local database
  • Paging3 - Load and display data pages of large data sets from local storage or over a network
  • Dagger Hilt - Dependency Injection
  • Navigation Component - Move implementation between Fragment and Activity simply and reliably
  • Glide - Loading images
  • Bindables - DataBinding kit for notifying data changes from Model layers to UI layers.
  • Material-Components - Material design components like ripple animation, cardView.
  • Testing
    • kotest
    • mockk

Architecture

  • Clean Architecture
    • Structure image
    • Dependency diagram between layers image
  • MVVM Architecture (View - DataBinding - ViewModel - Model)

MAD STORE

summary kotlin jetpack

LICENSE

Designed and developed by 2021 beomjo

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

kakao-search's People

Contributors

beomjo avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

viamgr

kakao-search's Issues

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.