karthikprasad328 / TextView

Functionalities of TextView and different orientations in android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextView

Functionalities of TextView and different orientations in android

  1. Change the app icon to a picture of your choice.
  2. Add a TextView to your Fragment. This TextView should display your full name.
  3. Add another TextView. When the phone is in the portrait mode, it shows “Hello World”. When the phone is in the landscape mode, it shows “Hello Universe”.
  4. Add an ImageView to your Fragment. It displays an image of your choices. When the phone is in the landscape mode and portrait mode, the images should be different.
  5. Add a Button to your Fragment. Your app does not need to do anything when the button is clicked.

About

Functionalities of TextView and different orientations in android


Languages

Language:Java 100.0%