activities.tundem.com / ApplicationReader


AndroidActivities is a small site which provides required information for icon themers.
It provides the ApplicationName, PackageName, ComponentInfo, IconUrl (for PlayStore apps) and everyone can use it for FREE!
The project consist of the site (activities.tundem.com) and a companion app (ApplicationReader)
The site is here to search and find, and the app is required to fill the database with the apps information (there is no api to get these information from the Google Play Store)
My db isn't that huge right now, but the more people who install the ApplicationReader app and upload their apps, the better this service will get!

=== activities.tundem.com ===
[*] Find all available apps
[*] Search for available apps
[*] Get PackageName by AppName
[*] Get ComponentInfo by PackageName/AppName
[*] Get IconUrl by PackageName/AppName
=== ApplicationReader ===
[*] Upload all your apps information
[*] Upload app information of a single app
[*] View the information of your apps
[*] AutoUpload new apps (Everytime you install an app it will upload it)
=== General ===
If you would love to see any (new) features, changes.
Please report here in this thread and i will try to bring it to you!

I tried to make the process as easy as possible.
[1.] Load the site activities.tundem.com
[2.] Search for an app
[3.] Copy the required information

There's also a really small api for devs who need the information as json.
You can find the api here: api.activities.tundem.com/get
Here's the list of possible params:
[*] q= - Search for a searchterm
[*] e= - Search for an exact match
[*] l= - Limit the results
[*] i= - Set this param to get the icon url (only for play store apps)
[*] o= - Order by. Possible values: ("new")
Sample: api.activities.tundem.com/get/?q=com.android.gallery3d&i=true&o=new
You can beautify / tidy it here if you like: json.format.tundem.com/

[*] None right now

activities.tundem.com
ApplicationReader
Thanks for the idea:
activities.droidicon.com/
Thanks for some scripts / solutions:
stackoverflow.com/