導航:首頁 > 操作系統 > android仿qq分組

android仿qq分組

發布時間:2022-05-23 00:06:34

android手機QQ怎麼新建分組求大神幫助

你好, 登錄手機QQ後,點擊菜單=》設置=》分組管理=》點擊添加分組=》輸入分組名即可。祝愉快,望採納。

Ⅱ 怎麼樣實現類似QQ的好友分組

你是要UI的效果還是後台的邏輯?
UI的話,自己寫一個用戶控制項就搞定了
後台的好友分組邏輯就更簡單了,多一個分組表就行了

Ⅲ 手機QQ2012android版怎樣改分組

你好!按住好友,然後點擊移動分組方可,祝愉快

Ⅳ android studio 實現qq好友分組

https://github.com/zhengwenming/ExpandTableView
需要什麼樣式都可以在github上搜索,都是寫好的代碼,用起來很簡單,還能看大神寫的代碼。

Ⅳ 手機QQ AndroidQQ如何添加好友分組

登錄手機QQ後點擊「聯系人」=》左上角「管理」=》添加分組,輸入分組名即可。
該答案來自手機QQ官方網站

Ⅵ android開發如何實現折疊菜單類似qq分組

用ExpandableListView來實現,可以設置其中的子ListView是展開還是閉合
一、ExpandableListView介紹
一個垂直滾動的顯示兩個級別(Child,Group)列表項的視圖,列表項來自ExpandableListAdapter 。組可以單獨展開。
1.重要方法
expandGroup (int groupPos) :在分組列表視圖中 展開一組,
setSelectedGroup (int groupPosition) :設置選擇指定的組。
setSelectedChild (int groupPosition, int childPosition, boolean shouldExpandGroup) :設置選擇指定的子項。
getPackedPositionGroup (long packedPosition) :返回所選擇的組
getPackedPositionForChild (int groupPosition, int childPosition) :返回所選擇的子項
getPackedPositionType (long packedPosition) :返回所選擇項的類型(Child,Group)
isGroupExpanded (int groupPosition) :判斷此組是否展開
2.代碼:
ExpandableListContextMenuInfo menuInfo=(ExpandableListContextMenuInfo)item.getMenuInfo();
String title=((TextView)menuInfo.targetView).getText().toString();
int type=ExpandableListView.getPackedPositionType(menuInfo.packedPosition);

