No video

12- Interactive Project Part 2 Arthimatic Operators App modifiy العمليات الرياضية

  Рет қаралды 118

Amir ElDesouky

Amir ElDesouky

Күн бұрын

Learn Android Studio 2020 Series
سلسلة تعليم الاندرويد
الحلقة 12. تعديل أول تطبيق تفاعلى
العمليات الرياضية
فى انتظار ابداعتكم
eng.amirantar1985@gmail.com
لمشاهدة الحلقات السابقة
• 01-Android Studio 2020...
Code:
/**
* IMPORTANT: Make sure you are using the correct package name.
* This example uses the package name:
* package com.example.android.justjava
* If you get an error when copying this code into Android studio, update it to match teh package name found
* in the project's AndroidManifest.xml file.
**/
package com.example.android.justjava;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import java.text.NumberFormat;
/**
* This app displays an order form to order coffee.
*/
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
/**
* This method is called when the order button is clicked.
*/
public void submitOrder(View view) {
display(2);
displayPrice(2*5);
}
/**
* This method displays the given quantity value on the screen.
*/
private void display(int number) {
TextView quantityTextView = (TextView) findViewById(R.id.quantity_text_view);
quantityTextView.setText("" + number);
}
/**
* This method displays the given price on the screen.
*/
private void displayPrice(int number) {
TextView priceTextView = (TextView) findViewById(R.id.price_text_view);
priceTextView.setText(NumberFormat.getCurrencyInstance().format(number));
}
}

Пікірлер
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 83 МЛН
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 7 МЛН
English or Spanish 🤣
00:16
GL Show
Рет қаралды 5 МЛН
microsoft doubles down on recording your screen
10:00
Low Level Learning
Рет қаралды 42 М.
Face Recognition with Real Time Database | 2 Hour Course | Computer Vision
2:20:18
Murtaza's Workshop - Robotics and AI
Рет қаралды 575 М.
I FOUGHT A BOT STRONGER THAN MITTENS!!!!
26:44
GMHikaru
Рет қаралды 258 М.
This NEW AI Chip From Huawei DESTROYS NVIDIA
9:37
Tech Pulse Pro
Рет қаралды 22 М.
09- XML Part 6 - Gravity & Layout Part 2 (Android Studio 2020)
20:17
How to Animate in After Effects | FREE COURSE
3:36:02
Envato Tuts+
Рет қаралды 1,1 МЛН
LEARN OPENCV C++ in 4 HOURS | Including 3x Projects | Computer Vision
3:57:04
Murtaza's Workshop - Robotics and AI
Рет қаралды 2,5 МЛН
Alireza Can't Believe He Missed That!
16:32
agadmator's Chess Channel
Рет қаралды 66 М.