I want to reverse the GooglePlayStore app from the library.

Asked 2 years ago, Updated 2 years ago, 42 views

Thank you for your continuous support.

Use Okhttp client in commercial applications
I am considering it.

Regarding the description of the license, I was going to decide what to display on the screen by referring to other companies' apps.
Do you know any database sites that allow you to reverse-subtract applications published in GooglePlayStore from your library?

Instead of pinpointing the name of the application that uses Okhttp, please let me know which website you can use for general purposes.
For example, if there is a website where you can see that this app is doing something like this using this library, it would be interesting for amateurs, so I asked you a question.

Thank you for your cooperation.

android

2022-09-30 19:42

1 Answers

The only way to find out which libraries are used by individual Android apps is to download the .apk files of each app to your PC and extract them (and possibly decompile them).

According to research, it seems that some sites are used as statistics, but it would be quite difficult to find the usage of individual apps in reverse.

http://www.appbrain.com/stats/libraries/dev

Okhttp itself is a major library, so it would be more efficient to identify and investigate what apps are being used from articles and information such as case studies.


2022-09-30 19:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.