Build UI with Xamarin.Android

12
Build UI With Xamarin.Android ALBILAGA LINGGRA PRADANA RADYA LABS [email protected] @ALBILAGA

Transcript of Build UI with Xamarin.Android

Page 1: Build UI with Xamarin.Android

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

Page 2: Build UI with Xamarin.Android

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)

Page 3: Build UI with Xamarin.Android

Activity & Navigation

Page 4: Build UI with Xamarin.Android

Activity & Navigation (2)

Page 5: Build UI with Xamarin.Android

Sample Code Navigation

Page 6: Build UI with Xamarin.Android

Activity & Navigation (Demo)

Page 7: Build UI with Xamarin.Android

List View & Adapter

Page 8: Build UI with Xamarin.Android

List View vs Recycler View 1. View Holders

2. Layout Manager

3. Item Animator

4. Adapter

5. Item Decoration

6. OnItemTouchListener

Page 9: Build UI with Xamarin.Android

Sample Code Recycler View

Page 10: Build UI with Xamarin.Android

Sample Code Recycler View Adapter

Page 11: Build UI with Xamarin.Android

Recycler View Result

Page 12: Build UI with Xamarin.Android

List View & Adapter (Demo)