Skip to content

kobakei/Anago

Repository files navigation

Anago

CircleCI

MVVMとClean architectureで書いたAndroidのサンプルアプリです。

説明

  • 以下の機能に限定したGitHubクライアントです
    • GitHubログイン
    • 自分のリポジトリを表示
    • スターしたリポジトリを表示
    • スター登録・解除
    • スターした人一覧を表示
    • ユーザーのプロフィール表示

アーキテクチャ

Diagram

上からユーザーに近い順に並んでいます。UseCase以下の各層は、呼び出し元にRxJavaのObservableを返します。

ライブラリ

License

Copyright 2016 Keisuke Kobayashi

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.

About

Android MVVM sample with data binding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages