יב - מערכות מנהליות dialog 2 מרץ 2021 Dialog General definitions Dialog d;ProgressDialog progressDialog; public void createLoginDialog() { d = new Dialog(this); d.setContentView(R.layout.login_dialog); d.setTitle("Login"); d.setCancelable(true); etEmail = (EditText) d.findViewById(R.id.etEmail); etPass =…
יב - יחידת אינטרנט… שיעורים מצולמים מהפיקוח 7 פבר 2021 במסגרת מיזם מערכת השידורים הלאומית הוקלטו 150 (וואוו!!!) שיעורים לשאלון 899381 וכן לשאלון 899382והכנו מצגות איכותיות שהן זמינות לשימוש כל הקהילה.כל זאת בזכות המורים המדהימים שיש לנו בקהילה וזה המקום…
יב - מערכות מנהליות ההרצאות החסרות של התאריכים 1.11.2020, 15.11.2020 15 נוב 2020 קישור לשיעור של 01.11.2020 קישור לשיעור של 15.11.2020
יב - מערכות מנהליות השיעור של היום 25.10.2020 26 אוק 202026 אוק 2020 linkToVideo AirPlaneView XML<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".AirPlaneView"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="start / stop" …
יב - מערכות מנהליות החומרים של היום–18.10.2020 18 אוק 202018 אוק 2020 תלמידים יקרים ההקלטה של היום עולה מיד ל-drive של google classroom שלנו קישור לסרטון תוכן עניינים MainActivity. 1 XML. 1 JAVA. 6 MyPaint 7 XML. 7 JAVA. 11 MyShape.…
יב - מערכות מנהליות המשך מיני הפרויקט שלנו–השיעור של 22.9.2020 23 ספט 202023 ספט 2020 קישור לסרטון החלון הראשי (main_activity) העיצוב (XML) <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#567DA64D" tools:context=".MainActivity"> <TextView android:id="@+id/mainTitle" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="אפליקצית המשחקים שלי" android:layout_centerHorizontal="true" android:gravity="center" android:textSize="24sp" android:layout_margin="10dp" > …
יב - מערכות מנהליות השיעור של היום–21.9.2020 21 ספט 2020 קישור להקלטה קובץ העיצוב <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <TextView android:id="@+id/mainTitle" android:layout_width="match_parent" …