- Tanıtım
- Splash Screen (Açılış Ekranı)
- Ana Sayfa
- Menu
- Yemekler
- Çorbalar
- Tatlılar
- Gradle Gereksinimleri
Java programlama dilinde Android Studio platformunda yapılmış basit bir yemek tarifleri mobil uygulaması, veri tabanı kullanılmamıştır.
implementation "androidx.recyclerview:recyclerview:1.3.2"
implementation 'com.google.android.material:material:1.11.0'
implementation ('com.github.shrikanth7698:Custom-Navigation-Drawer:v0.0.1') {
exclude group: 'com.android.support', module: 'support-compat'
}
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'