web stats service from statcounter

Xiaomi founder Lei Jun details 2018 expansion plans in letter to employees [ad_1]

The company's founder and CEO, Lei Jun has credited the Mi Mix 2 and Surge S1 for the company's success in 2017 and has shed some light on their expansion plans for this year.

Xiaomi founder Lei Jun details 2018 expansion plans in letter to...

Xiaomi Founder and Chief Executive Officer Lei Jun has addressed a letter to all company employees at their year-end gala. Explaining the company’s success, he also lays out the company’s ambitious plans for expansion, along with what their employees and customers can expect in 2018. 



Lei Jun says that the company’s success comes from the business model and values. Rather than going after short-term gains in terms of hardware profit, the company values trust amongst consumers. He notes that the company has entered more than 70 markets globally and is hoping to debut in many new markets worldwide this year. 



The company executive also touted their performance in global other markets such as India, Russia, Spain and Indonesia saying, “India is an extraordinary example. According to multiple research firms, starting Q3 last year, our smartphone market share in India has become number one. Also, with Indonesia representing Southeast Asia, Russia representing Eastern Europe, and Spain representing Western Europe, all our markets have shown strong growth.”



Talking about the company’s plans for their home market, Jun says, “On the domestic front, we have to start a full counter-attack and accumulate small successes into a full victory, sparing no effort to ensure that we have the ultimate victory in 2019. So this year I am setting a new goal: We will regain the #1 position in China within 10 quarters.” He further adds, “In 2018, the Chinese smartphone market is poised to experience a decline for the first time after more than a decade of growth. The Chinese market is Xiaomi’s foundation. Only by winning in the domestic market  can we have enough support for global expansion.”



The CEO said that the company crossed RMB 100 billion revenue in October 2017, seven years since their inception. He states that the company doubled its global shipments last year and attributes this success to three main reasons namely; technological innovations like the Surge S1, bezel-less Mi Mix 2, focus on quality, and growth in Xioami’s global business with Xiaomi being no.1 in India (IDC’s report). 



Xiaomi indeed seems to hold high ambitions for expansion in 2018. The company will soon unveil its first smartphones of 2018 in India on February 14. Its speculated that the company might be launching the Redmi Note 5, the successor of its previous year’s most selling smartphone, the Redmi Note 4. You can read what the upcoming device could offer here.


Interesting Galleries

  • Top launches of the week: May 22, 2015

    Top launches of the week: May 22, 2015

    6 weird inventions that tried too hard

    6 weird inventions that tried too hard

  • Top launches of the week: June 5, 2015

    Top launches of the week: June 5, 2015

    Top launches of the week: May 29, 2015

    Top launches of the week: May 29, 2015

  • Top stories of the week: May 22, 2015

    Top stories of the week: May 22, 2015

    Top launches of the week: June 12, 2015

    Top launches of the week: June 12, 2015

  • Top stories of the week: May 29, 2015

    Top stories of the week: May 29, 2015

    The Intel Compute Stick, in pictures

    The Intel Compute Stick, in pictures

  • Top stories of the week : June 12, 2015

    Top stories of the week : June 12, 2015

    Top stories of the week: June 5, 2015

    Top stories of the week: June 5, 2015

  • In pictures: ETI Dynamic's Solar Electric Hybrid Vehicle

    In pictures: ETI Dynamic's Solar Electric Hybrid Vehicle

    17 upcoming movies of 2015 that have us excited

    17 upcoming movies of 2015 that have us excited

  • 5 great gadget deals under Rs 10,000

    5 great gadget deals under Rs 10,000

    Top stories of the week: May 15, 2015

    Top stories of the week: May 15, 2015

  • Best tech you can buy on a budget

    Best tech you can buy on a budget

    Top launches of the week: May 15, 2015

    Top launches of the week: May 15, 2015




').insertAfter('.inside-container p:eq(1)'); */
// $( "http://www.digit.in/" ).insertAfter('.inside-container p:eq(0)');
//});#}
//method to trunkate the text
function shorten(text, maxLength) {
var ret = text;
if (ret.length > maxLength) {
ret = ret.substr(0,maxLength-3) + "...";
}
return ret;
}

