Giter Site home page Giter Site logo

self-taught-software-developers / sudokusolver Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 3.0 620 KB

Sudoku Hero demonstrates modern Android development with Compose, Hilt, Coroutines, Flow, Jetpack (ViewModel) based on MVVM architecture

License: Apache License 2.0

Kotlin 100.00%
accompanist android compose data-store kotlin mlkit-android mvvm-android

sudokusolver's People

Contributors

cerver1 avatar totalabsorb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sudokusolver's Issues

Save Solution locally in Room DB

After a board is solved allow a user to save it in the Local DB

The user's saved Solution should have 3 Columns.

User entry - the state of the table before we provided a valid solution
Solution - the state of the table after we provided a valid solution
Solved at - the ISO time of solution.

The user's "User entry" and "Solution" should be stored as a string of numerical values. i.e "0210981749847817881749"

Landscape UI view for Solver Screen

A user should be able to rotate their device to a Landscape orientation and see a different UI layout.
A user should see the Sudoku Board on the left side of their screen and numerical and control buttons on the right side of their screen.

Finally a user should see the original UI layout when they rotate their device back to a Portrait orientation.

KMP iOS

Port into an iOS app via KMP

Add a tile attribute for Pre and Post Solution.

When a user enters a value their tile text should have a text style of "Black".
When a user enters a value their tile text should have a text style with a font size of +2 of a normal tile.

KMP shared

Move all business logic into a sharable module for consumption by web, iOS, and desktop

Update README

Update the Github README to match the production state of the application.
feature set, libraries used, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.