Reputation: 13676
I am developing an Android app which needs to call other third party Android app and they are not providing any API/REST calls to get info like getting price of particular product/service etc.
Is it possible to get info of what third party app is selling if they are not providing APIs? I am new to Android.
Upvotes: 0
Views: 370
Reputation: 67209
No.
If an application developer has not created a public API for you to use, then third-party applications cannot use that app to get data.
If you want support for getting information from a specific application, you should contact the developer of that application to explore your options.
Upvotes: 2