What is the translation of " VIEWGROUP " in Vietnamese?

Noun
viewgroup

Examples of using Viewgroup in English and their translations into Vietnamese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Android View and ViewGroup.
Tượng View và ViewGroup.
ViewGroup: ViewGroup is the invisible container.
ViewGroup: ViewGroup là một container vô hình.
One or more views can be grouped together into a ViewGroup.
Một hoặc nhiều View có thể được nhóm lại với nhau thành một ViewGroup.
A ViewGroup derives from the base class android. view. ViewGroup.
Mỗi ViewGroup được dẫn xuất từ class android. view. ViewGroup.
For example, LinearLayout is the ViewGroup that contains Button(View), and other Layouts also.
Ví dụ, LinearLayout là một ViewGroup có thể chứa Button( View) và các Layouts khác.
A ViewGroup is an object that holds other View(and ViewGroup) objects in order to define the layout of the interface.
ViewGroup là một đối tượng có chức năng giữ các đối tượng View( và ViewGroup) khác để định nghĩa bố trí của giao diện.
The ScrollView cancontain only one child view or ViewGroup, which normally is a LinearLayout.
Các ScrollView có thểchứa chỉ một Child View hay ViewGroup, mà thường là một LinearLayout.
GridView is a ViewGroup that displays items in a two-dimensional, scrollable grid.
GridView là một view group mà hiển thị các item trong một lưới hai chiều có thể scroll.
While a group onlycontains a reference to IDs of other elements, a ViewGroup contains the actual views itself.
Mặc dù một nhóm chỉ chứa thamchiếu đến ID của các thành phần khác, nhưng VIewGroup chứa chính các view thực tế.
Each subclass of the ViewGroup class provides a unique way to display the views you nest within it.
Mỗi lớp con của lớp ViewGroup cung cấp một cách duy nhất để hiển thị các dạng xem mà bạn lồng trong nó.
And, other attributes are considered"layout parameters," which are attributes that describe certain layout orientations of the View object,as defined by that object's parent ViewGroup object.
Và những thuộc tính còn lại được coi là" tham số bố trí," đó là những thuộc tính mô tả một số hướng bố trí nhất định của đối tượng Dạng xem, như được định nghĩa bởi đối tượng Nhóm Dạng xem mẹ của đối tượng đó.
Android provides an XML vocabulary for ViewGroup and View classes, so most of your UI is defined in XML files.
Android cung cấp từ khoá XML cho các lớp ViewGroup và View, vì vậy hầu hết giao diện người dùng được định nghĩa trọng các file XML.
The ViewGroup is a subclass of View and provides invisible container that hold other Views or other ViewGroups and define their layout properties.
ViewGroup là một lớp con của View và cung cấp Container vô hình mà giữ các View khác hoặc các ViewGroup khác và định nghĩa các thuộc tính Layout của chúng.
At third level we have different layouts which are subclasses of ViewGroup class and a typical layout defines the visual structure for an Android user interface and can be created either at run time using View/ViewGroup objects or you can declare your layout using simple XML file main_layout.
Ở cấp độ thứ ba, chúng tôi có bố trí khác nhau mà là lớp con của lớp ViewGroup và bố trí một điển hình xác định cấu trúc trực quan cho một giao diện người dùng Android và có thể được tạo ra hoặc vào thời gian chạy bằng cách sử dụng các đối tượng View/ ViewGroup hoặc bạn có thể khai bố trí của bạn bằng cách sử dụng đơn giản tập tin XML main layout.
At third level we have different layouts which are subclasses of ViewGroup class and a typical layout defines the visual structure for an Android user interface and can be created either at run time using View/ViewGroup objects or you can declare your layout using simple XML file main_layout. xml which is located in the res/layout folder of your project.
Tại tầng thứ ba, chúng ta có nhiều Layout khác nhau mà là lớp phụ của lớp ViewGroup và một Layout đặc trưng định nghĩa cấu trúc nhìn thấy cho một giao diện UI trong Android và có thể được tạo hoặc tại runtime bởi sử dụng các đối tượng View/ ViewGroup hoặc bạn có thể khai báo Layout của bạn bởi sử dụng XML file đơn giản là main Layoutxml, được đặt trong thư mục res/ layout của Project.
Results: 15, Time: 0.0243

Top dictionary queries

English - Vietnamese