interview:developer:android:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interview:developer:android:start [2017/08/10 20:49] don.leeinterview:developer:android:start [2019/07/28 15:36] (current) – old revision restored (2017/08/16 11:25) don.lee
Line 2: Line 2:
  
 ===== Basic ===== ===== Basic =====
 +
 +==== Question 1 ====
  
   * Suppose you have a v-shape array, e.g [1, 12, 31, 44, 51, 54, 23, 22, 10]. How to find the maximum value in a v-shape array?   * Suppose you have a v-shape array, e.g [1, 12, 31, 44, 51, 54, 23, 22, 10]. How to find the maximum value in a v-shape array?
Line 10: Line 12:
 ===== Android ===== ===== Android =====
  
-==== Question ====+==== Question ====
  
   * Describe three common use cases for using an Intent.   * Describe three common use cases for using an Intent.
   * 请说出 Intent 三个常用案例。   * 请说出 Intent 三个常用案例。
  
-==== Question ====+==== Question ====
  
   * Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer.   * Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer.
Line 28: Line 30:
 </code> </code>
  
-==== Question ====+==== Question ====
  
   * What is the relationship between the life cycle of an AsyncTask and an Activity? What problems can this result in? How can these problems be avoided?   * What is the relationship between the life cycle of an AsyncTask and an Activity? What problems can this result in? How can these problems be avoided?
   * AsyncTask 和 Activity 的生命周期有什麽関系?这个関系有可能导致什麽问题?你可以如何避免?   * AsyncTask 和 Activity 的生命周期有什麽関系?这个関系有可能导致什麽问题?你可以如何避免?
  
-==== Question ====+==== Question ====
  
   * What is difference between Serializable and Parcelable ? Which is best approach in Android ?   * What is difference between Serializable and Parcelable ? Which is best approach in Android ?
   * Serializable 和 Parcelable 有什麽分别?那一个在安卓使用比较好?   * Serializable 和 Parcelable 有什麽分别?那一个在安卓使用比较好?
  
-==== Question ====+==== Question ====
  
  
  • interview/developer/android/start.1502369381.txt.gz
  • Last modified: 2017/08/10 20:49
  • by don.lee