Expenso
Expenso copied to clipboard
added simple piecharts to statistics fragment
added simple and generic piechart for overall, expense, income filters
@iambaji Open terminal inside android studio and run the following two commands 👇
-
./gradlew ktLintCheck
-
./gradlew ktLintFormat
please see the latest commit
@iambaji Buddy instead showing each expense in chart. We need to show how many percentage for each category. Kindly let me know if you want to update this PR.
Current behaviour 👇
For ex- In Expense, We're showing all title of the expense we've spent.
Expected behaviour 👇
For ex- In Expense, We're need to show percentage with tag (I mean Category) of the expense we've spent.
For sure, i will update the PR
Is the latest commit to pr good? Or any other changes?