Skip to content

Ejemplo de un ListView Personalizado con un Array Adapter y una clase Holder

License

Notifications You must be signed in to change notification settings

MauMorris/ExampleListView

Repository files navigation

ListViewPersonalizado

Ejemplo de un ListView Personalizado con un Array Adapter y una clase Holder.

Motivacion

Utilización de Adapters personalizados para agregar información a ListViews mostrando su flexibilidad.

Instalacion

Android API 15 (Ice Cream Sandwich) y posterior.

Capturas

Funcionamiento de la aplicacion.

Contribuciones

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

Esta aplicación esta basada en la utilización de una clase Holder para usar como referencia de almacenamiento de ImageView y TextView asi como un Adapter personalizado para mostrar dos imagenes por cada elemento del ListView. El diseño así como los esquemáticos y soluciones de bugs son contribuciones propias.

License

This repository it's under Apache License.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file 
except in compliance with the License. You may obtain a copy of the License at:

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,  
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Ejemplo de un ListView Personalizado con un Array Adapter y una clase Holder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages