@Override public View getChildView(final int groupPosition, final int childPosition, boolean isLastChild, View convertView, ViewGroup parent) { Log.d(TAG, "getChildView() group="+groupPosition+", child="+childPosition); final String ch…
console提示: No Launcher activity found! The launch will only sync the application package on the device! 单击应用后手机提示: 手机上未安装应用程序 原因: 添加了下列属性的activity <intent-filter> <action android:name="android.intent.action.MAIN" /> <category andr…
原文地址:http://www.vogella.com/tutorials/AndroidListView/article.html 1. Android and Lists 1.1. Using lists in Android The display of elements in a list is a very common pattern in mobile applications. The user sees a list of items and can scroll throug…