Code Monkey home page Code Monkey logo

places-to-visit's Introduction

Places To Visit

Orhan Uçar Ödev 9

Bu örnek projede, kullanıcı mail ve password ile Firebase veritabanına kayıt olur. Kayıtlı kullanıcı mail ve password yardımı ile uygulamaya giriş yapar ve gezilecek yerleri not eder. Eklenen yerler anasayfa da en son eklenen en üstte görünecek şekilde RecyclerView içinde kullanıcıya gösterilir, kullanıcı uzun tıklama işlemi gerçekleştirerek eklenen veriyi silebilir. Gezilecek yerler için kullanıcı Resim- Başlık- Şehir- Notlar bilgilerini girer. Kullanıcı resim eklemek istemezse default olarak bir resim eklenir. Eğer kullanıcı şifresini unutursa Şifre Yenileme Ekranı'ndan mail adresine bir şifre yenileme e-postası gönderilir.

Kütüphaneler ve Özellikler

  • Firebase Auth
  • Firebase Analytics
  • Firebase Firestore
  • Firebase Storage
  • Firebase Realtime Database
  • Picasso
  • RecyclerView

İzinler

Uygulama, internete erişim sağlamak için aşağıdaki izne ihtiyaç duyar:

<uses-permission android:name="android.permission.INTERNET"/>

Uygulama, galeriye erişim için aşağıdaki izne ihtiyaç duyar:

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

plugins

plugins {
    id 'com.android.application'
    id 'org.jetbrains.kotlin.android'
    id 'com.google.gms.google-services'
}

dependencies

dependencies {
    implementation 'androidx.core:core-ktx:1.10.1'
    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'com.google.android.material:material:1.9.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
    implementation 'com.google.firebase:firebase-auth:22.0.0'
    implementation 'com.google.firebase:firebase-auth-ktx:22.0.0'
    implementation 'com.google.firebase:firebase-firestore-ktx:24.6.1'
    implementation 'com.google.firebase:firebase-storage-ktx:20.2.0'
    implementation 'com.google.firebase:firebase-storage:20.2.0'
    testImplementation 'junit:junit:4.13.2'
    implementation platform('com.google.firebase:firebase-bom:28.1.0')
    implementation 'com.google.firebase:firebase-analytics-ktx'
    androidTestImplementation 'androidx.test.ext:junit:1.1.5'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
    implementation 'com.squareup.picasso:picasso:2.71828'
}

Uygulama Ekran Görüntüleri

places-to-visit's People

Contributors

orhanucr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.