Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.52 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.52 KB

XAML Independent Project

Description

Labs 1-6: experimental apps to explore using the widgets(button, DatePicker, TimePicker, ScrollViewer, hamburger menu), SplitView, StackPanel, data binding, Weather Underground API
IndependentProject: Utilized APIs of three different news media to display current news. Incorporated widgets and data binding.

Preview

main 1 1-5 2 3 fsdfv

How It Works

If the hamburger button is clicked, three different categories (sports, techology, business) of media would be specified. If the user clicks on each of them, the inner panel will display the recent news from a publisher of the category. Each article will be simplified on display, with its title, author, and short description present. The boxes containing the articles are clickable, such that if clicked, a pop-up will appear with the url. Back button on the top left will direct to the previous page.