Skip to content

Project No. 5 in the Head First Android Development course

Notifications You must be signed in to change notification settings

Simp-le/hfad_secret_message

Repository files navigation

Description

An application for encrypting messages. It consists of three screens: a welcome screen, a screen for entering a message, and a screen for displaying this message in encrypted form. When you switch back from the last screen, you move to the welcome screen. The application uses fragments to display screens, the fragments themselves are displayed in the FragmentContainerView, which contains the NavHostFragment navigation host. The safeargs plugin is used to send messages between screens.

Screenshots

Welcome page:

image

Message page:

image

Encrypted message page:

image

About

Project No. 5 in the Head First Android Development course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages