Chinmay Kulkarni
Chinmay Kulkarni
## Summary Migrating the codebase to use Kotlin was started earlier. However, the conversion is only 30% completed. Remaining 70% of the Java files need to be converted to Kotlin...
**Description** The empty list LinearLayout is not in center of the screen **Expected Behaviour** The empty list LinearLayout should be at the center of the screen to improve the UX...
Fix: #142 Fixed the layout **Screenshots** 
**Describe the feature you want** The app doesn't contain Shared Preferences which is used while managing signed in user and other key value pairs. **What to add** Add Shared Preferences...
Screenshots of the app should be added to the README.md file
Currently, all the logic of app is written in Activities. It is recommended to follow the MVVM Architectural pattern for developing android apps that are going to be scalable. Here...
**Summary:** There is a textview in CenterListFragment which is not understandable as there is no description for it **Steps to reproduce:** 1. Navigate to Centers from Navigation Drawer 2. Notice...
**Summary:** In the file, `android-client\mifosng-android\src\main\res\layout\simple_spinner_item.xml` hard text size value is hard coded. ``` android:textSize="25sp" ``` **Expected behaviour:** This value must be first registered in `dimens.xml` file and then be referenced...
**Summary** It would be helpful to have app screenshots in the Readme.md file for attracting new contributors to the project