Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/am1994/colorproject
Coloring App has built with architecture components
https://github.com/am1994/colorproject
android android-studio architecture-components databinding-android modelview mvvm-architecture
Last synced: 5 days ago
JSON representation
Coloring App has built with architecture components
- Host: GitHub
- URL: https://github.com/am1994/colorproject
- Owner: am1994
- License: mit
- Created: 2020-04-24T05:06:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T06:09:27.000Z (over 4 years ago)
- Last Synced: 2024-04-21T19:07:22.245Z (8 months ago)
- Topics: android, android-studio, architecture-components, databinding-android, modelview, mvvm-architecture
- Language: Kotlin
- Homepage:
- Size: 17.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Me ![](https://github.com/am1994/ColorProject/blob/master/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png)
Coloring App has built with architecture components## My Goal
I build this app for learning about architecture compenents, I use in this app:- MVVM
- Model-View
- DataBinding
- Binding Adapter
- DifUtil recyclerview
## Usageyou just need change the ADS ID And Application ID :
1. ADS ID:
- open color_canvas -> Color.kt then change the Test ADS ID with yours
` mInterstitialAd.adUnitId = "ca-app-pub-3940256099942544/1033173712" `2. Application ID
- open AndroidManifest.xml then change 'APPLICATION_ID' with yours
` `
## License
MIT License
Copyright (c) 2020 amina bekir
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.