surface-duo-app-samples/Widget
Joy Liu 023bdbac16
Update the app icons for all the samples (#51)
* Update PhotoEditor app icon

* Update app icons for PhotoEditor

* Update the icon for TwoNote

* Update icon for Widget

* Add missing file

* Update
2021-01-28 09:54:57 -08:00
..
app Update the app icons for all the samples (#51) 2021-01-28 09:54:57 -08:00
gradle/wrapper Add CI (#22) 2020-07-30 12:50:07 -05:00
screenshots Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
.editorconfig Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
.gitignore Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
LICENSE Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
README.md Hero notes (#36) 2020-08-18 13:21:01 -05:00
SECURITY.md Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
build.gradle Removed dummy tests and unused dependencies from Widget sample (#44) 2020-12-03 17:19:09 +02:00
dependencies.gradle Removed dummy tests and unused dependencies from Widget sample (#44) 2020-12-03 17:19:09 +02:00
gradle.properties Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
gradlew Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
gradlew.bat Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
ktlint.gradle Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00
settings.gradle Adding initial repo containing Widget sample (#17) 2020-07-27 14:26:41 -07:00

README.md

page_type name description languages products urlFragment
sample Surface Duo - Widget Widget example pulling RSS data from the Surface Duo blog or other sources.
kotlin
surface-duo
widget

Widget

This sample contains a Kotlin application designed for Surface Duo. The application provide a widget that can be added to the Android home screen, presenting a list of blog posts. Tapping a blog post entry opens it in the web browser.

Get Started

To learn how to load apps on the Surface Duo emulator, see the documentation, and follow the blog.

Features

  • App lets you choose between different RSS data sources
  • Widget queries RSS feed and displays content on your home screen

Screenshot of widget on the home screen

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

Copyright (c) Microsoft Corporation.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.