Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a function that gets the list of all the installed applications on the user's phone. Is there anyway I can sort this list based on the category of the application installed?
Example - Messenger,Whatsapp, Facebook messenger}
What is the best way to achieve this?
Application info may contains some like this:
Packagename,
Applicationname,
Permissions,
icons & images.
So, We can't be able to get google playstore data for that app. Google playstore have category and other that cant get as programatically.
u may try on this sdk but its unofficial API http://code.google.com/p/android-market-api/
Reference: https://stackoverflow.com/a/6175782/4609016
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is there a way to count how many users currently installed my app on their phone , then show the result for example in a text View ?
According to this answer there is an open source called Andlytics Project which will enable you to reach your goal, also you can view this library called segment which as they said it enables you to :
Collect customer data with one API and send it to hundreds of tools
for analytics, marketing, and data warehousing.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I've developed an enterprise android app which targets specific set of users. Is there a way to restrict the app not to be downloadable by other persons.
Something like asking for a password before downloading the app, so that I can distribute the password to my specific app users.
You can use play store private channel feature which allows you to control which users or user groups can download the apps. Please have a read.
There is no way to restrict exactly download and install the app but nobody prevents you from asking for the password after the application starts.
To stay civilized, I would recommend to provide at least some useful functionality for all users as well, and do not forget to document in the description about the password.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm developping an android app and I want to post some data from my app on facebook. I can post data from my own account but i can't from a different account how can i fix that? Can anyone help?
If your app is in development mode, then only people with admin/developer/tester roles can use your app. Either add them to those roles in your app settings, or set your app to public.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to know if the link on contact page that I'm working on don't have error.
I mean if the android user not installed google maps app yet, what's happens when his touch the image link? Or as iOS, the maps app Already comes installed?
One possible approach is checking if the user has Google Maps installed on the device. If not, direct the user to the Play Store. This link can be useful
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a new app that I made and put in the store yesterday.
I am able to see it here: https://play.google.com/store/apps/details?id=com.problemio
but there is absolutely no way I can see it in the app store when I search for any terms. Any idea how I can get it to show up in the app store?
It says that the app IS compatible with my phone so I don't see why it wouldn't show up for me.
There are many reasons an application might be filtered for a given device. This is a good article that explains how the market will filter applications from a given device. You might want to read through that to find why you are not seeing the application. If the application is up on the website than it has been posted on the market so your app is being filtered for some reason.