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 👇
- 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)
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.
You will require Android Studio 4.0 or newer to be able to build the app. Download latest Stable release from here.
- 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 -
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Hilt-ViewModel - DI for injecting
ViewModel
. - Hilt-WorkManager - DI for injecting
WorkManager
. - Assisted Inject with Dagger - Manually injected dependencies for your JSR 330 configuration.
- 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.
This app uses MVVM (Model View View-Model) architecture.
Awesome! If you want to contribute to this project, you're always welcome! See Contributing Guidelines.
Have any questions, doubts or want to present your opinions, views? You're always welcome. You can start discussions.
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/>