Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Xamarin University - Mobile Training (Update 2017)

    Posted By: ParRus
    Xamarin University - Mobile Training (Update 2017)

    Xamarin University - Mobile Training (2017)
    WEBRip | English | MP4 + Project files | 1274 x 720 | AVC ~318 kbps | 30 fps
    AAC | 128 Kbps | 44.1 KHz | 2 channels | 56:42:26 | 13.25 GB
    Genre: eLearning Video / Development, Programming

    These video tutorials will suit those who are already familiar with C # and want to learn how to program it for iOS and Android. This is part of the official exchange rate for Xamarin, which is available to those who have a subscription to Visual Studio.
    Content:

    [AND101] Introduction to Xamarin.Android
    Introduces Android development. Covers the tool chain, Xamarin.Android projects, and Android fundamentals.

    [AND102] Activities and Intents
    Examines how to implement multi-screen apps with Activities.

    [AND110] List Views and Adapters in Android
    Learn how to create and work with scrollable lists of data using the Android ListView.

    [AND115] RecyclerView and CardView in Android
    This course shows how to use RecylerView and CardView to display collections of data.

    [AND205] Navigation Patterns
    Learn how to utilize some of the standard navigation styles in Android for multi-screen applications.

    [AND210] Introduction to Backgrounding in Android
    Discusses the Android Activity lifecycle and how to run code independent from it using Android services.

    [AND220] Publishing an Android App
    Video to walk you through publishing to Google Play and the Amazon store.

    [AND230] Google Maps
    Introduces supporting Google Maps for Android in your apps.

    [AND231] Location Services
    Learn how to add "location-awareness" into your Android apps to find interesting things around you.

    [AND240] Touch in Android
    This class examines how touch works in Android and covers View based touch events and gestures.

    [AND241] Gestures in Android
    Learn how to manage more complex touch gestures in your Android applications.

    [IOS101] Introduction to Xamarin.iOS
    Introduces iOS development, including the tools used and app fundamentals.

    [IOS102] Working with the Designer
    This course provides an introduction to using the Xamarin.iOS Storyboard Designer.

    [IOS110] Fundamentals of Table Views iOS
    Introduces displaying collections of data with the iOS UITableView.

    [IOS115] Customizing Table Views
    Explores how to create custom UITableViewCell elements in code and using the designer.

    [IOS205] Navigation Patterns
    Explore the common navigation styles built into iOS for managing multi-screen applications.

    [IOS210] Introduction to Backgrounding: Running Finite-Length Tasks
    Introduces the different background techniques in iOS with a focus on performing Finite-Length work while your app is in the backgrou

    [IOS211] Background Modes and File Transfers
    Covers the other two backgrounding styles in iOS: Playing audio and performing file transfers while your app is in the background.

    [IOS215] Editing Table Views
    Examine the built-in editing capabilities of the powerful UITableView control in iOS.

    [IOS220] Publishing an iOS App
    Video to walk you through publishing to the App Store

    [IOS230] Maps and Location in iOS
    Learn how to work with MapKit in iOS to easily add mapping capabilities to your Xamarin.iOS app.

    [IOS231] Customizing Maps
    Learn how to customize annotations, display routes, and search for points of interest on a MKMapView.

    [IOS240] Touch and Gestures
    This class examines how touch works in iOS and covers UIView based touch events and the built-in gesture detectors.

    [XAM120] Intro to Xamarin.Forms
    Introduces the Xamarin.Forms cross-platform UI framework.

    [XAM130] XAML in Xamarin.Forms
    Explores the XAML support built into Xamarin.Forms for creating markup-based pages in your Xamarin.Forms apps.

    [XAM140] Resources and Styles in Xamarin.Forms
    Explores how to utilize resources and Styles in Xamarin.Forms to manage shared values and provide a consistent look and feel.

    [XAM310] Data Binding in Xamarin.Forms
    Introduces and explores data binding in Xamarin.Forms using both code and XAML to connect your application data to the UI.

    [XAM311] Using ListView in Xamarin.Forms
    Learn how to data bind collections to the Xamarin.Forms ListView control to display scrolling lists of interactive data.

    [XAM312] Customizing the ListView in Xamarin.Forms
    Dive deeper into the Xamarin.Forms ListView control with custom cells, grouping, headers and footers and performance tips.

    [XAM320] Model-View-ViewModel in Xamarin.Forms
    Examines the Model-View-ViewModel (MVVM) design pattern and how to properly apply it to your Xamarin.Forms apps.

    [XAM110] Introduction to Cross-Platform Mobile Development
    Introduces the concepts of sharing code across platforms using PCLs and SAPs.

    [XAM150] Consuming REST-based Web Services
    Examines how to integrate and consume RESTful web services in your Xamarin apps.

    [XAM160] Working with SQLite and Mobile Data
    Explores utilizing SQLite to store and retrieve local data in your app efficiently.

    [XAM215] Using Xamarin Insights
    Learn how to integrate with Xamarin.Insights to monitor your application in the world.

    [XAM220] Preparing for Publishing
    Walks through the process of building apps for release on the App Store, Google Play and Windows Marketplace.

    [XAM300] Advanced Cross-Platform Development
    Explores various architectural patterns for loosely-coupling your code including Dependency Injection, IoC and Service Locator.

    [XAM370] Diagnosing Memory Issues
    Learn how to diagnose memory issues in Xamarin.iOS and Xamarin.Android

    [ENT170] Securing Local Data
    Learn how to secure the data you store in your app on the mobile device.

    [ENT171] Introduction to OAuth 2
    Introduces the concepts behind OAuth for authentication and authorization.

    [ENT172] Accessing OAuth 2 Web Services with Xamarin.Auth (without video, source files only)
    Learn how to use Xamarin.Auth to authenticate with OAuth services in your apps.

    [ENT410] Data Caching + Synchronization
    Explore local data caching and synchronization and some of the frameworks that enable it in your mobile apps.

    [CSC270] GC Fundamentals

    [CSC271] Managing non-memory resources

    [CSC350] Using Async and Await
    Learn how to properly leverage the async/await keywords in C# and what they really do.

    [FSC101] Introduction to F# for C# Programmers
    An introduction to the F# programming language for C# developers.

    [FSC102] Projects in F#
    Focuses on building Console and Mobile applications using F# with a fully compiled project structure.

    [XTC101] Intro to Testing
    Introduces the concepts and types of testing and then dives into writing Unit Tests for your mobile apps with NUnit.

    [XTC102] Working with Xamarin.UITest
    Explores the Xamarin.UITest framework for creating acceptance tests for your iOS and Android applications in C#.

    [XTC103] Deploying to Test Cloud
    Learn how to run your UI Tests on local devices and on Xamarin Test Cloud for complete testing coverage.

    [XTC201] Introduction to Calabash
    This class will introduce the Calabash environment and all of the pieces that make up a behavior driven test.

    also You can watch my other last: Programming-posts

    General
    Complete name : [IOS205] Navigation Patterns.mp4
    Format : MPEG-4
    Format profile : Base Media
    Codec ID : isom
    File size : 266 MiB
    Duration : 1h 21mn
    Overall bit rate : 455 Kbps
    Writing application : Lavf56.25.101

    Video
    ID : 1
    Format : AVC
    Format/Info : Advanced Video Codec
    Format profile : High@L3.1
    Format settings, CABAC : Yes
    Format settings, ReFrames : 4 frames
    Codec ID : avc1
    Codec ID/Info : Advanced Video Coding
    Duration : 1h 21mn
    Bit rate : 318 Kbps
    Nominal bit rate : 540 Kbps
    Width : 1 274 pixels
    Height : 720 pixels
    Display aspect ratio : 16:9
    Frame rate mode : Constant
    Frame rate : 30.000 fps
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Progressive
    Bits/(Pixel*Frame) : 0.012
    Stream size : 186 MiB (70%)
    Writing library : x264 core 142 r2491 24e4fed
    Encoding settings : cabac=1 / ref=2 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=6 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=540 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.41 / aq=1:1.00
    Language : English

    Audio
    ID : 2
    Format : AAC
    Format/Info : Advanced Audio Codec
    Format profile : LC
    Codec ID : 40
    Duration : 1h 21mn
    Duration_LastFrame : -19ms
    Bit rate mode : Constant
    Bit rate : 128 Kbps
    Channel(s) : 2 channels
    Channel positions : Front: L R
    Sampling rate : 44.1 KHz
    Compression mode : Lossy
    Stream size : 74.9 MiB (28%)
    Language : English
    Screenshots

    Xamarin University - Mobile Training (Update 2017)

    Xamarin University - Mobile Training (Update 2017)

    Xamarin University - Mobile Training (Update 2017)

    Xamarin University - Mobile Training (Update 2017)

    Xamarin University - Mobile Training (Update 2017)

    Xamarin University - Mobile Training (Update 2017)

    Exclusive eLearning Videos ParRus-blogadd to bookmarks

    Feel free to contact me PM
    when links are dead or want any repost

    Xamarin University - Mobile Training (Update 2017)