From c3493b31035f55df7281f8ac66077555b6ed60cf Mon Sep 17 00:00:00 2001 From: Rohitrajkhorwal <162446936+dev-sumino@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:32:19 +0530 Subject: [PATCH] 06-06-2024 - F & Q Added - More Information added. --- more-information-about-app.html | 363 ++++++++++++++++++++++++++++++++ quesation-answers.html | 54 ++++- 2 files changed, 416 insertions(+), 1 deletion(-) create mode 100644 more-information-about-app.html diff --git a/more-information-about-app.html b/more-information-about-app.html new file mode 100644 index 0000000..a51e8ef --- /dev/null +++ b/more-information-about-app.html @@ -0,0 +1,363 @@ + + + + + More Information About App + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+

More Information About App "IsSave"

+
Last updated: 06/06/2024
+
+ +
+
+ +
+
+
+
+ Sumino built the "IsSave" Story Saver & video Downloader - Instagram Downloader app as a + Free app. +
+

IsSave Instagram Downloader is an Android application developed in + Kotlin that allows users to download photos and videos from + Instagram. It provides a simple and intuitive interface for users to paste the URL + of the Instagram post they want to download from. +

+ + Here, you'll find detailed information about our app. We're excited to share everything + you need to know about it. +
+
+ + + + + +
+

Manifest Permissons

+
+

+ This app is using the permissions given below. + +

Automatically Allowed:

+
    +
  • INTERNET: Allows the app to access the internet.
  • +
  • ACCESS_WIFI_STATE: Allows the app to access information + about Wi-Fi networks.
  • +
  • ACCESS_NETWORK_STATE: Allows the app to access + information about networks.
  • +
  • POST_NOTIFICATIONS: Allows the app to post + notifications.
  • +
  • READ_MEDIA_VISUAL_USER_SELECTED: Allows the app to read + visual user-selected media.
  • +
  • FOREGROUND_SERVICE: Allows the app to create foreground + services.
  • +
  • SYSTEM_ALERT_WINDOW: Allows the app to display + system-level alerts.
  • +
  • EXPAND_STATUS_BAR: Allows the app to expand or collapse + the status bar.
  • +
  • BILLING: Allows the app to make in-app purchases.
  • +
  • AD_ID: Allows the app to access the advertising ID + provided by Google Play services.
  • +
  • VIBRATE: Allows the app to control the vibrator.
  • +
  • WAKE_LOCK: Allows the app to prevent the phone from + going to sleep.
  • +
+ +

Require Permission Dialog:

+
    +
  • WRITE_EXTERNAL_STORAGE (Max SDK version: 29): Allows + the app to write to external storage.
  • +
  • READ_EXTERNAL_STORAGE (Max SDK version: 32): Allows the + app to read from external storage.
  • +
  • READ_MEDIA_IMAGES (Min SDK version: 33): Allows the app + to read images from media.
  • +
  • READ_MEDIA_VIDEO (Min SDK version: 33): Allows the app + to read videos from media.
  • +
  • CAMERA: Required for accessing the camera.
  • +
  • READ_MEDIA_VISUAL_USER_SELECTED: Allows the app to read + visual user-selected media.
  • + +
+ +

+
+
+
+ + +
+

Dependencies and SDKs

+
+

Dependencies are used in development to include external libraries + or modules into android project. These libraries contain pre-written code + that + provides specific functionality or features that you may need for + application. Here are some reasons why we use dependencies:

