Contributor
Chinmay Kulkarni

Mifos Android SDK


Mentors
Ishan Khanna, Rajan Maurya
Organization
The Mifos Initiative

Mifos Android SDK is a library focused on providing a simple interface to interact with the Apache Fineract 1.x Platform APIs. Currently, in all the mobile applications of Mifos, a lot of repeated code is present that does the job of interacting with the Fineract APIs. The motivation behind the project is to abstract all the code that interacts with Fineract Platform APIs and move it into a separately maintained library.

During GSoC, I worked on designing, architecting and implementing the library. The project also contains an App Module that demonstrates how to use the library in Android Applications. Further, I worked on integrating Swagger Codegen in Apache Fineract Project that would allow us to generate any client library as per our requirements. Towards the end, I also published the library for Android.