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

What is DDMS and what can you do with it?

Câu trả lời

DDMS (Dalvik Debug Monitor Server) is a debugging tool that ships with Android Studio. It provides a wide range of debugging features for Android apps[1][2][3]. Some key capabilities of DDMS include:

  • Port forwarding services to connect debugger to apps
  • Screen capture of the connected device or emulator
  • Thread and heap information for monitoring memory usage
  • Network traffic tracking and inspection
  • Ability to simulate incoming phone calls and SMS messages
  • Simulating different network conditions like speed and latency
  • Spoofing location data for testing location-based features[2]

DDMS allows you to monitor system processes, view heap allocation, track memory usage, s...

middle

middle

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

middle

Android Log.v() , Log.d() , Log.i() , Log.w() , Log.e() . When to use each one?

expert

What happens if the user navigates away or closes the app while I still have a reference to the Activity
the user just closed in my AsyncTask ?

middle

How would you communicate between two Fragments?

Bình luận

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

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