DEV Community

Ank
Ank

Posted on

What is apk store?

The functionality of mobile devices running the Android operating system, the most used mobile operating system globally, can be extended using "apps" – specialized software designed to offer users the means to use their devices for specific additional purposes. Such apps are compiled in the Android-native APK file format which allows easy redistribution of apps to end-users.

Most apps are distributed through Google's Play Store but many alternative software repositories, or app stores, exist. Alternative app stores use Android devices' "Unknown Sources" option to install APK files directly via the Android Package Manager.

Third Party app store

App stores that do not rely on pre-installation by the manufacturer are an alternate option for finding Android applications. Apps offered through third-party app stores or websites, created by parties not affiliated with the device or operating system (OS), are also third-party apps.

Such stores include:

Aptoide
F-Droid a FOSS software store focused on privacy.
Obtainium a FOSS software store that tries to install directly from the source.
TapTap
Modfe
Playapks An app store that installs apps directly from source.
Cafe Bazaar
Myket [fa]
Accrescent
Enter fullscreen mode Exit fullscreen mode

This form of the app store is often used by web developers to distribute apps that are not allowed in the Google Play Store; this may be due to an app allowing users wider access to the app system, or offering apps for "niche users" who choose to use only free and open-source software (F-Droid) or prefer to play indie games (Itch.io). Moreover, there are alternative stores that serve to distribute "hacked" versions of paid apps, for no cost.

Top comments (1)

Collapse
 
dotallio profile image
Dotallio

F-Droid and Obtainium are lifesavers.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.