This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.listview.activity; | |
| import androidx.appcompat.app.AppCompatActivity; | |
| import android.content.Intent; | |
| import android.os.Bundle; | |
| import android.widget.TextView; | |
| import com.example.listview.Filme; | |
| import com.example.listview.R; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Precos { | |
| public static final double TAM_PEQUENA = 25; | |
| public static final double TAM_MEDIA = 45; | |
| public static final double TAM_GRANDE = 65; | |
| public static final double CALABRESA = 5; | |
| public static final double PORTUGUESA=7.5; | |
| public static final double FRANGO_CATUPIRY=5; | |
| public static final double QUATRO_QUEIJOS=10; | |
| public static final double MUCARELA=5; | |
| public static final double VEGETARIANA = 15; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.clemilton.componentes; | |
| import androidx.appcompat.app.AppCompatActivity; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| import android.widget.Button; | |
| import android.widget.CheckBox; | |
| import android.widget.CompoundButton; | |
| import android.widget.RadioButton; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.componentesbasicos2; | |
| import androidx.appcompat.app.AlertDialog; | |
| import androidx.appcompat.app.AppCompatActivity; | |
| import androidx.recyclerview.widget.RecyclerView; | |
| import android.content.DialogInterface; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| import android.widget.CheckBox; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.clemiltonvp.sorteio; | |
| import androidx.appcompat.app.AppCompatActivity; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| import android.widget.EditText; | |
| import android.widget.TextView; | |
| import android.widget.Toast; |
NewerOlder