RxFlux
RxFlux is a small framework in order to follow Flux design pattern with RxJava functionalities
File Explorer
Download Latest Version (.zip)- ApplicationTest.java
- player_info.json
- players.json
- Actions.java
- GitHubActionCreator.java
- Keys.java
- GitHubApi.java
- GitHubRepo.java
- GitUser.java
- RepositoriesStore.java
- RepositoriesStoreInterface.java
- UsersStore.java
- UsersStoreInterface.java
- MainActivity.java
- RepoAdapter.java
- UserFragment.java
- SampleApp.java
- ic_action_refresh.png
- ic_action_refresh.png
- ic_action_refresh.png
- ic_action_refresh.png
- activity_main.xml
- card_repository.xml
- fragment_user.xml
- menu_main.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- ApplicationTest.java
- RxAction.java
- RxActionCreator.java
- RxError.java
- Dispatcher.java
- RxActionDispatch.java
- RxBus.java
- RxViewDispatch.java
- RxStore.java
- RxStoreChange.java
- LoggerManager.java
- LogLevel.java
- SubscriptionManager.java
- RxFlux.java
- strings.xml
- AndroidManifest.xml
- SubscriptionManagerTest.java
- ExampleUnitTest.java
- .gitignore
- build.gradle
- proguard-rules.pro
- rxflux.iml
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/marcelpinto/RxFlux
Downloads the entire project code from GitHub to your computer.
cd RxFlux
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
