AndroidFeedLoader - Parent

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

License

License

GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

androidfeedloader-parent
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project Organization

David Wu
Source Code Management

Source Code Management

https://github.com/wuman/AndroidFeedLoader

Download androidfeedloader-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.wu-man/androidfeedloader-parent/ -->
<dependency>
    <groupId>com.wu-man</groupId>
    <artifactId>androidfeedloader-parent</artifactId>
    <version>0.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wu-man/androidfeedloader-parent/
implementation 'com.wu-man:androidfeedloader-parent:0.1.1'
// https://jarcasting.com/artifacts/com.wu-man/androidfeedloader-parent/
implementation ("com.wu-man:androidfeedloader-parent:0.1.1")
'com.wu-man:androidfeedloader-parent:pom:0.1.1'
<dependency org="com.wu-man" name="androidfeedloader-parent" rev="0.1.1">
  <artifact name="androidfeedloader-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wu-man', module='androidfeedloader-parent', version='0.1.1')
)
libraryDependencies += "com.wu-man" % "androidfeedloader-parent" % "0.1.1"
[com.wu-man/androidfeedloader-parent "0.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • samples

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