1 / 14

Programowanie w Windows Phone N iby .Net, a jednak by Basia Fusińska

Programowanie w Windows Phone N iby .Net, a jednak by Basia Fusińska. O mnie. Programistka Architekt Manager Wykładowca Coach Szkoleniowiec. Agenda. Konfiguracja środowiska developerskiego Uruchamianie i debuggowanie Interfejs użytkownika MVVM Request & Response

mika
Download Presentation

Programowanie w Windows Phone N iby .Net, a jednak by Basia Fusińska

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programowanie w Windows Phone Niby .Net, a jednak by Basia Fusińska

  2. O mnie Programistka Architekt Manager Wykładowca Coach Szkoleniowiec

  3. Agenda Konfiguracja środowiska developerskiego Uruchamianie i debuggowanie Interfejs użytkownika MVVM Request & Response Testowanie Baza danych

  4. Konfiguracja Windows 8 Pro 64-bit Visual Studio 2012 Windows Phone SDK 8.0 Visual Studio Express 2012 Szablony projektów Emulator Rejestracja telefonu

  5. Uruchamianie i debuggowanie Uruchamianie Telefon Emulator (Hyper-V) BIOS 4 GB RAM DHCP Hyper-V Administrators Debuggowanie Telefon Emulator

  6. Gesty Tap DoubleTap Hold Pan Flick Pinch/Spread

  7. Nawigacja Back button, back stack

  8. Strony i kontrolki Page User control App Bar Panorama/Pivot Context Menu Message Box Tiles

  9. Bindings & Templates Binding DataContext <TextBox Text=”{Binding Name}” /> Template <TextBox Text=”Trolololo” Template=”{StaticResource TBTemplate}”/> <DataTemplate x:Name=”TBTemplate”> ... </DataTemplate>

  10. MVVM Frameworki (porównanie) Caliburn.Micro MVVM Light Toolkit Simple MVVM Toolkit Prism Kontenery DI ServiceLocator View-ViewModel

  11. Request & Response var request = (HttpWebRequest)WebRequest.Create(); var response = request.GetResponse(); var response = request.GetResponseAsync();

  12. Testowanie Unit Test Project Windows Phone Unit Test App

  13. Baza danych Isolated storage SQL CE LINQ to SQL Brak wsparcia dla komend T-SQL Brak transakcji SQLite LINQ to SQL Transakcje Używa Async Wsparcie dla komend T-SQL

  14. Pytania? Basia Fusińska barbara.fusinska@gmail.com basia.fusinska@getbase.com

More Related