Build Your First Android App (Project-Centered Course)
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…

Frequently asked questions
There are no frequently asked questions yet. If you have any more questions or need help, contact our customer service.
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
Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.
Help from your peersConnect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.
CertificatesEarn 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
- Video: Overview of the Course
- Reading: Overview of the Course
- Reading: Course’s Grading Policy
- Discussion Prompt: Who are you?
- Reading: Your Motivation(s)
- Reading: Hello, World!
- Reading: About the Exemplars
- Reading: Music Tutor App
- Reading: MOOC Motivation App
- Reading: Birth Date App
- 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
- Reading: What will you do in this module?
- Video: Some components of the graphical user interface
- Video: Layout: organize the views on your screens
- Video: Add actions
- Practice Quiz: Quiz about Activities and GUI
- Reading: Notice about source code
- Reading: Block 1: Buttons and Toast
- Discussion Prompt: Can you come up with an idea of application which uses only buttons and pop-up messages?
- Reading: Block 2: Clickable List in two Languages
- Reading: Block 3: Layouts
- Reading: Block 4: Playing Sounds (and Using a Switch)
- Reading: Block 5: Saving Preferences (and Radio Buttons)
- Reading: Block 6: Images (and Slider)
- Reading: Block 7: Web Pages
- Reading: Block 8: From one activity to the next
- Reading: Block 9: SMS
- Discussion Prompt: Look for the building blocks in the Coursera app
- Reading: Wireframes, Mockups and Prototypes
- Reading: Favorite Tools?
- Practice Quiz: Quiz about Application Design
- Reading: General Rubric: Qualities of an Android App
- 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
- Video: Create your first basic application with Android Studio
- 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
- Video: Create an interactive application
- Practice Quiz: Create an interactive application
- 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
- Reading: How to use these lessons
- Video: Block 1 Step-by-Step: part 1
- Reading: Source code for block 1 - part 1
- Video: Block 1 Step-by-Step: part 2
- Reading: Source code for block 1 - part 2
- Video: Block 1 Step-by-Step: part 3
- Reading: Source code for block 1 - part 3
- Practice Quiz: block 1
- Video: Block 2 Step-by-Step
- Reading: Source code for block 2
- Practice Quiz: block 2
- Video: Block 3 Step-by-Step
- Reading: Source code for block 3
- Practice Quiz: block 3: layouts
- Video: Block 4 Step-by-Step
- Reading: Source code for block 4
- Practice Quiz: block 4
- Video: Block 5 Step-by-Step
- Reading: Source code for block 5
- 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
- Video: Block 6 Step-by-Step
- Reading: Source code for block 6
- Practice Quiz: block 6
- Video: Block 7 Step-by-Step
- Reading: Source code for block 7
- Practice Quiz: block 7
- Video: Block 8 Step-by-Step
- Reading: Source code for block 8
- Practice Quiz: block 8
- Reading: Warning
- Video: Block 9 Step-by-Step
- Reading: Source code for block 9
- Practice Quiz: block 9
- Reading: Activity Life Cycle (and Crtl+F11, and telnet to emulator)
- Reading: Log
- Practice Quiz: Life Cycle and Log
Graded: Final Quiz
Graded: Code Your Application!
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.