From d2efe66946118291ce234ae5cff1979e077ad70d Mon Sep 17 00:00:00 2001 From: Tomi Paananen Date: Mon, 16 Dec 2013 12:54:46 +0200 Subject: [PATCH] Updated the README.md. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d24cfa5..c5eb42f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ Phone Info ========== -Phone Info is a Nokia example for retrieving hardware information of a Windows -Phone device. The methods demonstrated by this app can be used for adapting your -application to wider range of phone models; If a phone does not support a -certain non-vital feature of your application, you can gracefully adapt by -hiding that feature dynamically. +Phone Info is a Nokia example for retrieving both static and dynamic properties +of a Windows Phone device. The methods demonstrated by this app can be used for +adapting your application to wider range of phone models; If a phone does not +support a certain non-vital feature of your application, you can gracefully +adapt by hiding that feature dynamically. The same applies to optimising your +app for different screen resolutions and display sizes. ![General view on Nokia Lumia 1520](https://raw.github.com/nokia-developer/phone-info/master/doc/screenshots/general_l1520_small.png)  ![Cams and sensors view on Nokia Lumia 1520](https://raw.github.com/nokia-developer/phone-info/master/doc/screenshots/cams_and_sensors_1_l1520_small.png)  @@ -41,8 +42,10 @@ Lumia 520, Nokia Lumia 1020 and Nokia Lumia 1520. * `ViewModels/ItemModel`: A model of a single item in the Availability view * `ViewModels/MainViewModel`: The model which contains and allows to manage all the items in the Availability view -* `DeviceProperties`: The class which resolves and holds the information of - all the different phone specific properties shown by the application +* `DeviceProperties`: The main helper class which resolves and holds the + information of all the different phone specific properties shown by the + application. **This is the class to extract from this project and place it + into your own application.** * `MainPage`: Implements the application UI and controls the application logic **Required capabilities:**