<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://monobook.org/w/index.php?action=history&amp;feed=atom&amp;title=Xamarin.Android%E3%81%A7%E7%94%BB%E9%9D%A2%E9%81%B7%E7%A7%BB%E3%81%99%E3%82%8B</id>
	<title>Xamarin.Androidで画面遷移する - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://monobook.org/w/index.php?action=history&amp;feed=atom&amp;title=Xamarin.Android%E3%81%A7%E7%94%BB%E9%9D%A2%E9%81%B7%E7%A7%BB%E3%81%99%E3%82%8B"/>
	<link rel="alternate" type="text/html" href="https://monobook.org/w/index.php?title=Xamarin.Android%E3%81%A7%E7%94%BB%E9%9D%A2%E9%81%B7%E7%A7%BB%E3%81%99%E3%82%8B&amp;action=history"/>
	<updated>2026-06-05T09:08:32Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://monobook.org/w/index.php?title=Xamarin.Android%E3%81%A7%E7%94%BB%E9%9D%A2%E9%81%B7%E7%A7%BB%E3%81%99%E3%82%8B&amp;diff=12681&amp;oldid=prev</id>
		<title>Administrator: ページの作成:「  JavaだとIntentの引数にclassを使う。 &lt;source lang=&quot;java&quot;&gt; Intent intent = new Intent(this, AboutActivity.class); startActivity(intent); &lt;/source&gt;…」</title>
		<link rel="alternate" type="text/html" href="https://monobook.org/w/index.php?title=Xamarin.Android%E3%81%A7%E7%94%BB%E9%9D%A2%E9%81%B7%E7%A7%BB%E3%81%99%E3%82%8B&amp;diff=12681&amp;oldid=prev"/>
		<updated>2020-04-03T06:51:56Z</updated>

		<summary type="html">&lt;p&gt;ページの作成:「  &lt;a href=&quot;/wiki/Java&quot; title=&quot;Java&quot;&gt;Java&lt;/a&gt;だと&lt;a href=&quot;/w/index.php?title=Intent&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;「Intent」 (存在しないページ)&quot;&gt;Intent&lt;/a&gt;の&lt;a href=&quot;/wiki/%E5%BC%95%E6%95%B0&quot; title=&quot;引数&quot;&gt;引数&lt;/a&gt;にclassを使う。 &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; Intent intent = new Intent(this, AboutActivity.class); startActivity(intent); &amp;lt;/source&amp;gt;…」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
[[Java]]だと[[Intent]]の[[引数]]にclassを使う。&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
Intent intent = new Intent(this, AboutActivity.class);&lt;br /&gt;
startActivity(intent);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Xamarin.Android]]では[[Intent]]の[[引数]]にtypeofを使う。&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
var intent = new Intent(this, typeof(AbouActivity));&lt;br /&gt;
this.StartActivity(intent);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ほとんど同じだな。&lt;br /&gt;
&lt;br /&gt;
[[category: Xamarin.Android]]&lt;/div&gt;</summary>
		<author><name>Administrator</name></author>
	</entry>
</feed>