No video

11- Building First Interactive Project بناء أول تطبيق تفاعلى

  Рет қаралды 209

Amir ElDesouky

Amir ElDesouky

Күн бұрын

Learn Android Studio 2020 Series
سلسلة تعليم الاندرويد
الحلقة 11. بناء أول تطبيق تفاعلى
فى انتظار ابداعتكم
eng.amirantar1985@gmail.com
لمشاهدة الحلقات السابقة
• 01-Android Studio 2020...
/**
* 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;
/**
* 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(1);
}
/**
* 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);
}
}

Пікірлер: 1
@hendhosny6705
@hendhosny6705 3 жыл бұрын
شكرا ليك جزاك الله كل خير .
Алексей Щербаков разнес ВДВшников
00:47
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 9 МЛН
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 46 МЛН
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 24 МЛН
Building the Ultimate Workout Tracker with React Native & MongoDB
3:59:34
08- XML Part 5 - Margins, Padding & Weight (Android Studio 2020)
35:08
Android App Development Tutorial for Beginners - Your First App
55:20
freeCodeCamp.org
Рет қаралды 392 М.
Power Apps Tutorial
2:42:26
Learnit Training
Рет қаралды 334 М.
10-  Install your App on your Device
11:51
Amir ElDesouky
Рет қаралды 173
React Native 101 Crash Course: Build Your First Mobile App!
3:19:59
Zero To Mastery
Рет қаралды 23 М.
Алексей Щербаков разнес ВДВшников
00:47