OBBBackupRestore — springmusk.dev

README.md files (135)

// project

OBBBackupRestore

OBBBackupRestore is an Android application developed as a fun project for learning purposes. It was created almost 2 years ago with the aim of backing up and restoring OBB data for specified apps.

4 stars 2 forks Watching: 4 Open issues: 0
  • Java
  • Updated May 1, 2024
Open on GitHub

OBBBackUpRestore

Overview

OBBBackUpRestore is an Android application developed as a fun project for learning purposes. It was created almost 2 years ago with the aim of backing up and restoring OBB data for specified apps. The primary goal was to provide users with a means to save both data and internet usage.

Purpose

The main purpose of this project was to explore and understand Android development concepts such as file handling, backup and restore operations, and integrating various dependencies into an Android application. While the app may contain some code that could be optimized or improved, it was made public with the hope that others in the community would contribute to its enhancement.

Features

  • Copy and backup OBB data for specified apps.
  • Restore OBB data for specified apps.

Dependencies

OBBBackUpRestore utilizes the following dependencies:

  • androidx.appcompat:appcompat:1.6.1
  • com.google.android.material:material:1.10.0
  • androidx.constraintlayout:constraintlayout:2.1.4
  • com.google.firebase:firebase-auth:22.2.0
  • com.mindorks.android:prdownloader:0.6.0
  • com.squareup.okhttp3:okhttp:4.10.0
  • com.google.firebase:firebase-bom:32.2.2
  • com.google.firebase:firebase-analytics
  • com.google.firebase:firebase-database
  • com.google.firebase:firebase-config
  • com.google.firebase:firebase-crashlytics
  • com.google.android.gms:play-services-auth:20.7.0
  • com.github.TutorialsAndroid:GButton:v1.0.19
  • com.facebook.shimmer:shimmer:0.5.0
  • androidx.lifecycle:lifecycle-extensions:2.2.0
  • androidx.lifecycle:lifecycle-runtime:2.6.2
  • androidx.lifecycle:lifecycle-common-java8:2.6.2
  • com.google.android.play:core:1.10.3
  • androidx.viewpager:viewpager:1.0.0
  • com.github.bumptech.glide:glide:4.13.2
  • com.squareup.okhttp3:okhttp:4.10.0
  • com.scwang.wave:MultiWaveHeader:1.0.0-andx

Note

This project was created for educational purposes and may contain code that could be optimized or improved. Contributions from the community to enhance the project are welcome.

License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.

Disclaimer

The developers of this application are not responsible for any damage or loss of data incurred through the use of this software. Users are advised to use this application at their own risk.

main Java 4 Updated May 1, 2024 springmusk.dev

Dialogue-Builer

A lightweight Android library for building rich, customizable dialogs programmatically

  • Java

UnityRenderer

Educational project demonstrating IL2CPP runtime interaction from native C++ on Android

  • C++
10 5 project

AntiBloater

Antibloater is an Android application designed to streamline the process of removing bloatware apps from your device. It establishes a local ADB connection to execute commands selected by users for removing unwanted pre-installed apps.

  • Kotlin