Build Your First Android App (Project-Centered Course)

Product type

Build Your First Android App (Project-Centered Course)

Coursera (CC)
Logo Coursera (CC)
Provider rating: starstarstarstar_halfstar_border 7.2 Coursera (CC) has an average rating of 7.2 (out of 6 reviews)

Need more information? Get more details on the site of the provider.

Description

When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan

  • Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
  • Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.

About this course: What you’ll achieve: In this project-centered course*, you’ll design, build, and distribute your own unique application for the Android mobile platform. We’ll provide you with a set of customizable building blocks that you can assemble to create many different types of apps, and that will help you become familiar with many important specificities of Android development. When you complete the project, in addition to having a personalized app that you can use and share, you’ll have the skills and background you need to move on to more advanced coursework in Android development. What you’ll need to get started: This project-centered course is designed for learners who ha…

Read the complete description

Frequently asked questions

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.

Didn't find what you were looking for? See also: Android, Apple iPad, M&A (Mergers & Acquisitions), Apple Mac OS X, and Apple Final Cut Pro / Express.

When you enroll for courses through Coursera you get to choose for a paid plan or for a free plan

  • Free plan: No certicification and/or audit only. You will have access to all course materials except graded items.
  • Paid plan: Commit to earning a Certificate—it's a trusted, shareable way to showcase your new skills.

About this course: What you’ll achieve: In this project-centered course*, you’ll design, build, and distribute your own unique application for the Android mobile platform. We’ll provide you with a set of customizable building blocks that you can assemble to create many different types of apps, and that will help you become familiar with many important specificities of Android development. When you complete the project, in addition to having a personalized app that you can use and share, you’ll have the skills and background you need to move on to more advanced coursework in Android development. What you’ll need to get started: This project-centered course is designed for learners who have some prior experience programming in Java, such as an introductory college course or Coursera’s Java Programming Specialization (https://www.coursera.org/specializations/java-programming). You will need a computer with a stable Internet connection, but you will not need an Android phone - we’ll use free software that you can use to emulate a phone on your computer. We'll use Android Studio as IDE; it is compatible with most computer and operating systems. You can find detailed system requirements here: https://developer.android.com/sdk/index.html#Requirements. *About Project-Centered Courses: Project-centered courses are designed to help you complete a personally meaningful real-world project, with your instructor and a community of learners with similar goals providing guidance and suggestions along the way. By actively applying new concepts as you learn, you’ll master the course content more efficiently; you’ll also get a head start on using the skills you gain to make positive changes in your life and career. When you complete the course, you’ll have a finished project that you’ll be proud to use and share. Time: 10 hours of study, 10 hours of active project work

Created by:  CentraleSupélec
  • Taught by:  Dr. Virginie Galtier, Associate Professor

    Computer Science
  • Taught by:  Michel Ianotto , Associate Professor

    Computer Science
Commitment 10 hours of study, 10 hours of active project work Language English How To Pass Pass all graded assignments to complete the course. User Ratings 4.3 stars Average User Rating 4.3See what learners said Coursework

Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.

Help from your peers

Connect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.

Certificates

Earn official recognition for your work, and share your success with friends, colleagues, and employers.

CentraleSupélec CentraleSupélec is the result of the merger of the Ecole Centrale Paris and the Supélec. The collaboration between the two Colleges of engineering begun in 1969 with the introduction of the joint competitive entrance exam. Since 2009, the Ecole Centrale Paris and Supélec have continually strengthened their partnerships and collaborations with the aim of encompassing the whole of their activities (engineering education, research and post graduate programs) and confirmed their shared values of excellence, innovation, entrepreneurship, internationalization and leadership. Today CentraleSupélec aims to become a reference in the field of engineering and systems sciences and a leading engineering College in the area of higher education and research, ranked amongst the best institutions in the world.

Syllabus


WEEK 1


Introduction
This module presents our pedagogic approach and demonstrates the kind of applications you will be able to build at the end of the course.


1 video, 8 readings expand


  1. Video: Overview of the Course
  2. Reading: Overview of the Course
  3. Reading: Course’s Grading Policy
  4. Discussion Prompt: Who are you?
  5. Reading: Your Motivation(s)
  6. Reading: Hello, World!
  7. Reading: About the Exemplars
  8. Reading: Music Tutor App
  9. Reading: MOOC Motivation App
  10. Reading: Birth Date App
  11. Discussion Prompt: What is a "good" app?


Create the Storyboard for Your Application



In this module you will design your personalized app from a user's perspective. We will show you elements you can combine in your design, and how to document it to get feedback from prospective users or to organize your thoughts. If you get stuck on the quiz or peer-reviewed assignment, you should post on the Discussion Forum to ask for help. And if you finish early, we hope you'll go there to help your fellow classmates as well. To get started, please jump into the first lesson below!


3 videos, 14 readings, 2 practice quizzes expand


  1. Reading: What will you do in this module?
  2. Video: Some components of the graphical user interface
  3. Video: Layout: organize the views on your screens
  4. Video: Add actions
  5. Practice Quiz: Quiz about Activities and GUI
  6. Reading: Notice about source code
  7. Reading: Block 1: Buttons and Toast
  8. Discussion Prompt: Can you come up with an idea of application which uses only buttons and pop-up messages?
  9. Reading: Block 2: Clickable List in two Languages
  10. Reading: Block 3: Layouts
  11. Reading: Block 4: Playing Sounds (and Using a Switch)
  12. Reading: Block 5: Saving Preferences (and Radio Buttons)
  13. Reading: Block 6: Images (and Slider)
  14. Reading: Block 7: Web Pages
  15. Reading: Block 8: From one activity to the next
  16. Reading: Block 9: SMS
  17. Discussion Prompt: Look for the building blocks in the Coursera app
  18. Reading: Wireframes, Mockups and Prototypes
  19. Reading: Favorite Tools?
  20. Practice Quiz: Quiz about Application Design
  21. Reading: General Rubric: Qualities of an Android App
  22. Peer Review: Your first application design


WEEK 2


Install Tools, Create HelloWorld App



This module guides you in the development of an Android application using the Android Studio Integrated Development Environment (IDE). First it points you to the right place to install the Android Studio IDE and the Android Software Development Kit (SDK). Next it walks you through the steps of using them to create a basic "Hello World" application and it describes how to transfer the application for execution on a physical Android device and on an emulator. At the end of the module you will be familiar with Android tools.


1 video, 1 practice quiz expand


  1. Video: Create your first basic application with Android Studio
  2. Practice Quiz: Basic Knowledge about Android


Build Your First Interactive Application



In this module you associate for the first time a graphical user interface with an activity controlling it, resulting in a first interactive application. We will re-use this same schema next week when developing the 9 apps presented in week 2 (and so will your personalized app).


1 video, 1 practice quiz expand


  1. Video: Create an interactive application
  2. Practice Quiz: Create an interactive application
  3. Peer Review: Code the "km-miles conversion" app


WEEK 3


Toward Your Application, Step-By-Step
This module spans 2 weeks. This week, we walk you step by step in the development of 5 of the basic building blocks.


7 videos, 8 readings, 5 practice quizzes expand


  1. Reading: How to use these lessons
  2. Video: Block 1 Step-by-Step: part 1
  3. Reading: Source code for block 1 - part 1
  4. Video: Block 1 Step-by-Step: part 2
  5. Reading: Source code for block 1 - part 2
  6. Video: Block 1 Step-by-Step: part 3
  7. Reading: Source code for block 1 - part 3
  8. Practice Quiz: block 1
  9. Video: Block 2 Step-by-Step
  10. Reading: Source code for block 2
  11. Practice Quiz: block 2
  12. Video: Block 3 Step-by-Step
  13. Reading: Source code for block 3
  14. Practice Quiz: block 3: layouts
  15. Video: Block 4 Step-by-Step
  16. Reading: Source code for block 4
  17. Practice Quiz: block 4
  18. Video: Block 5 Step-by-Step
  19. Reading: Source code for block 5
  20. Practice Quiz: block 5


WEEK 4


Transform Your Storyboard Into Actual Application
In this second part of the module, we develop the remaining 4 basic building blocks. All you have to do after that is to combine them to transform your idea of application into executable code!


4 videos, 7 readings, 5 practice quizzes expand


  1. Video: Block 6 Step-by-Step
  2. Reading: Source code for block 6
  3. Practice Quiz: block 6
  4. Video: Block 7 Step-by-Step
  5. Reading: Source code for block 7
  6. Practice Quiz: block 7
  7. Video: Block 8 Step-by-Step
  8. Reading: Source code for block 8
  9. Practice Quiz: block 8
  10. Reading: Warning
  11. Video: Block 9 Step-by-Step
  12. Reading: Source code for block 9
  13. Practice Quiz: block 9
  14. Reading: Activity Life Cycle (and Crtl+F11, and telnet to emulator)
  15. Reading: Log
  16. Practice Quiz: Life Cycle and Log

Graded: Final Quiz
Graded: Code Your Application!
There are no reviews yet.
  • View related products with reviews: Android.

Share your review

Do you have experience with this course? Submit your review and help other people make the right choice. As a thank you for your effort we will donate $1.- to Stichting Edukans.

There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.