Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeamt/blockchainandroid
A simple blockchain app made from scratch with Java.
https://github.com/codeamt/blockchainandroid
Last synced: about 2 months ago
JSON representation
A simple blockchain app made from scratch with Java.
- Host: GitHub
- URL: https://github.com/codeamt/blockchainandroid
- Owner: codeamt
- Created: 2019-03-24T00:10:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T09:39:27.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T04:52:14.522Z (about 1 year ago)
- Language: Java
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#GrowWithGoogle Android Development Capstone:
BlockchainAndroid
## User Story Map
TODO
## Versioning and Dependencies
Target SDK Version: 28
Dependencies:
- com.android.support:appcompat-v7:28.0.0
- com.android.support.constraint:constraint-layout:1.1.3
- com.android.support:design:28.0.0
- com.android.support:cardview-v7:28.0.0
- com.android.support:recyclerview-v7:28.0.0
- android.arch.persistence.room:runtime:1.1.1
- com.google.firebase:firebase-core:16.0.7
- com.google.firebase:firebase-auth:16.2.0
- com.google.firebase:firebase-storage:16.1.0
- com.firebaseui:firebase-ui-storage:4.3.1
- android.arch.persistence.room:compiler:1.1.1
- org.parceler:parceler-api:1.1.11
- org.parceler:parceler:1.1.11
- com.jakewharton:butterknife:8.8.1'
- com.jakewharton:butterknife-compiler:8.8.1
- com.github.bumptech.glide:glide:4.9.0
- com.github.bumptech.glide:compiler:4.9.0
-App Repositories:
- MavenCentral
- JCenterAndroid Studio Version: 3.1.2 (Stable Release)
Gradle Build Tools Version: 3.1.2
## References
https://medium.freecodecamp.org/room-sqlite-beginner-tutorial-2e725e47bfab
https://code.tutsplus.com/tutorials/image-upload-to-firebase-in-android-application--cms-29934
https://medium.com/mobiletech/firebase-authentication-sample-371b5940ba93
https://github.com/codepath/android_guides/wiki/Understanding-the-Android-Application-Class
https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa