vaibhavgoyal09 / ASaver

App to download videos of Short video platforms like Roposo, Tik Tok, ShareChat, etc. It currently supports 11 apps. It also supports Instagram Post Downloads, Reels downloads and IGTV Videos download. You can also see stories of your Instagram Followers privately.

Home Page:https://github.com/vaibhav158/ASaver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asaver πŸ“±

Build (Android) GitHub license ktlint GitHub stars GitHub forks GitHub watchers

ASaver Android application is built with Modern Android application development tools or libraries. Aim of this project is to showcase Good practice implementation of Android application development with proper architecture design. Dedicated to all Android Developers with ❀️.

You can Install and test latest ASaver app from below πŸ‘‡

ASaver App

Features πŸ‘“

  • Supports Fast Downloading for devices upto Android 9.
  • Supports 11 Short video Platforms.
  • View or Download Instagram Stories Privately.
  • Clean and Simple Material UI 🎨
  • Dark mode πŸŒ—
  • Tests (WIP)

About this project πŸ’‘

App to download videos of Short video platforms like Roposo, Tik Tok, ShareChat, etc. It currently supports 11 apps. It also supports Instagram Post Downloads, Reels downloads and IGTV Videos download. You can also see stories of your Instagram Followers privately.

In Android Studio, just run the application as you want with any one of the module from above.

Development Setup πŸ–₯

You will require Android Studio 4.0 or newer to be able to build the app. Download latest Stable release from here.

πŸŒ™ Dark Mode

Built with πŸ› 

  • Kotlin - First class and official programming language for Android development.
  • Coroutines - For asynchronous and more..
  • State Flow - A hot asynchronous data stream that represents a read-only state with a single updatable data value that emits updates to the value to its collectors.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
    • WorkManager - WorkManager is an API that makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if the app exits or the device restarts.
  • Dependency Injection -
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Gson - A Java library that can be used to convert Java or Kotlin Objects into their JSON representation.
  • Gson Converter - A Converter which uses Gson for serialization to and from JSON.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

Architecture

This app uses MVVM (Model View View-Model) architecture.

MVVM Architecture

Want to Contribute πŸ™‹β€β™‚οΈ?

Awesome! If you want to contribute to this project, you're always welcome! See Contributing Guidelines.

Want to discuss? πŸ’¬

Have any questions, doubts or want to present your opinions, views? You're always welcome. You can start discussions.

Contributors

License

Copyright (C) 2021  Vaibhav Goyal

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>

About

App to download videos of Short video platforms like Roposo, Tik Tok, ShareChat, etc. It currently supports 11 apps. It also supports Instagram Post Downloads, Reels downloads and IGTV Videos download. You can also see stories of your Instagram Followers privately.

https://github.com/vaibhav158/ASaver

License:GNU General Public License v3.0


Languages

Language:Kotlin 97.9%Language:Java 2.1%