if (type==ExpandableListView.PACKED_POSITION_TYPE_CHILD) {
int groupPos =ExpandableListView.getPackedPositionGroup(menuInfo.packedPosition);
int childPos =ExpandableListView.getPackedPositionChild(menuInfo.packedPosition);
二、ExpandableListAdapter
一個介面,將基礎數據鏈接到一個ExpandableListView。 此介面的實施將提供訪問Child的數據(由組分類),並實例化的Child和Group。
1.重要方法
getChildId (int groupPosition, int childPosition) 獲取與在給定組給予孩子相關的數據。
getChildrenCount (int groupPosition) 返回在指定Group的Child數目。
2.代碼
public class MyExpandableListAdapter extends BaseExpandableListAdapter {
// Sample data set. children[i] contains the children (String[]) for groups[i].
public String[] groups = { "我的好友", "新疆同學", "親戚", "同事" };
public String[][] children = {
{ "胡算林", "張俊峰", "王志軍", "二人" },
{ "李秀婷", "蔡喬", "別高", "餘音" },
{ "攤派新", "張愛明" },
{ "馬超", "司道光" }
};

public Object getChild(int groupPosition, int childPosition) {
return children[groupPosition][childPosition];
}
public long getChildId(int groupPosition, int childPosition) {
return childPosition;
}
public int getChildrenCount(int groupPosition) {
return children[groupPosition].length;
}
public TextView getGenericView() {
// Layout parameters for the ExpandableListView
AbsListView.LayoutParams lp = new AbsListView.LayoutParams(
ViewGroup.LayoutParams.MATCH_PARENT, 64);
TextView textView = new TextView(ExpandableListDemo.this);
textView.setLayoutParams(lp);
// Center the text vertically
textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
// Set the text starting position
textView.setPadding(36, 0, 0, 0);
return textView;
}

public View getChildView(int groupPosition, int childPosition, boolean isLastChild,
View convertView, ViewGroup parent) {
TextView textView = getGenericView();
textView.setText(getChild(groupPosition, childPosition).toString());
return textView;
}
public Object getGroup(int groupPosition) {
return groups[groupPosition];
}
public int getGroupCount() {
return groups.length;
}
public long getGroupId(int groupPosition) {
return groupPosition;
}
public View getGroupView(int groupPosition, boolean isExpanded, View convertView,
ViewGroup parent) {
TextView textView = getGenericView();
textView.setText(getGroup(groupPosition).toString());
return textView;
}
public boolean isChildSelectable(int groupPosition, int childPosition) {
return true;
}
public boolean hasStableIds() {
return true;
}
}
參考自:http://blog.csdn.net/gyflyx/article/details/6461242

Ⅶ QQ通訊錄(Android)如何增加分組

打開QQ通訊錄,在聯系人界面(就是有聯系人名字的那個界面)點擊屏幕左上角的那個類似幾個小人在一起的那個圖標(就是左上角那個),之後就出現了Q信好友,朋友,家人,同事,關注等幾個選項,如果要在這些分組裡面添加聯系人,只需點擊相應的項目,選擇增加分組成員即可
如果還要添加其它分組,就點擊這關注下面有個類似小扳手的圖標,再出現的分組管理界面右上角有一個帶加號的菜單,點擊就出現新建分組的界面了,編輯名稱等信息,新建分組就完成了。
以上,希望能幫到你

Ⅷ 安卓版的QQ分組管理怎麼弄。

手機qq分組名稱怎麼改?怎麼新建分組?
1.首先下載並登錄手機qq,切換到聯系人,手指長按某個分組,就會出現分組管理的圖標。

2.進入分組管理,如圖所示,可以目前分組進行操作。

3.如果要修改分組,就選擇某個分組,修改名稱就可以了

4.如果要增加某個分組,則選擇添加

手機qq怎麼移動好友?
1.在好友分組中找到需要移動分組的那個好友,然後點擊該好友。

2.點擊該好友以後,進入到該好友的「個人資料」的界面中。在這個好友的「個人資料」中找到右上角的三橫杠圖樣(有些版本是更多兩字),這個是設置項的符號。

3.點擊了這個設置項的符號以後,會在該好友的「個人資料」界面上顯示各個設置項有「分組」,直接點進去選中要移入到的新分組中即可。

【來自網路】

Ⅸ Android手機QQ通訊錄怎麼分組

2.2的么- - 2.2這個版本沒有分組功能的。等下一個版本吧

閱讀全文

與android仿qq分組相關的資料

熱點內容
沒有滴滴app怎麼打車 瀏覽:98
大數乘法java 瀏覽:997
如何登錄伺服器看源碼 瀏覽:522
如何做伺服器端 瀏覽:154
注冊伺服器地址指什麼 瀏覽:433
文本命令行 瀏覽:97
撲克牌睡眠解壓 瀏覽:193
rc4演算法流程圖 瀏覽:159
胡蘿卜解壓方法 瀏覽:35
掃描pdf格式軟體 瀏覽:876
程序員在銀行開賬戶 瀏覽:516
android資料庫下載 瀏覽:750
中午伺服器崩潰怎麼辦 瀏覽:425
產品經理和程序員待遇 瀏覽:442
解憂程序員免費閱讀 瀏覽:109
錄像免壓縮 瀏覽:508
總結所學過的簡便演算法 瀏覽:362
南昌哪些地方需要程序員 瀏覽:761
三台伺服器配置IP地址 瀏覽:175
如何用命令方塊連續對話 瀏覽:280