Slashdot Mirror


Microsoft Brings Office To Android Smartphones For Free

Mark Wilson writes: After a few weeks in preview, Microsoft Office is now available for Android smartphones. Despite Microsoft's mobile-first, cloud-first philosophy, it has actually taken some time to bring the world's most popular office suite to Android phones — it joins the tablet version of the suite that was released last year. Just like the tablet editions, the phone versions of Word, Excel, and PowerPoint won't cost you a penny, allowing for the viewing and editing of a range of files when on the move. There is a cloud focus with support for not only OneDrive, but also Google Drive, Dropbox, and Box, and Microsoft says it has made changes based on the feedback received during the preview period.

24 of 85 comments (clear)

  1. 104Mb by ledow · · Score: 4, Informative

    104Mb download just for Word on its own.

    Wow. Seems like all those years of bloated coding are coming back to bite them.

    Install office with very limited use on a mobile, and you lose half a Gig of internal storage on your smartphone and still might have to pay for an Office 365 subscription.

    1. Re:104Mb by spire3661 · · Score: 2

      The problem is phone manufacturers are holding everyone back to rape them on memory. We should be lambasting the phone companies for such pathetic offerings. Base memory on the cheapest pocket computer should be 32 GB

      --
      Good-bye
    2. Re:104Mb by spire3661 · · Score: 4, Informative

      I would like to point out Windows 8.1 can run on a 16 GB partition with 1 GB of ram. Further, MS has historically always pushed hardware.

      What intel giveth, Microsoft taketh away

      --
      Good-bye
    3. Re:104Mb by MightyMartian · · Score: 3, Funny

      Thank God! Can you imagine how big the binary would have to be with all those statically linked .NET libraries?

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    4. Re:104Mb by MightyMartian · · Score: 4, Interesting

      Why would I want to use either on a phone or smaller tablet?

      That's really the point here. Full-pop word processors are not only going to take up huge amounts of limited flash storage and RAM, but they aren't even necessary.

      I use Google's document, spreadsheet and slideshow offerings on my Nexus 5 and Nexus 7. They don't render every aspect of an Office document, though they are getting a lot better (Excel charts display pretty well in Sheets), but I'm really just looking for "good enough", in this case mainly reading, and maybe a very small amount of notation or editing. I'll go to my PC or notebook if I actually want to full blown spreadsheet work or composition. Even with a fully functional version of Word available for my smart devices, I wouldn't pay for the functionality because I'm not a masochist.

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    5. Re:104Mb by nine-times · · Score: 2, Informative

      I would like to point out Windows 8.1 can run on a 16 GB partition with 1 GB of ram.

      It can. Theoretically. Just don't install applications or updates, and you might have space enough to run the system and store a few documents.

    6. Re:104Mb by Anonymous Coward · · Score: 5, Informative

      What do you mean, "smaller"? Apple's Write for iOS is over 200Mb.

    7. Re:104Mb by JamesTRexx · · Score: 4, Informative

      Windows 8.1 can run on a 16 GB partition with 1 GB of ram

      Debian testing, Libreoffice, Eclipse, GIMP, Iceweasel, a whole bunch of other programs and utilities; 10G used on disk (including 2.3G home directory), about 1G RAM actively used of 3, the rest is cache.

      No matter how you look at it, Microsoft has never been in the lean and mean camp. Neither with OS nor Office, database, virtualisation software.
      Maybe open source development fosters a more efficient use of hardware by its nature?

      --
      home
    8. Re:104Mb by shutdown+-p+now · · Score: 2

      IIRC, a typical large Xamarin app contains about 20 Mb of framework code before the linker strips everything that isn't actually used. This usually get reduced to several times less after linking. So in this case, I doubt you'd notice the difference.

  2. Re:Free? by ledow · · Score: 4, Interesting

    Limited functionality unless you have an Office 365 account you can sign into to unlock all the features.

  3. Re:Free? by Lunix+Nutcase · · Score: 2

    Free means no charge and there are no ads. You only pay if you want to use advanced features that you need to have an Office 365 subscription to unlock.

  4. Re:Free? by ledow · · Score: 2, Informative

    "Advanced features" like being able to write in a blank document, or change a character in an existing one.

    Basically it's view-only unless you pay.

    That's not so bad for smartphone, but absolutely no different to the tablet versions at all (which are effectively useless beyond being a free document viewer, which you can get thousands of).

  5. Even more ways to destroy my files! by damn_registrars · · Score: 5, Funny

    Considering how poorly files move between different versions of Office for the same platform (and some times even between the same version for the same platform!) I look forward to now being able to trash my files on the go. Thank you Microsoft, I have been wishing for some time that you would find a way to make my files even more fragile yet.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  6. Re:Free? by MightyMartian · · Score: 3, Insightful

    Or Office for that matter.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  7. Google Docs... by DarthVain · · Score: 3, Informative

    Or you could just use Google Docs in your browser. Unsurprisingly also supports Google Drive.

    So MS makes a pointless app, and makes it free!

  8. Re:Free? by muirhead · · Score: 3, Informative

    I've installed it to edit my CV. Most features are there, and I could open and edit a new blank doc. You need a Microsoft account to sign on, but an Office 365 subscription isn't needed. Who going to be worried about tracked changes whilst using a tablet?

  9. Why do I need the vendor lock-in? by walterbyrd · · Score: 2

    I do not develop big complicated documents on my phone.

    For my phone, a standard text editor is more than enough.

    If somebody emails a .docx file, I'll wait until I am on a computer with LibreOffice.

  10. Re:Low quality software must be free (as in beer) by neilo_1701D · · Score: 2, Interesting

    ... as that would show the absolutely low quality of their code

    What is directly known about Microsoft code doesn't support your argument. For example, after the Windows 2000 code leak several people did their own analysis of the code. For example, kuro5hin concluded:

    In short, there is nothing really surprising in this leak. Microsoft does not steal open-source code. Their older code is flaky, their modern code excellent. Their programmers are skilled and enthusiastic. Problems are generally due to a trade-off of current quality against vast hardware, software and backward compatibility.

    Note that last sentence: Problems are generally due to a trade-off of current quality against vast hardware, software and backward compatibility.

    More recently, static code analysis was done on the legally released Word for Windows 1.1a by PVS-Studio. They concluded:

    I have found very few strange fragments. There are two reasons for that. Firstly, I found the code to be skillfully and clearly written. Secondly, the analysis had to be incomplete, while teaching the analyzer the specifics of the old C language wouldn't be of any use.

    In short, there may be many reasons not to pay for Microsoft's software. Your perception of the quality of their code is not one.

  11. Re:Free? by bondsbw · · Score: 4, Insightful

    Not correct.

    You might need to learn the difference between "Not correct" and "Pretty much exactly what you said, but I don't like it so I'm going to make a big deal where such is not warranted".

    --
    All my liberal friends think I'm a conservative, all my conservative friends think I'm a liberal.
  12. Re:Google should move on by MightyMartian · · Score: 3, Informative

    That's odd. I can use Google Drive, create documents and spreadsheets on all the above platforms, download them in multiple formats and edit them on other platforms.

    Why would I pay Microsoft money for that which I can already do?

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  13. Re:Google should move on by CastrTroy · · Score: 2, Interesting

    I'm surprised Windows 8 hasn't already killed Android on tablets. Guess it takes people a while to realize how bad Android is. I have a Surface 2 RT, and the OS itself is so much better than Android. It's a shame developers didn't latch on to the Windows app store more. It's truly a joy to use this device. Android really is quite crippled. No native support for multiple apps. No native support for Google Drive (developer has to write their own code to support it). No native support for network shares. Doesn't come with a command line.

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
  14. It's a trap! by walterbyrd · · Score: 2, Insightful

    Microsoft is just trying to get everybody locked in to their proprietary format.

  15. Re:Free? by bondsbw · · Score: 2

    To quote muirhead:

    Most features are there, and I could open and edit a new blank doc.

    You are the one who has created the straw man, stretching "most features are there" into "fully-features other than obscure features like version tracking".

    You also seem to be assuming that muirhead was talking about the commercial version. He never stated that or indicated it in any way. The average user, by far, would be subject to the consumer edition and not the commercial one, so this is also quite a stretch you made.

    It's not about whether I like your post, or whether you provided useful information. It's about you mixing FUD into your response.

    --
    All my liberal friends think I'm a conservative, all my conservative friends think I'm a liberal.
  16. Re:Thanks but no thanks by hairyfeet · · Score: 2

    Let me translate..."Wahh I don't like the laws as written because it hurts the OS I wave a flag for, so its "exploitation" to use the patents as the law intended"...is that REALLY your position?

    If you don't like the laws? Form a PAC, do a ton of E-Begging, then bribe congress critters until you get the law changed.....but don't be surprised when you go to big Linux corps like Google and Red Hat and they tell you to pound sand, because the current system benefits them too by raising the barrier of entry to potential competition....or is it your position that GOOG and RHEL are "exploiters" too?

    --
    ACs don't waste your time replying, your posts are never seen by me.