Earlier quoted context omitted.
Really? Sounds like about 20 seconds to throw a database query together to generate the list. Cache it until the user makes a purchase or we redo the statistics. If you consider the work involved in generating the top 10 list a per user filter is next to nothing in added computation time. Especially since it is just a marketing tool not something that needs to be updated in real time.
Now you've gone from "find the top 10, cache it once" to "find the top 10 200M times, cache it 200M times" (and 200M is lower than you need.) Say you find the top 500 apps instead and cache that. You still have to iterate over that 200M times, looking up each users list of apps (~50-100 on the average, I have 400+ in my list), intersecting them, making sure there's still a top 10, and caching the results. Either way,…
Get Rid of the App Store’s “Top” Lists
141–147 of 147 posts
Re: Get Rid of the App Store’s “Top” Lists
#142Re: Get Rid of the App Store’s “Top” Lists
#143Re: Get Rid of the App Store’s “Top” Lists
#144Earlier quoted context omitted.
Eh, I just got an iPad for my mom, after owning several Android phones and tablets, and my sister used to use an iPod touch as well. We both agreed that the App Store is a piece of trash. It's slow, confusing to navigate around, and doesn't auto update your apps (I think I heard that's coming in iOS7?). It looks the same as it did on my sister's old 2G iPod touch. Meanwhile, the Play Store search and navigation used…
I've found pretty much the opposite for the Play Store. I like that it's relatively fast and much more responsive than the App Store (which is quite frankly terrible), but finding anything I actually want is a pretty dismal experience as well (this is unrelated to the quality of the actual apps themselves). All the navigation is counter-intuitive (What do you mean swiping to the left doesn't go back and instead takes…
Re: Get Rid of the App Store’s “Top” Lists
#145Earlier quoted context omitted.
Why do you want to ship more data to the client - which they're paying for, btw - to solve a problem that most of them seem to not care the blindest bit about? And why do more work on the server side when you don't have to? I appreciate there's a nerdy "IT MUST BE CORRECT" aspect to this but Apple are making billions - why would they bother doing work and creating potential support problems for themselves to gain may…
Nice way to move the goal posts. You said He unsuggested it after I walked through the umpteen problems involved in implementing this over hundreds of millions of accounts. which has nothing to do with how much money Apple makes, or what fraction of a fraction of a fraction of a percent of Apple's income it would take to implement and maintain, or what kind of support problems there would be. Considering how Apple al…
Re: Get Rid of the App Store’s “Top” Lists
#146Earlier quoted context omitted.
I've found pretty much the opposite for the Play Store. I like that it's relatively fast and much more responsive than the App Store (which is quite frankly terrible), but finding anything I actually want is a pretty dismal experience as well (this is unrelated to the quality of the actual apps themselves). All the navigation is counter-intuitive (What do you mean swiping to the left doesn't go back and instead takes…
Err, why would swiping to the left go back? This isn't a standard UI pattern in Android at all, and honestly I don't think it even makes any sense. The back button always takes you back to your search results in my experience, I don't know what else it would take you to.
Re: Get Rid of the App Store’s “Top” Lists
#147Earlier quoted context omitted.
Now you've gone from "find the top 10, cache it once" to "find the top 10 200M times, cache it 200M times" (and 200M is lower than you need.) Say you find the top 500 apps instead and cache that. You still have to iterate over that 200M times, looking up each users list of apps (~50-100 on the average, I have 400+ in my list), intersecting them, making sure there's still a top 10, and caching the results. Either way,…
If Google can customize the search results of the whole internet AS THE USER TYPES, Apple can probably manage to customize a top 10 list.
Who's going to steal Apple's #1 app store place if they can't be arsed doing per-user top 10 lists?