Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 465 Bytes

Simple Bank Manager

Here is my code for "Simple Bank Manager" educational project from "Android development with Kotlin" educational track.

What is used here:

  • Navigation graph
  • Fragment
  • Spinner
  • Toast
  • AlertDialog
  • regex
  • ConstraintLayout
  • RelativeLayout

Please note that the goal while writing this code was not to make it of the highest quality because the project is educational, and this code does not reflect the level of my current knowledge.