Name of App -Hello World!
App Description -This app will allow to change the main text. -It will allow to customize your own text. -It will also allow to change background color
- By "Clicking To Change Text Color" it will change the text color to white.
- By tapping on "Clicking To Change Background Color", the background color will change.
File Description The three main files that keeps the app running with their descriptions are given below:
- MainActivity.java file contains the code that acts like the backend for all the features in the app such as changing the main text, changing background color and text color.
- Activity_main.xml file is used to create the frame that we see in the app.
- Colors.xml file contains the different color name with their respective hex code.