This app can display animal list plus their images and name .It can also display more details about each animal and dangerous animals have a red boundary. This is a simple app designed with only a listview and no card view. It's a beginner level project that I did in my Android class.
- Card like view
- Clickable layout
- Install Android studio
- Install Android Development Tools
gradle-4.4-all.zip
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
This project is licensed under MIT license terms