We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cea5ca commit 34ab3a4Copy full SHA for 34ab3a4
data-binding/src/main/java/com/github/mrbean355/android/databinding/CreatePokemonActivity.kt
@@ -6,6 +6,11 @@ import androidx.appcompat.app.AppCompatActivity
6
import androidx.databinding.DataBindingUtil
7
import com.github.mrbean355.android.databinding.databinding.ActivityCreatePokemonBinding
8
9
+/**
10
+ * Whoops! The original idea was to have an activity to create new Pokemon (hence the file naming).
11
+ * When making my video, I completely forgot about this!
12
+ * Oh well, the code principles stay the same :D
13
+ */
14
class CreatePokemonActivity : AppCompatActivity() {
15
private lateinit var viewModel: CreatePokemonViewModel
16
0 commit comments