Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Communication-Mobile android

DragListView

  • Category : android
  • Tags :
  • Update : 2013-04-24
  • Size : 203kb
  • Downloaded :0次
  • Author :zhengy*******
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
DragListView package com.tarena.draglist.demo import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.TextView public class DragListAdapter extends BaseAdapter { Context context LayoutInflater inflater List<String> groupN public DragListAdapter(Context con, List<String>groupname) { this.groupN = groupname this.context = con inflater = LayoutInflater.from(con) } @Override public int getCount() { return groupN.size() } @Override public Object getItem(int position) { return groupN.get(position) } public void remove(String group) { int index=groupN.indexOf(group) groupN.remove(index) notifyDataSetChanged() } public void insert(String grname, int postion) { groupN.add(postion, grname) notifyDataSetChanged() } @Override
Packet file list
(Preview for download)


DragListView\.classpath
............\.project
............\AndroidManifest.xml
............\assets
............\bin\DragListView.apk
............\...\classes\com\tarena\draglist\alphabetlist\AlphabetListView$1.class
............\...\.......\...\......\........\............\AlphabetListView$AlphabetPositionListener.class
............\...\.......\...\......\........\............\AlphabetListView$HideIndicator.class
............\...\.......\...\......\........\............\AlphabetListView.class
............\...\.......\...\......\........\............\AlphabetListViewActivity$1.class
............\...\.......\...\......\........\............\AlphabetListViewActivity.class
............\...\.......\...\......\........\demo\BuildConfig.class
............\...\.......\...\......\........\....\DragListAdapter.class
............\...\.......\...\......\........\....\DragListView.class
............\...\.......\...\......\........\....\R$attr.class
............\...\.......\...\......\........\....\R$drawable.class
............\...\.......\...\......\........\....\R$id.class
............\...\.......\...\......\........\....\R$layout.class
............\...\.......\...\......\........\....\R$string.class
............\...\.......\...\......\........\....\R.class
............\...\classes.dex
............\...\jarlist.cache
............\...\res\drawable-hdpi\ic_launcher.png
............\...\...\.............\sidebar_bg.png
............\...\...\.........ldpi\ic_launcher.png
............\...\...\.........mdpi\ic_launcher.png
............\...\...\.........xhdpi\ic_launcher.png
............\...\...\..............\sidebar_unchoose_item.9.png
............\...\resources.ap_
............\gen\com\tarena\draglist\demo\BuildConfig.java
............\...\...\......\........\....\R.java
............\proguard-project.txt
............\project.properties
............\res\drawable-hdpi\ic_launcher.png
............\...\.............\sidebar_bg.png
............\...\.........ldpi\ic_launcher.png
............\...\.........mdpi\ic_launcher.png
............\...\.........xhdpi\ic_launcher.png
............\...\..............\sidebar_unchoose_item.9.png
............\...\layout\alphabet.xml
............\...\......\drag_list_item.xml
............\...\......\mysimple_item.xml
............\...\values\strings.xml
............\src\com\tarena\draglist\alphabetlist\AlphabetListView.java
............\...\...\......\........\............\AlphabetListViewActivity.java
............\...\...\......\........\demo\DragListAdapter.java
............\...\...\......\........\....\DragListView.java
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.