All I created a web service using my augustatech subscription.
I selected Web App in the create resource panel.
My Azure web app
Tuesday, March 31, 2020
Monday, March 30, 2020
Week13 Lecture Azure SQL
A Azure SQL tutorial
Azure database portal
Your student azure account
As of this am 3/30/2020 i get "This location is not available for subscription"
blog about MS COVID19 releted outages
Lecture recording password:jPUSNzy3
Azure database portal
Your student azure account
As of this am 3/30/2020 i get "This location is not available for subscription"
blog about MS COVID19 releted outages
Lecture recording password:jPUSNzy3
Wednesday, March 25, 2020
Tuesday, March 17, 2020
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:id="@+id/myButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Calc" />
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/editText1"
android:hint="Radius" />
<TextView
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/textView1" />
</LinearLayout>
Subscribe to:
Posts (Atom)