and2

 0    57 flashcards    schwarz20
download mp3 print play test yourself
 
Question Answer
You have learned that to make a view interactive you need to set up a click listener for the view which says what to do when the view (button) is clicked on.
start learning
Nauczyłeś się, że aby widok był interaktywny, musisz skonfigurować odbiornik kliknięć dla tego widoku, który mówi, co zrobić, gdy kliknięty zostanie widok (przycisk).
The click listener can either:
start learning
Odbiornik kliknięć może:
either
start learning
bądź
Cache the TextView for repeated use
start learning
Buforuj TextView do wielokrotnego użytku
to cache
start learning
do pamięci podręcznej
relatively time consuming
start learning
stosunkowo czasochłonne
However, countMe() is called every time the button is clicked, and findViewById() is a relatively time consuming method to call. So it is better to find the view once and cache it.
start learning
Jednak funkcja countMe () jest wywoływana za każdym razem, gdy przycisk zostanie kliknięty, a findViewById () jest stosunkowo czasochłonną metodą wywoływania. Lepiej więc raz znaleźć widok i zapisać go w pamięci podręcznej.
consuming
start learning
trawiący
So it is better to find the view once and cache it.
start learning
Lepiej więc raz znaleźć widok i zapisać go w pamięci podręcznej.
So far,
start learning
Jak dotąd,
How to pass information to a second fragment.
start learning
Jak przekazać informacje do drugiego fragmentu.
pass
start learning
ocena dostateczna
pass information
start learning
przekazać informacje
heading title
start learning
tytuł nagłówka
The %d indicates that part of the string will be replaced with a number. The R is just a placeholder.
start learning
% D wskazuje, że część ciągu zostanie zastąpiona liczbą. R jest tylko symbolem zastępczym.
indicate
start learning
wskazać
placeholder
start learning
zastępczy
contribute
start learning
przyczynić się
contribution
start learning
składka / wkład / udział
ruling elite
start learning
Elity rządzące
Nationalists renew criticism of Moscow’s handling of disaster which killed president and other senior politicians and military officers
start learning
Nacjonaliści ponawiają krytykę radzenia sobie przez Moskwę z katastrofą, w wyniku której zginął prezydent oraz inni starsi politycy i oficerowie wojskowi
renew
start learning
odnowić
liquid smoke
start learning
płynny dym
liquid
start learning
ciecz
Liquid smoke is a water-soluble yellow to red liquid used for flavoring.
start learning
Płynny dym to rozpuszczalny w wodzie żółty lub czerwony płyn stosowany do aromatyzowania.
It is used as a substitute for cooking with wood smoke while retaining a similar flavor.
start learning
Jest stosowany jako substytut gotowania z dymem drzewnym, zachowując podobny smak.
It can be used to flavor any meat or vegetable. It is generally made by condensing the smoke from wood, but can contain any number of food additives.
start learning
Może być stosowany do aromatyzowania dowolnego mięsa lub warzyw. Na ogół jest wytwarzany przez kondensację dymu z drewna, ale może zawierać dowolną liczbę dodatków do żywności.
turmeric
start learning
kurkuma
thyme
start learning
tymianek
habit
start learning
nawyk / przyzwyczajenie
habitat
start learning
siedlisko
start learning
nawyki
Software design pattern
start learning
Wzorzec projektowania oprogramowania
Dependency Injection
start learning
Wstrzykiwanie zależności
comparison
start learning
porównanie
receive
start learning
otrzymać
depend on
start learning
zależeć
an object receives other objects that it depends on
start learning
obiekt otrzymuje inne obiekty, od których zależy
passed
start learning
przekazywane
receiving object
start learning
odbieranie obiektu
the receiving object is called
start learning
obiekt odbierający jest nazywany
passed (that is, "injected") object passed (that is, "injected") object
start learning
obiekt przekazany (to znaczy „wstrzyknięty”) obiekt przekazany (to znaczy „wstrzyknięty”)
Instead
start learning
Zamiast
rather than
start learning
zamiast
rather
start learning
raczej
intent
start learning
zamiar
behind
start learning
za / z tyłu
The intent behind dependency injection is to achieve Separation of Concerns of construction and use of objects.
start learning
Celem iniekcji zależności jest osiągnięcie separacji obaw dotyczących budowy i użytkowania obiektów.
concern
start learning
troska
Separation of concerns (SoC)
start learning
Rozdzielenie obaw (SoC)
design principle
start learning
zasada konstrukcyjna
principle
start learning
zasada
Intent
start learning
Zamiar
Intention
start learning
Zamiar
Intentional
start learning
Umyślny
Intentionally
start learning
Celowo
Interface injection comparison
start learning
Porównanie wtrysku interfejsu

You must sign in to write a comment