2011-08-01 8 views
1

friends .... 연락처 목록에 연락처 목록의 전체 길이를 얻는 방법은 모바일에 저장하십시오. 우리의 모바일에 저장된 연락처의 총 개수를 가져 오는 방법 ... 안드로이드 ....우리의 연락처 목록에있는 연락처의 총수를 얻는 방법 android

public class justexmple extends Activity { 
    public static final int DIALOG_DOWNLOAD_PROGRESS = 0; 
    private Button startBtn; 
    private ProgressDialog mProgressDialog; 

     @Override 
     public void onCreate(Bundle savedInstanceState) { 
      super.onCreate(savedInstanceState); 
      setContentView(R.layout.main); 

     } 
} 

답변

관련 문제