Android runs atop a Linux kernel. Android applications are written in  การแปล - Android runs atop a Linux kernel. Android applications are written in  ไทย วิธีการพูด

Android runs atop a Linux kernel. A

Android runs atop a Linux kernel. Android applications are written in the Java programming language, and they run within a virtual machine (VM). Each Android application runs within an instance of the Dalvik VM (an open source technology), which in turn resides within a Linux-kernel managed process


An Android application consists of one or more of the following classifications [10]:
 Activities. An application that has a visible UI is implemented with an activity.
When a user selects an application from the home screen or application launcher,
an activity is started.
 Services. A service should be used for any application that needs to persist for a
long time, such as a network monitor or update-checking application.
 Content providers. You can think of content providers as a database server. A
content provider's job is to manage access to persisted data, such as a SQLite
database. If your application is very simple, you might not necessarily create a
content provider. If you're building a larger application, or one that makes data
available to multiple activities or applications, a content provider is the means of
accessing your data.
 Broadcast receivers. An Android application may be launched to process a
element of data or respond to an event, such as the receipt of a text message.
An Android application along with a file called AndroidManifest.xml is deployed to a
device. The AndroidManifest.xml contains the necessary configuration information properly
installed to the device. It includes the required class names and types of events the application
is able to process, and the required permissions the application needs to run. For example, if
an application requires access to the network — to download a file, for example — this
permission must be explicitly stated in the manifest file. Many applications may have this
specific permission enabled. Such declarative security helps reduce the likelihood that a rogue
application can cause damage on your device.
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
รันแอนดรอยด์บนยอดเคอร์เนล Linux เขียนโปรแกรม android ในภาษาการเขียนโปรแกรม Java และเรียกใช้ภายในเครื่องเสมือน (VM) แต่ละแอพลิเคชัน Android รันภายในอินสแตนซ์ของ VM Dalvik (การเปิดแหล่งข้อมูลเทคโนโลยี), ซึ่งจะอยู่ภายในกระบวนการจัดการเคอร์เนล Linuxแอพลิเคชัน Android ประกอบด้วยอย่างน้อยหนึ่งของการจัดประเภทดังต่อไปนี้ [10]:กิจกรรมที่คล้ายกัน มีดำเนินการแอพลิเคชันที่มี UI ที่สามารถมองเห็นได้กับกิจกรรมเมื่อผู้ใช้เลือกโปรแกรมประยุกต์จากหน้าจอหรือเปิดโปรแกรมคอมพิวเตอร์กิจกรรมจะเริ่มต้นขึ้นบริการคล้าย ควรใช้บริการสำหรับโปรแกรมประยุกต์ใด ๆ ที่ต้องคงอยู่ในตัวนาน เช่นตรวจสอบเครือข่ายหรือตรวจสอบการปรับปรุงโปรแกรมประยุกต์คล้ายผู้ให้บริการเนื้อหา คุณสามารถคิดว่า ผู้ให้บริการเนื้อหาเป็นเซิร์ฟเวอร์ฐานข้อมูล Aงานของผู้ให้บริการเนื้อหาคือการ จัดการการเข้าถึงข้อมูลฝัง เช่น SQLite เป็นฐานข้อมูล ถ้าโปรแกรมประยุกต์ของคุณง่ายมาก คุณอาจไม่จำเป็นต้องสร้างความผู้ให้บริการเนื้อหา ถ้าคุณกำลังสร้างแอพพลิเคชันขนาดใหญ่ หรือที่ทำให้ข้อมูลมีกิจกรรมหรืองานหลาย ผู้ให้บริการเนื้อหาเป็นวิธีการเข้าถึงข้อมูลของคุณคล้ายออกอากาศสำหรับการ อาจจะเปิดตัวแอพลิเคชัน Android กับกระบวนการองค์ประกอบของข้อมูลหรือตอบสนองเหตุการณ์ เช่นการรับข้อความจัดวางแอพลิเคชัน Android พร้อมกับแฟ้มที่ชื่อว่า AndroidManifest.xml เป็นการอุปกรณ์ AndroidManifest.xml ประกอบด้วยข้อมูลการกำหนดค่าที่จำเป็นอย่างถูกต้องติดตั้งอุปกรณ์ มีคลาสจำชื่อและชนิดของโปรแกรมประยุกต์คือกระบวนการ และสิทธิ์ที่จำเป็นต้องเรียกใช้โปรแกรมประยุกต์ ตัวอย่าง ถ้าแอพพลิเคชันต้องการเข้าถึงเครือข่าย — เพื่อดาวน์โหลดแฟ้ม ตัวอย่างแบบนี้สิทธิ์ต้องมีระบุในแฟ้มแสดงรายการอย่างชัดเจน โปรแกรมประยุกต์หลายโปรแกรมอาจนี้เปิดใช้งานสิทธิ์เฉพาะ ความปลอดภัยเช่น declarative ช่วยลดโอกาสที่สมบูรณ์แบบโปรแกรมประยุกต์อาจทำให้เกิดความเสียหายบนอุปกรณ์ของคุณ
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
Android runs atop a Linux kernel. Android applications are written in the Java programming language, and they run within a virtual machine (VM). Each Android application runs within an instance of the Dalvik VM (an open source technology), which in turn resides within a Linux-kernel managed process


An Android application consists of one or more of the following classifications [10]:
 Activities. An application that has a visible UI is implemented with an activity.
When a user selects an application from the home screen or application launcher,
an activity is started.
 Services. A service should be used for any application that needs to persist for a
long time, such as a network monitor or update-checking application.
 Content providers. You can think of content providers as a database server. A
content provider's job is to manage access to persisted data, such as a SQLite
database. If your application is very simple, you might not necessarily create a
content provider. If you're building a larger application, or one that makes data
available to multiple activities or applications, a content provider is the means of
accessing your data.
 Broadcast receivers. An Android application may be launched to process a
element of data or respond to an event, such as the receipt of a text message.
An Android application along with a file called AndroidManifest.xml is deployed to a
device. The AndroidManifest.xml contains the necessary configuration information properly
installed to the device. It includes the required class names and types of events the application
is able to process, and the required permissions the application needs to run. For example, if
an application requires access to the network — to download a file, for example — this
permission must be explicitly stated in the manifest file. Many applications may have this
specific permission enabled. Such declarative security helps reduce the likelihood that a rogue
application can cause damage on your device.
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
Android ทำงานบนลินุกซ์ เคอร์เนล . โปรแกรม Android จะถูกเขียนในภาษาการเขียนโปรแกรมภาษาจาวา และพวกเขาทำงานในเครื่องเสมือน ( VM ) สำหรับแต่ละโปรแกรมที่วิ่งภายในอินสแตนซ์ของ Dalvik VM ( การเปิดแหล่งเทคโนโลยี ซึ่งจะอยู่ภายในเคอร์เนลกระบวนการบริหารจัดการ


ใบสมัคร Android ประกอบด้วยหนึ่งหรือมากกว่าต่อไปนี้หมวดหมู่ [ 10 ] :
กิจกรรม โปรแกรมประยุกต์ที่มี UI ที่มองเห็นได้ ดำเนิน การ กับ กิจกรรม .
เมื่อผู้ใช้เลือกโปรแกรมจากหน้าจอหลัก หรือเปิดโปรแกรมประยุกต์

กิจกรรมเริ่ม บริการ . บริการ ควรใช้โปรแกรมใด ๆที่ต้องคงอยู่เพื่อ
เป็นเวลานานเช่นเครือข่ายการตรวจสอบหรือปรับปรุงการตรวจสอบใบสมัคร ผู้ให้บริการเนื้อหา
 .คุณสามารถคิดของผู้ให้บริการเนื้อหาเป็นฐานข้อมูลเซิร์ฟเวอร์ เป็นผู้ให้บริการงาน
เนื้อหาคือการ จัดการการเข้าถึงข้อมูลแบบ เช่น
SQLite ฐานข้อมูล ถ้าใบสมัครของคุณเป็นเรื่องง่ายมาก คุณอาจไม่จำเป็นต้องสร้าง
ผู้ให้บริการเนื้อหา ถ้าคุณสร้างโปรแกรมประยุกต์ที่มีขนาดใหญ่ขึ้น หรือทำให้ข้อมูลใช้ได้กับกิจกรรมหลาย
หรือโปรแกรมประยุกต์ , ผู้ให้บริการเนื้อหาเป็นวิธีการ
การเข้าถึงข้อมูล .
ออกอากาศผู้รับ การประยุกต์ใช้ Android อาจจะเปิดไปยังกระบวนการ
องค์ประกอบของข้อมูล หรือตอบสนองต่อเหตุการณ์ เช่น การรับข้อความ .
Android ใบสมัครพร้อมแฟ้มที่เรียกว่า androidmanifest.xml เป็น
มีการใช้อุปกรณ์ การ androidmanifest.xml ประกอบด้วยข้อมูลการกำหนดค่าที่จำเป็นอย่างถูกต้อง
ติดตั้งอุปกรณ์ซึ่งเป็นชื่อชั้นและประเภทของเหตุการณ์การประยุกต์ใช้
สามารถประมวลผล และอนุญาตการใช้ความต้องการที่จะเรียกใช้ ตัวอย่างเช่น ถ้า
โปรแกรมต้องการการเข้าถึงเครือข่ายเพื่อดาวน์โหลดไฟล์ ตัวอย่าง - การอนุญาตนี้
ต้องชัดเจนระบุไว้ในแฟ้มรายการ หลายโปรแกรมอาจจะอนุญาตเฉพาะงานนี้
.การรักษาความปลอดภัยการประกาศดังกล่าวจะช่วยลดโอกาสที่โกง
ใบสมัครสามารถก่อให้เกิดความเสียหายต่ออุปกรณ์ของคุณ .
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2026 I Love Translation. All reserved.

E-mail: