Skip to content

mirzaKarahan/Android-LocalStrage

Repository files navigation

This is for SharedPreferences basic using How to using | Kullanımı

Get | Kaydedilmiş bir veriyi çağırmak Example1

Set | Bir veriyi kayıt etmek Example1

How to Install

In your project build.gradle. Add the following lines

Step 1. Add the JitPack repository to your build file

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.mirzaKarahan:Android-LocalStrage:1.3'
}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages