Giter Club home page Giter Club logo

csaundersandroid's Introduction

csaundersAndroid

This is a set of custom classes that I have created for use within Android. The initial reason for this was because no permissive version of ListViews with headings exist, nor are they baked into the Android platform by default.

ca.christophersaunders.android.widget

HeadingAdapter

This is a wrapper for multiple adapters that you can use within a ListView. This will allow you to add data from multiple sources and display them in the List with a heading for each section.

Usage:

All you need to do to use this is set up your various adapters you wish have displayed and add them to the heading adapter with a name for the heading.

Adapter myAdapter;

// ... code ...

HeadingAdapter headingAdapter = new HeadingAdapter(Context);
headingAdapter.add("myAdapter Heading", myAdapter);

// ... code ...

Requirements

The only requirement for usage of the HeadingAdapter class is the inclusion of the heading_adapter_heading.xml file which is needed by the empty constructor of the class.

It is encouraged that you include this file with the your resources and use the alternate constructor if you wish to use a custom TextView for your headings.

csaundersandroid's People

Contributors

jiblits avatar

Watchers

Sunil Kumar avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.