AndroidFeedLoader - Samples

A library that helps you build Android ContentProviders that feeds from Web APIs.

License

License

GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

androidfeedloader-samples
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

apk
Description

Description

AndroidFeedLoader - Samples
A library that helps you build Android ContentProviders that feeds from Web APIs.
Project Organization

Project Organization

David Wu

Download androidfeedloader-samples

Dependencies

compile (4)

Group / Artifact Type Version
com.google.android : support-v4 jar r7
com.wu-man : androidfeedloader-library jar 0.1.1
com.integralblue : httpresponsecache jar 1.2
com.github.kevinsawicki : http-request jar 3.0

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4

Project Modules

There are no modules declared in this project.

AndroidFeedLoader

AndroidFeedLoader is a mavenized fork of the Feeds Framework from libs-for-android.

The AndroidFeedLoader helps you parse, annotate, and display data from Web APIs, and make it available to external apps via a ContentProvider.

INCLUDING IN YOUR PROJECT

There are two ways to include AndroidFeedLoader in your projects:

  1. You can download the released jar file in the Downloads section.

  2. If you use Maven to build your project you can simply add a dependency to this library.

     <dependency>
         <groupId>com.wu-man</groupId>
         <artifactId>androidfeedloader-library</artifactId>
         <version>0.1.1</version>
     </dependency>
    

CONTRIBUTE

If you would like to contribute code to AndroidFeedLoader you can do so through GitHub by forking the repository and sending a pull request.

DEVELOPED BY

LICENSE

Copyright 2012 David Wu
Copyright (C) 2010 Google Inc.

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.

Bitdeli Badge

Versions

Version
0.1.1