Android Quiz

  1. Home
  2. chevron_right
  3. Android Quiz
  4. chevron_right
  5. Android Quiz

Android Quiz 2017-02-22

Name

What is the main difference between FlexboxLayout and LinearLayout?

Android Quiz 2017-02-02

Name

What is Android TV designed for?

Android Quiz 2016-12-23

Name

You have the following textView in a xml file:


<TextView android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="20sp"
tools:text="Article Title" />

What does “tools” namespace do?

Android Quiz 2016-12-20

Name

Can you develop IoT software by using Android Studio and Android SDK?

Android Quiz 2016-12-16

Name

How many types of position related methods are in RecyclerView?

Android Quiz 2016-12-15

Name

Choose the correct answer which corresponds to the following statement:

“It completely removes Fragment instances from the FragmentManager once they are out of reach.”

Android Quiz 2016-12-14

Username

From what Android version can you add shortcuts to your app to bring users from the launcher directly to key actions within your app?