Project

Phrases

Medium
4 completions
~ 13 hours
4.7

Learn how to store your data, show it with RecyclerView, explore how to send a push notification, and build a fully functional app from scratch.

Provided by

JetBrains Academy JetBrains Academy

About

Sometimes, all you need is a little push. In this project, you will create an app that sends you push notifications with motivation phrases during the day.

Training project icon

Training project

This project allows you to practice and strengthen your coding skills, helping you get ready for more advanced tasks ahead.

What you'll learn

Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Create a RecyclerView adapter and fill the UI with the predefined phrases.
Create a notification channel and make the app post standard test notifications at the specified time.
Implement a database to store the custom phrases and change the notification generator to receive a random phrase from the database.