¿Cuál es la propiedad para colocar un color a un texto?

Móviles

Quiz
•
PORFIRIO ROSA
•
Computers
•
1st Grade
•
2 plays
•
Hard
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
android:textColor="#070707"
android:background="#00BCD4"
android:textStyle="bold"
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Cuál es la propiedad para cambiar el tamaño de un texto?
android:textColor="#070707"
android:textSize="20dp"
android:textSize="20sp"
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Si un programador desea colocar un espaciado izquierdo de 5dp a su linearlayout cuál es la propiedad que le permite realizar dicha la función?
android:padding="5dp"
android:layout_marginStart="5dp"
android:layout_marginStart="5sp"
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Si un programador desea colocar un fondo de color azul a su textview cuál es la propiedad que le permite realizar dicha la función?
android:background="#00BCD4"
android:textColor="#062BFB"
android:textStyle="bold"
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Si un programador desea colocar un fondo de color azul a su textview cuál es la propiedad que le permite realizar dicha la función?
android:background="#00BCD4"
android:textColor="#062BFB"
android:textStyle="bold"
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Si un programador desea colocar un espaciado de 5dp a todo su linearlayout cuál es la propiedad que le permite realizar dicha la función?
android:padding="5dp"
android:layout_marginStart="5dp"
android:layout_marginStart="5sp"
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Cuál es la función de las siguientes líneas de código?
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
Cambiar el orden de ejecución de un activity
Dar permiso de internet
Cambiar el icono de la aplicación
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
¿Cuál es la función de las siguientes líneas de código?
siguiente = findViewById(R.id.txtsiguiente);
siguiente.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
siguienteR();
}
});
Atrapar el valor de un botón
Es el evento click de un botón
Es el evento click de un botón y el llamado del método siguienteR
9.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Es la estructura correcta de escribir un mensaje con la función Toast
Toast.makeText(MainActivity.this, response, Toast.LENGTH_SHORT).show();
Toast.makeText(MainActivity.this, "Registro exitoso", Toast.LENGTH_SHORT).show();
Toast.makeText(MainActivity, response, Toast.LENGTH_SHORT).show();
10.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Es la estructura correcta de la función Intent
startActivity(new Intent(MainActivity.this, Menu.this));
startActivity(new Intent(MainActivity.this, Menu.class));
startActivity(new Intent(this, Menu.class));
Explore all questions with a free account
Similar Resources on Quizizz
10 questions
Sistema Operativo Chrome OS

Quiz
•
1st - 3rd Grade
11 questions
Tecnología

Quiz
•
1st - 2nd Grade
10 questions
EVALUACIÓN COMPUTACIÓN-PRIMERO (1)

Quiz
•
1st Grade
9 questions
Tipos de Archivos

Quiz
•
1st Grade - University
10 questions
La Globalizacion

Quiz
•
1st Grade
12 questions
Test de connaissances en informatique

Quiz
•
1st - 5th Grade
10 questions
Fondo de Página

Quiz
•
1st Grade
12 questions
CM12 - Sistemas Operativos móviles, Linux y macOS

Quiz
•
1st - 10th Grade
Popular Resources on Quizizz
17 questions
CAASPP Math Practice 3rd

Quiz
•
3rd Grade
15 questions
Grade 3 Simulation Assessment 1

Quiz
•
3rd Grade
20 questions
math review

Quiz
•
4th Grade
19 questions
HCS Grade 5 Simulation Assessment_1 2425sy

Quiz
•
5th Grade
16 questions
Grade 3 Simulation Assessment 2

Quiz
•
3rd Grade
21 questions
6th Grade Math CAASPP Practice

Quiz
•
6th Grade
13 questions
Cinco de mayo

Interactive video
•
6th - 8th Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
Discover more resources for Computers
20 questions
Telling Time to the Hour and Half hour

Quiz
•
1st Grade
12 questions
Cinco de Mayo Video Quiz

Interactive video
•
1st - 5th Grade
15 questions
goods and services

Quiz
•
1st Grade
8 questions
Rows and Columns

Quiz
•
1st - 2nd Grade
12 questions
Telling Time to the Hour and Half Hour

Quiz
•
1st - 3rd Grade
10 questions
2D and 3D shapes

Quiz
•
1st Grade
10 questions
Cinco de Mayo Celebrations and History

Interactive video
•
1st - 5th Grade
16 questions
Morning Math Review

Lesson
•
1st - 3rd Grade