+ + +
    +
  • androidx-appcompat: Provides backward compatibility for + newer Android features on older devices.
  • +
  • androidx-fragment-ktx: Facilitates working with + fragments in Android applications, with Kotlin extensions for easier + management.
  • +
  • androidx-media3-exoplayer: Integrates the ExoPlayer + media playback library into the application for audio and video content. +
  • +
  • androidx-media3-exoplayer-dash: Adds support for + playing Dynamic Adaptive Streaming over HTTP (DASH) content using + ExoPlayer.
  • +
  • androidx-media3-ui: Provides UI components and widgets + for controlling media playback using ExoPlayer.
  • +
  • androidx-work-runtime: Simplifies background processing + tasks in Android apps with WorkManager.
  • +
  • leakcanary-android: Detects memory leaks in Android + apps for improved performance and stability.
  • +
  • lottie: Enables the usage of Lottie animations in the + application for dynamic visual effects.
  • +
  • material: Provides Material Design components and + guidelines for designing modern user interfaces.
  • +
  • androidx-activity: Includes the androidx.activity + library for implementing activities in Android apps.
  • +
  • junit: The JUnit testing framework for writing and + executing unit tests in Android apps.
  • +
  • androidx-constraintlayout: Offers a flexible layout + manager for designing complex user interfaces.
  • +
  • androidx-junit: Provides JUnit testing framework + extensions for Android apps.
  • +
  • androidx-core-ktx: Kotlin extensions for the AndroidX + core libraries, making common tasks more concise.
  • +
  • androidx-espresso-core: The Espresso testing framework + for writing automated UI tests in Android apps.
  • + +
  • browser: This dependency provides the androidx.browser + library for handling web-related tasks in Android apps.
  • +
  • annotations: This dependency includes annotations from + JetBrains for improving code readability and maintainability.
  • +
  • onesignal: This dependency integrates the OneSignal SDK + for implementing push notifications in Android apps.
  • +
  • viewpager2: This dependency includes the + androidx.viewpager2 library for implementing swipeable views in Android + apps.
  • +
  • legacy-support-v4: This dependency provides + compatibility with older versions of Android through the + androidx.legacy-support-v4 library.
  • +
  • annotation: This dependency includes annotations from + the androidx.annotation library for providing additional information + about code elements.
  • +
  • sdp-android: This dependency includes the SDP (Scalable + Density Pixel) library for handling screen sizes and densities in + Android apps.
  • +
  • ssp-android: This dependency includes the SSP (Scalable + Size Pixel) library for scaling sizes based on screen densities in + Android apps.
  • +
  • core: This dependency provides the Google Play Core + library for accessing various Google Play services and features.
  • +
  • firebase-crashlytics: This dependency integrates + Crashlytics, a powerful crash reporting tool, into your Android app. It + helps track and analyze app crashes to improve stability.
  • +
  • firebase-analytics: This dependency adds Firebase + Analytics to app, allowing to collect and analyze user + engagement and behavior data to make informed decisions about app + optimization and marketing strategies.
  • +
  • firebase-config: This dependency includes Firebase + Remote Config, which enables to change the behavior and appearance + of app without publishing app updates. It allows to customize + app features and content dynamically.
  • +
  • firebase-inappmessaging-display: This dependency + integrates Firebase In-App Messaging, which enables to engage users + with targeted and contextual messages while they are actively using + app. It helps deliver relevant information and promotions to improve + user experience.
  • +
  • firebase-messaging: This dependency adds Firebase Cloud + Messaging (FCM) to app, allowing to send push notifications and + messages to users across different platforms and devices. It helps + keep users informed and engaged with timely updates and notifications. +
  • +
  • gson: This dependency includes Gson, a Java library for + serializing and deserializing JSON objects. It simplifies the process of + converting JSON data to Java objects and vice versa.
  • +
  • adapter-rxjava2: This dependency provides the Retrofit + adapter for RxJava 2, allowing to use RxJava with Retrofit for + asynchronous and event-based programming in Android apps.
  • +
  • converter-gson: This dependency adds Gson converter to + Retrofit, enabling Retrofit to automatically serialize and deserialize + JSON data using Gson.
  • +
  • retrofit: This dependency includes Retrofit, a + type-safe HTTP client for Android and Java. It simplifies the process of + making HTTP requests and processing responses in Android apps.
  • +
  • rxandroid: This dependency provides RxAndroid, which is + an extension of RxJava for Android development. It enables reactive + programming on the Android platform, allowing to compose + asynchronous and event-based code more easily.
  • +
  • rxjava: This dependency includes RxJava, a Java library + for reactive programming. It allows to work with asynchronous data + streams and compose complex asynchronous operations in a functional and + declarative style.
  • +
  • okhttp: This dependency includes OkHttp, a powerful + HTTP client for Android and Java applications. It supports HTTP/2, + connection pooling, interceptors, and other advanced features for + efficient network communication.
  • +
  • logging-interceptor: This dependency provides an + interceptor for OkHttp, allowing to log HTTP request and response + data for debugging and monitoring purposes.
  • +
  • circleimageview: This dependency includes + CircleImageView, a custom ImageView implementation with circular shape + support. It is commonly used for displaying circular profile pictures in + Android apps.
  • +
  • glide: This dependency provides Glide, a fast and + efficient image loading library for Android. It allows to load and + display images from various sources (e.g., URLs, local storage) with + caching and efficient memory usage.
  • +
  • compiler: This dependency is the compiler for Glide + annotations, used for generating Glide's API from annotation processing. + It helps in optimizing Glide's performance and reducing app size.
  • +
  • zoomage: This dependency includes Zoomage, a library + for implementing zoomable and pannable images in Android apps. It + provides a smooth and intuitive user experience for zooming and + navigating large images.
  • +
  • toolargetool: This dependency includes a library for + detecting and handling large screen sizes in Android apps. It helps in + optimizing the UI layout and ensuring a consistent user experience + across different devices.
  • +
  • autoimageslider: This dependency provides + AutoImageSlider, a customizable image slider component for Android apps. + It allows to create image carousels or slideshows with automatic + scrolling and navigation.
  • +
  • androidx-room-ktx: This dependency includes Room Kotlin + extensions, which provide Kotlin-specific functionalities and extension + functions for working with Room, a SQLite database library for Android. +
  • +
  • androidx-room-runtime: This dependency includes the + Room runtime library, which provides the core functionality for defining + and interacting with SQLite databases using Room annotations and APIs. +
  • +
  • androidx-room-compiler: This dependency includes the + Room compiler, which is used to generate SQLite database-related code + from Room annotations at compile time.
  • +
  • androidx-room-testing: This dependency includes Room + testing utilities, which help in writing tests for Room database + operations and ensuring the correctness of database-related + functionalities.
  • +
  • kotlinx-coroutines-android: This dependency provides + Kotlin coroutines support for Android, allowing to write + asynchronous and non-blocking code more easily using coroutines.
  • +
  • kotlinx-coroutines-core: This dependency includes the + core Kotlin coroutines library, which provides coroutine primitives and + utilities for asynchronous programming in Kotlin.
  • +
  • lifecycle-viewmodel: This dependency includes the + ViewModel component from the Android Architecture Components, which + helps in managing UI-related data in a lifecycle-aware manner.
  • +
  • lifecycle-livedata: This dependency includes the + LiveData component from the Android Architecture Components, which + provides observable data holders that are lifecycle-aware and can be + used to update UI components based on data changes.
  • +
  • lifecycle-common-java8: This dependency includes the + common Java 8 support for the Android Lifecycle library, which enables + the use of Java 8 features in lifecycle-aware components.
  • +
  • shimmer: This dependency includes Shimmer, a library + from Facebook that provides an easy way to add shimmering effect to any + view in an Android app. It is commonly used to indicate loading or + progress.
  • +
  • play-services-ads: This dependency includes the Google + Play services Ads SDK, which allows to integrate various types of + advertisements into Android app, including banner ads, interstitial + ads, and rewarded ads.
  • +
  • billing: This dependency includes the BillingClient + library, which provides APIs for interacting with Google Play Billing to + handle in-app purchases and subscriptions in Android apps.
  • +
  • webkit: This dependency includes the WebView component + from AndroidX, which allows to embed web content (HTML, CSS, + JavaScript) into Android app. It provides a powerful way to display + web pages and web-based content within app.
  • + +
