Home - nagasudhirpulla/Debtonator GitHub Wiki
Welcome to the Debtonator wiki!
- Life cycle methods called on orientation change - https://stackoverflow.com/questions/6315908/which-activity-method-is-called-when-orientation-changes-occur
- MPAndroidChart line chart example https://www.studytutorial.in/android-line-chart-or-line-graph-using-mpandroid-library-tutorial , official getting started page https://github.com/PhilJay/MPAndroidChart/wiki/Getting-Started
git push <REMOTENAME> <LOCALBRANCHNAME>:<REMOTEBRANCHNAME>
- Transaction List Activity remove home button and shut down app on back press -- done
- Transaction Edit Activity date time utc+530 issue fix -- done
- Remove Load left button in home activity -- done
- Get the icons for the fabs -- done
- Add Transaction button in the transaction edit activity -- done
- Transaction edit activity not detecting only date changes -- done
- Transaction categories gmail style autocomplete edit text -- done
- Person Analysis list item widths defined by weights -- done
- Summary button in the home screen to give the transaction set analysis and highlights
- Person Analysis total consumption and contribution calculation from adapter function to be created in the adapter.
- Person Analysis list adapter calculate contribution, consumption percentage.
- Person Analysis sort order change functionality implementation -- done