on Android Development journey professionally • Been teaching CodePath classes since then • Currently at Instacart working as Android Engineer • Love riding all sorts of bicycles, especially MTBs
Build Layouts and Handle User Interaction Lab 2: Create content and take users through different flows Lab 3: Save data Lab 4: Polish App with animations and styling
intent = new Intent(ActivityA.this, ActivityB.class); intent.putExtra("key", "some info to send"); startActivity(intent); // in ActivityB: protected void onCreate(Bundle savedInstanceState) { … String data = getIntent().getStringExtra(“key"); // data = “some info to send” … }
on Lab tab for Week 4 • Required tasks - due by Friday, March 12th at 11:59pm PST • Optionals are optional :) • Turn on your camera • Introduce yourself • Support each other
2. Ask for help from TAs and Instructors: 3. Slack @android-help in mpd-android-help-spring21: a. include your breakout room number b. detailed description of the problem c. screenshot 4. https://discussions.codepath.org/courses/mobile_app_d esign/questions (for when outside the class)