Code Monkey home page Code Monkey logo

android_sudoku's Introduction

Sudoku for Android

Summary

Simple sudoku application to kill time in the subway.
Android 16+

Roadmap

  • SU-01 : init project
  • SU-02 : sudoku activity
  • SU-03 : save function
  • SU-04 : back function
  • SU-05 : list of sudoku
  • SU-06 : download sudoku from server

Demo

Screenshot

android_sudoku's People

Contributors

channvincent avatar

Watchers

 avatar

android_sudoku's Issues

Gradle update

I guess it has small issue with new gradle. I solve the problem with this new build.gradle file if any one interested in.

`apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

android {
compileSdkVersion 25
buildToolsVersion '27.0.3'

defaultConfig {
    applicationId "fr.panda.sudoku"
    minSdkVersion 16
    targetSdkVersion 25
    versionCode 1
    versionName "1.0"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleCompatible
implementation 'com.android.support:appcompat-v7:25.+'
implementation 'com.google.android:flexbox:1.0.0'
implementation 'com.android.support:recyclerview-v7:25.4.0'
// json parsing
implementation 'com.fasterxml.jackson.core:jackson-core:2.6.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.6.3'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.6.0'
// dialog : https://github.com/00ec454/pop
implementation 'com.vistrav:pop:2.3'
// list
implementation 'com.android.support:design:23.+'
implementation 'com.android.support:recyclerview-v7:23.+'
// image
implementation 'com.github.bumptech.glide:glide:3.7.0'
// crash
implementation('com.crashlytics.sdk.android:crashlytics:2.9.2@aar') {
transitive = true;
}
implementation 'org.webjars.npm:flexbox-grid:1.0.0'
}
`

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.