Build UI with Xamarin.Android

  • View
    185

  • Download
    0

  • Category

    Mobile

Preview:

Citation preview

Build UI With Xamarin.AndroidALB IL AGA L INGGRA PRADANARADYA L ABS ALB I L AGA@RADYAL ABS .COM @ALB IL AGA

Xamarin.Android Xamarin.Android allows us to create native Android applications using the same UI controls we would in Java, except with the flexibility and elegance of a modern language (C#), the power of the .NET Base Class Library (BCL)

Activity & Navigation

Activity & Navigation (2)

Sample Code Navigation

Activity & Navigation (Demo)

List View & Adapter

List View vs Recycler View 1. View Holders

2. Layout Manager

3. Item Animator

4. Adapter

5. Item Decoration

6. OnItemTouchListener

Sample Code Recycler View

Sample Code Recycler View Adapter

Recycler View Result

List View & Adapter (Demo)

Recommended