...
Showing posts with label Android Xamarin. Show all posts
Showing posts with label Android Xamarin. Show all posts
Wednesday, October 26, 2016
Thursday, May 12, 2016
Code tính diện tích, chu vi hình chữ nhật trong android bằng C#
1 File Main.axml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:orientation="vertical"
android:minWidth="25px"
android:minHeight="25px"
android:layout_width="match_parent"
...
Code chuyển năm dương lịch sang năm âm lịch Android bằng C#
1.File Main.axml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:minWidth="25px"
android:minHeight="25px">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
...