AndroidアプリでcalendarViewクラスを使用してカレンダーウィジェットを使用するにはどうすればよいですか?
この例は、AndroidアプリでcalendarViewクラスを使用してカレンダーウィジェットを使用する方法を示しています。
ステップ1 − Android Studioで新しいプロジェクトを作成し、[ファイル]⇒[新しいプロジェクト]に移動して、新しいプロジェクトを作成するために必要なすべての詳細を入力します。
ステップ2 −次のコードをres / layout/activity_main.xmlに追加します。
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="https://schemas.android.com/apk/res/android" xmlns:tools="https://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <TextView android:id="@+id/dateView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="150dp" android:layout_marginTop="20dp" android:text="Set the Date" android:textColor="@android:color/background_dark" android:textStyle="bold" /> <CalendarView android:id="@+id/calender" android:layout_centerInParent="true" android:layout_width="match_parent" android:layout_height="wrap_content"> </CalendarView> </RelativeLayout>>
ステップ3 −次のコードをsrc / MainActivity.java
に追加しますimport android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.CalendarView; import android.widget.TextView; public class MainActivity extends AppCompatActivity { CalendarView calendar; TextView dateView; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); calendar = findViewById(R.id.calender); dateView = findViewById(R.id.dateView); calendar.setOnDateChangeListener(new CalendarView.OnDateChangeListener() { @Override public void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth) { String Date = dayOfMonth + "-" + (month + 1) + "-" + year; dateView.setText(Date); } }); } }
ステップ4 -次のコードをandroidManifest.xmlに追加します
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="https://schemas.android.com/apk/res/android" package="app.com.sample"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>
-
Windows11PCでカレンダーアプリを使用する方法
Windows 11 独自の機能豊富なカレンダーがあります イベント、タスク、会議などをスケジュールすることで整理するのに役立つアプリ。アプリのショートカットはタスクバーの右隅にあります。タスクバーの日時アイコンをクリックするだけで、カレンダーのフライアウトが小さなウィンドウにポップアップ表示されます。ただし、新しいWindows 11 OSでは、イベント統合機能はこのフライアウトから削除されています。 Windows11PCでカレンダーアプリを使用する方法 カレンダーアプリはオフラインで動作しますが、Microsoftアカウントにログインして、Googleカレンダー、iCloudなどと
-
Windows10カレンダーアプリの使い方
Microsoftは、Windows10のカレンダーアプリのルックアンドフィールを変更しました 。最も顕著な変更点は、Windows 10カレンダーアプリで、ユーザーがGoogleカレンダーを同期して表示できることです。これは、Windows8.1の同じアプリではサポートされていなかった機能です。新しいWindows10カレンダーアプリの機能についてもう少し詳しく見ていきましょう。 Windows11ユーザー :この投稿では、Windows11でカレンダーアプリを使用する方法を紹介します。 Windows10カレンダーアプリ アプリのユーザーは、最初に自分が所有するMicrosoft