Linha de carregamento rápido e sujo em ListView Android

res / layout / footer.xml <?xml version=”1.0″ encoding=”utf-8″?><LinearLayout >=”http://schemas.android.com/apk/res/android” android:layout_width=”fill_parent” android:background=”#ddd” android:gravity=”center” android:layout_height=”wrap_content” android:padding=”12dp” android:baselineAligned=”true”> <ProgressBar android:layout_marginRight=”8dp” android:layout_height=”20dp” android:layout_width=”20dp” /> <TextView android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:text=”Loading…” android:textColor=”#000″ /></LinearLayout> Em sua ListActivity View …

Continuar lendo

SwipeListView: Biblioteca de código aberto para Android

Uma implementação Android List View com suporte para células drawable e muitos outros recursos relacionados a furto. Demonstração do Google Play https://play.google.com/store/apps/details?id=com.fortysevendeg.android.swipelistview Youtube https://www.youtube.com/watch?v=E0352OH488M GitHub https://github.com/47deg/android-swipelistview Amostra do GitHub https://github.com/47deg/android-swipelistview-sample

Continuar lendo