Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.92 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.92 KB

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