<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://homeostasis.scs.carleton.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Mobile_App_Development_2022W_Lecture_17</id>
	<title>Mobile App Development 2022W Lecture 17 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://homeostasis.scs.carleton.ca/wiki/index.php?action=history&amp;feed=atom&amp;title=Mobile_App_Development_2022W_Lecture_17"/>
	<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=Mobile_App_Development_2022W_Lecture_17&amp;action=history"/>
	<updated>2026-04-06T03:23:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://homeostasis.scs.carleton.ca/wiki/index.php?title=Mobile_App_Development_2022W_Lecture_17&amp;diff=23921&amp;oldid=prev</id>
		<title>Soma: Created page with &quot;==Video==  Video from the lecture given on March 18, 2022 is now available: * [https://homeostasis.scs.carleton.ca/~soma/mad-2022w/lectures/comp1601-2022w-lec17-20220318.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/mad-2022w/lectures/comp1601-2022w-lec17-20220318.cc.vtt auto-generated captions] Video is also available through Brightspace (Resources-&gt;Zoom Meetings (Recordings, etc.)-&gt;Cloud Recordings tab).  Note that here you&#039;ll also see chat messages.  ==Notes...&quot;</title>
		<link rel="alternate" type="text/html" href="https://homeostasis.scs.carleton.ca/wiki/index.php?title=Mobile_App_Development_2022W_Lecture_17&amp;diff=23921&amp;oldid=prev"/>
		<updated>2022-03-19T03:39:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Video==  Video from the lecture given on March 18, 2022 is now available: * [https://homeostasis.scs.carleton.ca/~soma/mad-2022w/lectures/comp1601-2022w-lec17-20220318.m4v video] * [https://homeostasis.scs.carleton.ca/~soma/mad-2022w/lectures/comp1601-2022w-lec17-20220318.cc.vtt auto-generated captions] Video is also available through Brightspace (Resources-&amp;gt;Zoom Meetings (Recordings, etc.)-&amp;gt;Cloud Recordings tab).  Note that here you&amp;#039;ll also see chat messages.  ==Notes...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Video==&lt;br /&gt;
&lt;br /&gt;
Video from the lecture given on March 18, 2022 is now available:&lt;br /&gt;
* [https://homeostasis.scs.carleton.ca/~soma/mad-2022w/lectures/comp1601-2022w-lec17-20220318.m4v video]&lt;br /&gt;
* [https://homeostasis.scs.carleton.ca/~soma/mad-2022w/lectures/comp1601-2022w-lec17-20220318.cc.vtt auto-generated captions]&lt;br /&gt;
Video is also available through Brightspace (Resources-&amp;gt;Zoom Meetings (Recordings, etc.)-&amp;gt;Cloud Recordings tab).  Note that here you&amp;#039;ll also see chat messages.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Lecture 17&lt;br /&gt;
----------&lt;br /&gt;
&lt;br /&gt;
Midterm&lt;br /&gt;
 - still grading, sorry&lt;br /&gt;
 - will set up interviews once grades are made available&lt;br /&gt;
 - will post solutions at the same time&lt;br /&gt;
    - am making them up as I grade&lt;br /&gt;
    - want to point out concepts that are commonly missed&lt;br /&gt;
&lt;br /&gt;
Application Icons (for launchers, etc&lt;br /&gt;
 - If you want to learn more, look up adaptive icons for Android&lt;br /&gt;
&lt;br /&gt;
https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive&lt;br /&gt;
&lt;br /&gt;
 - Basic idea&lt;br /&gt;
    - you can import an SVG or PNG into Android Studio, it will&lt;br /&gt;
      convert it to drawable resource (probably a vector)&lt;br /&gt;
    - And then it will also generate all the versions&lt;br /&gt;
&lt;br /&gt;
Activities are just classes that represent a set of functionality in Android&lt;br /&gt;
 - normally associated with a specific layout resource&lt;br /&gt;
&lt;br /&gt;
Every activity in your app has to be declared in AndroidManifest.xml&lt;br /&gt;
 - and any activity that can receive an implicit intent must&lt;br /&gt;
   have an appropriate intent filter&lt;br /&gt;
 - you can always send an explicit intent to a designated activity class&lt;br /&gt;
&lt;br /&gt;
Each activity is a whole screen&lt;br /&gt;
 - you can have activity fragments for portions of a screen that are reused&lt;br /&gt;
&lt;br /&gt;
Intent documentation&lt;br /&gt;
 https://developer.android.com/reference/android/content/Intent.html&lt;br /&gt;
 https://developer.android.com/guide/components/intents-filters&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After class:&lt;br /&gt;
 - finally got the web browser launching by&lt;br /&gt;
    - making sure I only sent the intent once using a boolean flag&lt;br /&gt;
    - changed the default browser to firefox (after installing firefox)&lt;br /&gt;
 - chrome just seems broken?  No idea&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Soma</name></author>
	</entry>
</feed>