Skip to content

Latest commit

 

History

History
107 lines (73 loc) · 3.56 KB

README.md

File metadata and controls

107 lines (73 loc) · 3.56 KB

Dynamic Backup

License Release

A library to backup and restore app data on Android 4.0 (API 14) and above.

It uses AndroidX so, first migrate your project to AndroidX.
It is dependent on Java 8 due to the dependency on Dynamic Utils.
Since v1.1.0, it is targeting Java 17 to provide maximum compatibility.


Contents


Installation

It can be installed by adding the following dependency to your build.gradle file:

dependencies {
    // For AndroidX enabled projects.
    implementation 'com.pranavpandey.android:dynamic-backup:1.1.0'
}

Usage

It provides various interfaces that must be implemented with the help of available tasks and utility methods to perform backup and restore operations.

For a complete reference, please read the documentation.

Sponsor

Please become a sponsor to get a detailed guide and priority support.

Dependency

It depends on the dynamic-utils and dynamic-preferences to perform various internal operations. So, their functions can also be used to perform other useful operations.


Translations

  • German (de) - Flubberlutsch
  • French (fr) - Nitesh Jha | Others
  • Hindi (hi) - Siddh Narhari
  • Indonesian (in) - Gamal Kevin A
  • Italian (it) - Nicola
  • Portuguese (pt) - Jorge Alexandre | Matheus Coelho
  • Russian (ru) - Maxim Anisimov
  • Spanish (es) - Dave
  • Turkish (tr) - Fatih Fırıncı
  • Chinese (Simplified) (zh-rCN) - 残念
  • Chinese (Traditional) (zh-rTW) - 會呼吸的風 | 人工知能

Author

Pranav Pandey

GitHub Follow on Twitter Donate via PayPal


License

Copyright 2022-2023 Pranav Pandey

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.