+ + + +
+
+ + + + + + + +
+

+
+

+ For any questions or assistance, feel free to reach out to us. We're here to + help! +
+ Thank you for your interest and support. +
+ sumitra.devapps@gmail.com +

+ +
+ +
+
+ + + +
+ +
+
+ +
+ +
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/quesation-answers.html b/quesation-answers.html index f52d4c5..963d864 100644 --- a/quesation-answers.html +++ b/quesation-answers.html @@ -87,7 +87,48 @@
Is that IsSave App Safe?

+
When I use Instagram and IsSave, sometimes I get logged out? +
+
+

+ Ans: + Yes, this is normal. Instagram removes your multiple logins for security + purposes. To avoid this, do not log in to your account on multiple + platforms. Just keep it logged in on Instagram and IsSave. +

+
+
+ +
When I purchase a premium subscription, what features will + be provided?
+
+

+ Ans: + When you purchase a premium subscription, you will get the following + features: +

  • Remove ads
  • +
  • Unlimited downloads
  • +
  • Faster downloads
  • +
  • Priority support
  • +
  • Manage download history
  • +

    +
    +
    + +
    + Sometimes reels don't download, and nothing happens when I click download?
    +
    +

    + Ans: + The reason behind this could be that you are trying to download private + reels. You should log in to download them. + + Sometimes, public links also don't work because the creator has set a limit + on them, which can only be accessed after logging in. +

    +
    +
    What type of file formats does IsSave support for downloading?
    @@ -101,7 +142,18 @@
    What type of file formats does IsSave support for
    - +
    + How can I download a profile picture in HD quality? +
    +
    +

    + Ans: + To download a profile picture in HD, you need to copy the profile link and + then download it. Instagram does not allow direct HD profile view, but + through IsSave, you can download it in high quality. +

    +
    +
    Are there any limits on the number of videos I can download?