$(function(){
//function to put utm on DontMiss links
/*if(isDesktop()){
$('div.dontMiss > a').each(function(){
$(this).prop('href', $(this).prop('href')+'?utm_source=within_article&utm_medium=desktop&utm_campaign=related');
//trunkate dont miss content
var sub = shorten($(this).html(),47);
$(this).html(sub);
});
}else{
$('div.dontMiss > a').each(function(){
$(this).prop('href', $(this).prop('href')+'?utm_source=within_article&utm_medium=mobile&utm_campaign=related');
});
}*/

//disabled method to append dontmiss links to page content by Mayank
/*$('div.dontMiss > a').each(function(index){
//loop over each list item

// if(index%2 > 0){
// index = index - 1;
// }
if($('.inside-container > p:eq('+index+')').length){
if(isDesktop()){
$('.inside-container > p:eq('+((index * 2) + 1)+')').append('

Related: ' + $(this).html() + '' );
}else{
$('.inside-container > p:eq('+((index * 2) + 1)+')').append('

Related: ' + $(this).html() + '' );
}
}
});*/
$('div.dontMissArea').hide();

/* if(isDesktop()) {
$('div.dontMissArea').hide();
}else{
$('div.dontMissArea').show();
} */

/*
* ga event tracking on page scroll start and end by Mayank
*/

// Debug flag
var debugMode = false;

// Default time delay before checking location
var callBackTime = 100;

// # px before tracking a reader
var readerLocation = 150;

// Set some flags for tracking & execution
var timer = 0;
var scroller = false;
var endContent = false;
var didComplete = false;

// Set some time variables to calculate reading time
var startTime = new Date();
var beginning = startTime.getTime();
var totalTime = 0;

// Get some information about the current page
var pageTitle = document.title;


// Track the aticle load -- disabled
if (!debugMode) {
// ga('send', 'event', 'Reading', 'ArticleLoaded', pageTitle, {'nonInteraction': 1});
// console.log("ga('send', 'event', 'Reading', 'ArticleLoaded', pageTitle, {'nonInteraction': 1}");
} else {
alert('The page has loaded. Woohoo.');
}

// Check the location and track user
function trackLocation() {
bottom = $(window).height() + $(window).scrollTop();
height = $(document).height();

// If user starts to scroll send an event
if (bottom > readerLocation && !scroller) {
currentTime = new Date();
scrollStart = currentTime.getTime();
timeToScroll = Math.round((scrollStart - beginning) / 1000);
if (!debugMode) {
ga('send', 'event', 'Reading', 'StartReading', pageTitle, timeToScroll, {'metric1' : timeToScroll});
} else {
alert('started reading ' + timeToScroll);
}
scroller = true;
}

// If user has hit the bottom of the content send an event
if (bottom >= $('.inside-container').scrollTop() + $('.inside-container').innerHeight() && !endContent) {
currentTime = new Date();
contentScrollEnd = currentTime.getTime();
timeToContentEnd = Math.round((contentScrollEnd - scrollStart) / 1000);
if (!debugMode) {
if (timeToContentEnd = height && !didComplete) {
currentTime = new Date();
end = currentTime.getTime();
totalTime = Math.round((end - scrollStart) / 1000);
if (!debugMode) {
ga('send', 'event', 'Reading', 'PageBottom', pageTitle, totalTime, {'metric3' : totalTime});
} else {
alert('bottom of page '+totalTime);
}
didComplete = true;
}
}

// Track the scrolling and track location
$(window).scroll(function() {
if (timer) {
clearTimeout(timer);
}

// Use a buffer so we don't call trackLocation too often.
timer = setTimeout(trackLocation, callBackTime);
});
});



').insertAfter(".inside-container p:eq(2)");
}

});


[ad_2]

Source link

By,
Mr. Service,
Mobile, Laptop and Desktop Repair,
Kancheepuram.




























































































































































































































































قالب وردپرس

0 comments:

Post a Comment

 
Top