Skip to content

Coloring App has built with architecture components

License

Notifications You must be signed in to change notification settings

am1994/ColorProject

Repository files navigation

Color Me

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

Usage

you 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"

  1. Application ID

    • open AndroidManifest.xml then change 'APPLICATION_ID' with yours

<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="APPLICATION_ID"/>

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.