Skip to content

CYB3RMX/android-simple-note

 
 

Repository files navigation

ENGLISH EXPLATION

ANDROİD SIMPLE NOTE APPLICATION

You can use this application with no internet connection. This Application is not so complex.

Used Libraries

  • androidx.appcompat:appcompat:1.1.0
  • com.google.android.material:material:1.0.0
  • androidx.navigation:navigation-fragment:2.2.0-alpha03
  • androidx.navigation:navigation-ui:2.2.0-alpha03
  • com.android.support:preference-v14:28.0.0

Screenshoot

Android Simple Note 1 Android Simple Note 2 Android Simple Note 3 Android Simple Note 4

Used Activities and Fragments

  • MainActivity: Used Main activity.
    • Notes Fragment: Lists normal note and archive notes.
    • AddandNoteFragment: Used for editing and adding notes.
    • SettingFragment: Used for settings page.
  • Pin Activity: Activity used when the pin is active.

Model Classes

  • Note: Note is the model class.
  • NoteDatabase: The Sqlite database class
  • RecylerAdapter: Recyclerview adapter class
  • Settings: Classifies the settings that are saved with the preferences "shared preferences ”object.

Ui Classes

  • ThemeManager: A class that prepares theme colors at application launch and makes theme changes.

Contact

TÜRKÇE AÇIKLAMA

ANDROİD BASİT NOT UYGULAMASI

İnternetsiz kullanılabilecek basit bir not uygulamasıdır. Çok kompleks ve karmaşık değildir.

Kullanılan Kütüphaneler

  • androidx.appcompat:appcompat:1.1.0
  • com.google.android.material:material:1.0.0
  • androidx.navigation:navigation-fragment:2.2.0-alpha03
  • androidx.navigation:navigation-ui:2.2.0-alpha03
  • com.android.support:preference-v14:28.0.0

Ekran Görüntüleri

Android Simple Note 1 Android Simple Note 2 Android Simple Note 3 Android Simple Note 4

Kullanılan Activity ve Fragmentlar

  • MainActivity: Kullanılan ana activity.
    • Notes Fragment: Note ve arşivdeki notları listeler.
    • AddandNoteFragment: Note düzenleme ve ekleme için kullanılır.
    • SettingFragment: Ayarlar sayfası için kullanılır.
  • Pin Activity: Pin aktif olduğunda kullanılan activity.

Model Sınıfları

  • Note: Note model sınıfıdır.
  • NoteDatabase: Sqlite veritabanı sınıfıdır.
  • RecylerAdapter: : Recyclerview adapter sınıfıdır.
  • Settings: Ayarları “shared preferences” nesnesi ile kayıt eden sınıfıtır.

Ui Sınıfları

  • ThemeManager: Tema renklerin uygulama açılışında hazırlayan ve tema değişimi yapan sınıftır.

Contact

About

Simple but not too simple android note app. :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%