Earlier quoted context omitted.
Ah. From that description it sounds like there's not a real difference in what widgets allow apps to do, but there is in how easy it is to add and utilize widgets (with Windows being at one extreme, where all or most app icons are widgets)? Do you think that's an accurate assessment?
Sort of, I guess the biggest difference is in how you add them. Adding widgets is an intentional thing; you decide you want a weather widget on your screen. A tile is something you discover and decide to keep for later. So you find a restaurant you like, you pin it. You don't say "I want to pin something, let me look through a list of pinnable things and pick one".
Nobody Knows That I Use These Apps
31–40 of 66 posts
Re: Nobody Knows That I Use These Apps
#32I love this about Windows Phone's Live Tiles. I never open my weather app. I hardly ever open the Facebook app. I hardly ever open my stock market app. I just check their Live Tile, and at a glance it tells me exactly what I need to know. It's the biggest thing I miss, by far, when I'm using my Android phone. The information density of Android and iOS doesn't even come close, even with a proper notification center. I…
I think the Google Now widget does quite a good job. It tells me the weather, if I have a package being delivered, sports scores, and quite a few other things. Granted, I've used Live Tiles and did find them pretty useful and I like the flat UI so I think my ideal experience would be a combination of both Now with Live Tiles.
Re: Nobody Knows That I Use These Apps
#33Earlier quoted context omitted.
Ah. From that description it sounds like there's not a real difference in what widgets allow apps to do, but there is in how easy it is to add and utilize widgets (with Windows being at one extreme, where all or most app icons are widgets)? Do you think that's an accurate assessment?
Sort of, I guess the biggest difference is in how you add them. Adding widgets is an intentional thing; you decide you want a weather widget on your screen. A tile is something you discover and decide to keep for later. So you find a restaurant you like, you pin it. You don't say "I want to pin something, let me look through a list of pinnable things and pick one".
Re: Nobody Knows That I Use These Apps
#34Earlier quoted context omitted.
> Widgets just aren't comparable. I'm curios, I haven't used Windows Phone, what's not comparable?
The live-ness of tiles is overstated, in my opinion, but the concept of tiles is wonderful. Here's an example: you're going on a trip so you pin restaurants that look interesting from Urbanspoon, a map to your meeting location from Maps, and some sites you want to see from their web pages. It turns your home screen into a todo list, which is interesting to me.
But most widgets are not very interactive, they are more like app preview snapshots, with a tap to launch the app.
Re: Nobody Knows That I Use These Apps
#35On Android push notifications are done through GCM (Google Cloud Messaging), when it's sent your application gets a callback (Intent). So it is up to the application to decide what to do with it, whether it is to show a notification or do something else entirely. So on Android you have a pretty good idea that the the user is actually getting a notification. Jelly Bean and up you can also do very rich notifications with images and actions built right into it.
On iOS when a remote push notification is received there is no indication sent to the application at all. The only way the application knows something has happened is if the user actually opens the notification.
I haven't programmed on windows phone, so I am not sure how much an app developer knows that a user is viewing a live tile or not. Maybe someone who's built one can chime in.
Overall it seems to me, that what the author is describing is Android, where the app developer has at least some feedback as to whether a user is seeing the notification (albeit not an exact: user has seen x notif).
Edit: Wording
Re: Nobody Knows That I Use These Apps
#36 Warning: sprintf(): Too few arguments in /home/jakelevine/webapps/blog3/wp-content/themes/codium-extend/functions.php on line 190Re: Nobody Knows That I Use These Apps
#37I know this is completely off topic, but is there any reason a website should have a rapidly changing gif animation as their tab icon? I tend to open a ton of tabs and leave them open ( particularly if they're interesting and I want to re-read it or refer to it in a blog post), but the constant oscillation of that tab icon is so distracting that I feel compelled to close that tab as soon as possible since it's going…
I had to test in most of my installed browsers before I found one that actually animated the icon - Firefox. Chrome, Safari, and Opera have all decided (rightly, you'll probably agree) that allowing animated favicons is not a good idea.
Re: Nobody Knows That I Use These Apps
#38Isn't the value from the number of installs of a app or the number of times someone paid for the app? Unless they started using notifications to send me ads....which with 100% certainty cause me to uninstall the app (if such a practice is even allowed).
Re: Nobody Knows That I Use These Apps
#39Seems like the author has only worked with iOS. On Android push notifications are done through GCM (Google Cloud Messaging), when it's sent your application gets a callback (Intent). So it is up to the application to decide what to do with it, whether it is to show a notification or do something else entirely. So on Android you have a pretty good idea that the the user is actually getting a notification. Jelly Bean a…
I'm not well versed in push notifications, but I thought this was part of the value that a company like Urban Airship would provide?
Re: Nobody Knows That I Use These Apps
#40These are all vanity metrics, not revenue metrics. There is no problem in adding a new one to the list: "Notifications served" and assuming they are received by engaged users. Just like page views and visits, as good and as bad.