Will Apple lose the smartphone war without Steve Jobs
Apparently, Elon Musk, founder of companies like Tesla and SpaceX, thinks that this is going to change at some point, “because Jobs is out of the picture”. He has also added that “It really makes a difference who runs the company. [Google CEO] Larry Page is quite good and probably in the long run will come out on top.”
People are mainly criticizing Apple for the lack of visible innovation these days. While it is regularly updating its iOS platform, a much-anticipated visual overhaul is yet to happen. In addition, users seem to be getting a bit tired of the old user experience concept requiring almost everything to go through iTunes. Even Apple co-founder Steve Wozniak is among this group of unhappy people, recently saying that Microsoft’s latest efforts might be somewhat more innovative than Apple’s. Some are willing to put the blame on Apple’s new CEO, Tim Cook, who’s proven to be a brilliant operations expert, but not much of a technology innovator.
So let’s see what you think about this, then. We’ve put together a small poll here, so you can just voice you opinion on the matter.
Poll
function fetchPollResults(poll_id) {
$.get(
‘/phones/action/getwidget/widget/poll/poll_id/’+poll_id+’/results/show’,
{},
function(res) {
$(‘#wg_poll_’+poll_id).html(res);
},
‘html’
);
}
$(‘#wg_poll_181 input’).click(function (){
var sz = $(‘#wg_poll_181 input:checked’).size();
if (sz == 0) return;
$(‘#wg_poll_181 .poll_vote’).removeClass(‘s_button_1_disabled’);
$(‘#wg_poll_181 .poll_vote’).addClass(‘s_button_1_blue’);
});
$(‘#wg_poll_181 .poll_vote’).click(function (){
var sz = $(‘#wg_poll_181 input:checked’).size();
if (sz == 0) {
showError(‘Please, select one option.’);
return;
}
$(this).hide();
var a = $(‘#wg_poll_181 form’).serialize();
pollVote(a
, function (result){
if (!result.code) {
showError(result.message);
} else {
fetchPollResults(181);
}
});
});
$(‘#wg_poll_181 .poll_results’).click(function (){
$(this).html(‘
‘);
fetchPollResults(181);
});
via: Neowin
Will Apple lose the smartphone war without Steve Jobs
0 comments: