Câu hỏi phỏng vấn Android
Câu hỏi

What is ADB and what is it used for?

Câu trả lời

ADB (Android Debug Bridge) is a command-line tool used to communicate with an Android device or emulator instance. It allows developers to execute remote shell commands to control the device, copy files, install and uninstall apps, and more[1][2][4][5].

ADB consists of three components[2]:

  1. Client - runs on the development machine and issues ADB commands
  2. Server - runs as a background process on the development machine and manages communication between the client and daemon
  3. Daemon - runs as a background process on each emulator or device instance

Some key uses of ADB include[1][2][4]:

  • Executing remote shell commands on a device
  • Copying files between a device and computer
  • Installing a...
junior

junior

Gợi ý câu hỏi phỏng vấn

middle

Explain key differences between Service and IntentService

middle

What is the difference between AsyncTask and Thread/Runnable ?

middle

What are the differences between onCreate() , onCreateView() , and onActivityCreated() in Fragments
and what would they each be used for?

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào