https://github.com/vipulneha/magic-number
This Android app generates a Magic Number Square based on the user's birthdate. The app calculates the sum of all digits in the birthdate and dynamically creates a 3x3 magic square where each row, column, and diagonal adds up to the calculated sum.
https://github.com/vipulneha/magic-number
android androiddevelopment code development education java project xml
Last synced: 11 months ago
JSON representation
This Android app generates a Magic Number Square based on the user's birthdate. The app calculates the sum of all digits in the birthdate and dynamically creates a 3x3 magic square where each row, column, and diagonal adds up to the calculated sum.
- Host: GitHub
- URL: https://github.com/vipulneha/magic-number
- Owner: vipulneha
- Created: 2025-03-04T05:22:25.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T05:48:08.000Z (11 months ago)
- Last Synced: 2025-03-04T06:29:59.793Z (11 months ago)
- Topics: android, androiddevelopment, code, development, education, java, project, xml
- Language: Java
- Homepage: https://tecvipul.blogspot.com/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Android app generates a Magic Number Square based on the user's birthdate. The app calculates the sum of all digits in the birthdate and dynamically creates a 3x3 magic square where each row, column, and diagonal adds up to the calculated sum. It features a clean UI with a custom top bar, user input validation, and a dynamically generated table layout.
.jpeg)