MCPcopy Index your code
hub / github.com/RxViper/RxViper

github.com/RxViper/RxViper @0.10.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.10.0 ↗ · + Follow
156 symbols 458 edges 27 files 47 documented · 30%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

JitPack Bintray Android Arsenal

This is a micro framework with a small, extensible API which provides basic abstractions for building your apps using VIPER architecture.

I copy these classes into all apps I make. I'm tired of doing it. Now it's a library. ©

Download

Grab via Maven:

<dependency>
    <groupId>com.dzaitsev.rxviper</groupId>
    <artifactId>rxviper</artifactId>
    <version>0.10.0</version>
</dependency>

Gradle:

compile 'com.dzaitsev.rxviper:rxviper:0.10.0'

License

Copyright 2016 Dmytro Zaitsev

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.

Extension points exported contracts — how you extend this code

ViewCallbacks (Interface)
Displays what it is told to by the Presenter and relays user input back to the Presenter @author Dmytro Zaitsev
rxviper/src/main/java/viper/ViewCallbacks.java
AppComponent (Interface)
~ ~ ~ ~ Description ~ ~ ~ ~ @author Dmytro Zaitsev @since 2016-Jun-07, 12:21
sample/src/main/java/rxviper/sample/dagger/AppComponent.java
Router (Interface)
Contains navigation logic for describing which screens are shown in which order @author Dmytro Zaitsev @since 0.1.0
rxviper/src/main/java/viper/Router.java

Core symbols most depended-on inside this repo

execute
called by 17
rxviper/src/main/java/viper/Interactor.java
checkNotNull
called by 13
rxviper/src/main/java/viper/Preconditions.java
takeView
called by 12
rxviper/src/main/java/viper/Presenter.java
takeRouter
called by 12
rxviper/src/main/java/viper/ViperPresenter.java
getView
called by 10
rxviper/src/main/java/viper/Presenter.java
dropView
called by 8
rxviper/src/main/java/viper/Presenter.java
dropRouter
called by 8
rxviper/src/main/java/viper/ViperPresenter.java
getRouter
called by 6
rxviper/src/main/java/viper/ViperPresenter.java

Shape

Method 129
Class 22
Interface 5

Languages

Java100%

Modules by API surface

rxviper/src/test/java/viper/InteractorTest.java27 symbols
sample/src/main/java/rxviper/sample/presentation/MainView.java19 symbols
rxviper/src/test/java/viper/ViperPresenterTest.java14 symbols
rxviper/src/test/java/viper/PresenterTest.java14 symbols
rxviper/src/main/java/viper/ViperPresenter.java9 symbols
rxviper/src/main/java/viper/Presenter.java9 symbols
sample/src/main/java/rxviper/sample/presentation/MainPresenter.java6 symbols
sample/src/main/java/rxviper/sample/presentation/CheeseViewModel.java6 symbols
rxviper/src/main/java/viper/Interactor.java6 symbols
sample/src/main/java/rxviper/sample/presentation/MainViewCallbacks.java5 symbols
rxviper/src/test/java/viper/MapperTest.java5 symbols
sample/src/main/java/rxviper/sample/data/CheeseStorage.java4 symbols

For agents

$ claude mcp add RxViper \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact