PreferenceRoom
:truck: Android processing library for managing SharedPreferences persistence efficiently and structurally.
File Explorer
Download Latest Version (.zip)- Bug_report.md
- Feature_request.md
- android.yml
- FUNDING.yml
- pull_request_template.md
- AppComponentTest.java
- JunitComponent.java
- JunitComponentTest.java
- DeviceEntityTest.java
- ProfileEntityTest.java
- TestProfile.java
- JunitTestRunner.java
- PreferenceRoomApplication.java
- AppComponent.java
- BaseGsonConverter.java
- PrivateInfoConverter.java
- Device.java
- Profile.java
- ItemProfile.java
- Pet.java
- PrivateInfo.java
- ListViewAdapter.java
- SecurityUtils.java
- LoginActivity.java
- MainActivity.java
- MyApplication.java
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_login.xml
- activity_main.xml
- content_scrolling.xml
- item_profile.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- UserProfileComponent.kt
- BaseGsonConverter.kt
- PetConverter.kt
- PrivateInfoConverter.kt
- Device.kt
- Profile.kt
- ItemProfile.kt
- Pet.kt
- PrivateInfo.kt
- ListViewAdapter.kt
- SecurityUtils.kt
- LoginActivity.kt
- MainActivity.kt
- MyApplication.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_login.xml
- activity_main.xml
- content_scrolling.xml
- item_profile.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- AESEncryption.java
- Base64.java
- DefaultPreference.java
- Encoder.java
- EncryptEntity.java
- InjectPreference.java
- KeyName.java
- PreferenceChangedListener.java
- PreferenceComponent.java
- PreferenceEntity.java
- PreferenceFunction.java
- PreferenceRoom.java
- PreferenceRoomImpl.java
- PreferenceTypeConverter.java
- TypeConverter.java
- .gitignore
- build.gradle
- consumer-rules.pro
- gradle.properties
- InjectorGenerator.java
- PreferenceChangeListenerGenerator.java
- PreferenceComponentAnnotatedClass.java
- PreferenceComponentGenerator.java
- PreferenceEntityAnnotatedClass.java
- PreferenceEntityGenerator.java
- PreferenceFieldMethodGenerator.java
- PreferenceKeyField.java
- PreferenceRoomProcessor.java
- StringUtils.java
- .gitignore
- build.gradle
- gradle.properties
- .editorconfig
- .gitignore
- build.gradle
- CODEOWNERS
- dependencies.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- pom.xml
- README.md
- settings.gradle
- spotless.gradle
- spotless.license.kt
# Installation Guide
1. Get the code
git clone https://github.com/skydoves/PreferenceRoom
Downloads the entire project code from GitHub to your computer.
cd PreferenceRoom
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
3. Gradle (Java/Kotlin)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
