Question: Original a b c d e f g h i j k l m n o p q r s t u v w x
| Original | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z |
| Code | t | m | e | s |
| k | j | a | x | n | o | v | l | u | c | h | z | g | y | b | w | p | d | r | i | f |
Write an android application using Android Studio that works as follows:
- Displays the main screen (related to the main activity) with a text input area and two buttons named Code and Decode.
- The user input.
- When pressed on the Code button, it launched an activity that will code this word and display the codded word on a separate activity using the above key encoding table.
- When pressed on the Decode button, it launches an activity that will decode this word and display the decoded word on a separate activity using the above key encoding table.
Example:
Word to encode: software engineering
Encoded Word: yckbdtg f uj gxuj
Decoded Word: software engineering
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
