AffirmationsApp
What i've learned?
- Deeper knowledge about classes and their inheritance in Kotlin
- How to use
List
s in Kotlin (MutableList
andList
) - Basic knowledge about
RecyclerView
(what is it, what's inside it, how to use it, how to make my own adapter) - Packets and imports in Kotlin
- What is
MaterialCardView
and how to use it in a connection withRecyclerView
- How to test
List
s andAdapter
s with an aid ofEspresso
andmockito
libraries (the latter library right now don't want to be friendly with me, i promise that in future i'll understand what's wrong!)
P.s.: the trouble with mockito
library was not with the library itself, it's all about me! I tried to use unit testing in the file with instrumentation tests...