Is it possible to create chart of apps made by gideros? It is really interesting to know most downloadable apps made by smbdy of us. Sure, nobody knows correct numbers, but approximate is enough. Yep, we have tons markets for android, but it will be ok to have Google Play and iOS charts. I think that in same range of downloads it should be sorted by number of stars(not average rating, but summ of 1*number of 1star reviews + 2*number of 2 star reviews, etc).
And it will be good for gideros too, because newbies will see top apps by gideros.
Comments
But sure we can try, maybe starting with this thread, posting info here?
I think that better to collect info while exporting projects. For example, my application "Быстрый пикап" exported as com.debia.rapick. So i can find it in google play like "rapick". I'm not sure, but it looks like gideros-creators can collect data about exported projects and fetch data about it in google play.
And how do you think data can be collected from google play? Parsing HTML?
Or maybe there is some sort of API that I don't know about?
Time to implement it to ide is minimal to send one string. It is not easy to create chart that will work with this data on www - yes.
HTML is easy way and gideros doesn't have ton project now, so it is ok.
need a checkbox - "Take part in the top chart of Gideros applications"
+1 to topic starter
Besides implementation is not easy, ok you send a string from IDE, then server receives it stores, it, then you need to create a cron job to go over all apps and store stats (which would consume much resources when there would be many apps). Than you need to create a webscraping template to extract data, which will need to be updated every time Google changes web design.
And then in the end you also need to create a page to display this data.
And BTW you could not get any stats besides star ratings, I don't think Google play show download statistics on public page, only in developer's console.