All Projects → openMF → Mifos Mobile

openMF / Mifos Mobile

Licence: mpl-2.0
Repository for the Mifos Mobile Banking App for clients

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Mifos Mobile

Awesome Wanandroid
⚡致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n
Stars: ✭ 2,525 (+1539.61%)
Mutual labels:  dagger2, okhttp3, mvp-architecture, retrofit2
Open Source Android Weather App
☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
Stars: ✭ 81 (-47.4%)
Mutual labels:  dagger2, mvp-architecture, android-application, retrofit2
Armscomponent
📦 A complete android componentization solution, powered by MVPArms (MVPArms 官方快速组件化方案).
Stars: ✭ 1,664 (+980.52%)
Mutual labels:  dagger2, mvp-architecture, android-application, retrofit2
AndroidStarterAlt
A sample View-based Android app using the MVP architecture. It uses Mosby, Dagger2, RxJava, retrofit, LoganSquare, requery, EventBus, Conductor.
Stars: ✭ 27 (-82.47%)
Mutual labels:  dagger2, mvp-architecture, retrofit2, okhttp3
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+2170.13%)
Mutual labels:  dagger2, okhttp3, mvp-architecture, android-application
Androidstarter
A sample Android app using the MVP architecture.
Stars: ✭ 140 (-9.09%)
Mutual labels:  dagger2, okhttp3, mvp-architecture, retrofit2
Mvparms
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Stars: ✭ 10,146 (+6488.31%)
Mutual labels:  dagger2, mvp-architecture, android-application, retrofit2
Android Client
An android client for the MifosX platform
Stars: ✭ 150 (-2.6%)
Mutual labels:  hacktoberfest, dagger2, mvp-architecture, retrofit2
Kotlin Life
App界的一股清流 音视频vr应有尽有 完全按照Material design规范设计的App (written with java and Kotlin)
Stars: ✭ 864 (+461.04%)
Mutual labels:  dagger2, mvp-architecture, retrofit2
Heyyoo
Heyyoo is a sample social media Android application 📱 built to demonstrate use of Modern Android development tools - (Kotlin, Coroutines, Architecture Components, MVVM, Room, Retrofit, Material Components).
Stars: ✭ 38 (-75.32%)
Mutual labels:  okhttp3, android-application, retrofit2
Kotlin Android Scaffolding
An android project structure using kotlin and most common libraries.
Stars: ✭ 53 (-65.58%)
Mutual labels:  dagger2, android-application, retrofit2
V9porn
9*Porn Android 客户端,突破游客每天观看10次视频的限制,还可以下载视频
Stars: ✭ 4,507 (+2826.62%)
Mutual labels:  dagger2, mvp-architecture, retrofit2
Bilisoleil
An unofficial bilibili client for android --rxjava2+mvp+okhttp3+retrofit2+dagger2
Stars: ✭ 430 (+179.22%)
Mutual labels:  dagger2, okhttp3, retrofit2
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+175.97%)
Mutual labels:  dagger2, okhttp3, retrofit2
Newspaper
An aggregated newspaper app containing news from 10+ local news publishers in Hong Kong. Made with ❤
Stars: ✭ 82 (-46.75%)
Mutual labels:  dagger2, okhttp3, retrofit2
Nice Knowledge System
📚不积跬步无以至千里,每天进步一点点,Passion,Self-regulation,Love and Share
Stars: ✭ 137 (-11.04%)
Mutual labels:  okhttp3, mvp-architecture, retrofit2
Android Mvp Architecture
MVP + Kotlin + Retrofit2 + Dagger2 + Coroutines + Anko + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Stars: ✭ 82 (-46.75%)
Mutual labels:  dagger2, mvp-architecture, retrofit2
Wanandroid
🏄 基于Architecture Components dependencies (Lifecycles,LiveData,ViewModel,Room)构建的WanAndroid开源项目。 你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Stars: ✭ 410 (+166.23%)
Mutual labels:  dagger2, okhttp3, retrofit2
Moviehub
Showcases popular movies, tv shows, and people from The Movie Database
Stars: ✭ 325 (+111.04%)
Mutual labels:  dagger2, okhttp3, retrofit2
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (-7.14%)
Mutual labels:  dagger2, mvp-architecture, retrofit2

Mifos-Mobile Android Application for MifosX

An Android Application built on top of the MifosX Self-Service platform for end-user customers to view/transact on the accounts and loans they hold. Data visible to customers will be a sub-set of what staff can see. This is a native Android Application written in Kotlin.

Status

Master Development Chat
Mifos-Mobile CI[Master] Mifos-Mobile CI[Development] Join the chat at https://gitter.im/openMF/self-service-app

Screenshots

How to Contribute

This is an OpenSource project and we would be happy to see new contributors. The issues should be raised via the GitHub issue tracker. For Issue tracker guidelines please click here. All fixes should be proposed via pull requests. For pull request guidelines please click here. For commit style guidelines please click here.

Branch Policy

We have the following branches :

  • development All the contributions should be pushed to this branch. If you're making a contribution, you are supposed to make a pull request to development. Please make sure it passes a build check on Github Workflows CI.

    It is advisable to clone only the development branch using the following command:

    git clone -b <branch> <remote_repo>

    With Git 1.7.10 and later, add --single-branch to prevent fetching of all branches. Example, with development branch:

    git clone -b development --single-branch https://github.com/username/mifos-mobile.git

  • ui-redesign All the contributions related to redesigning of the app should be pushed to this branch. If you're making a contribution, you are supposed to make a pull request to ui-redesign. Please make sure it passes a build check on Github Workflows CI.

    This branch will be merged with the development branch once the redesign is complete.

  • master The master branch contains all the stable and bug-free working code. The development branch once complete will be merged with this branch.

Instruction to get the latest APK

To get the latest apk of master/development branch from Github Artifacts, follow these steps:

  1. Go to to the Actions tab of this repository.
  2. Select the latest workflow for master/development branch.
  3. Click on hyperlink 'mifos-mobile' in Artifacts section.
  4. Extract the downloaded file and get the apk.

Development Setup

Before you begin, you should have already downloaded the Android Studio SDK and set it up correctly. You can find a guide on how to do this here: Setting up Android Studio.

Building the Code

  1. Clone the repository using HTTP: git clone https://github.com/openMF/mifos-mobile.git

  2. Open Android Studio.

  3. Click on 'Open an existing Android Studio project'

  4. Browse to the directory where you cloned the mobile-wallet repo and click OK.

  5. Let Android Studio import the project.

  6. Build the application in your device by clicking run button.

Wiki

View the wiki to see pages that provide details on the project.

Specification

See the requirements for an initial design mockup and documentation on the Fineract API.

PaymentHub Usecases

For Payment Hub usecases, check this documentation. Mifos Mobile utilises medium connector of Payment Hub.

Note

The UI design is currently being revamped. New design can be found here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].