Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rallat/ImageLoader

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=========================================================
General information
=========================================================
ImageLoader component
- core contains a java maven based project
- demo mvn android based project to test imageLoader
- acceptance mvn android based project with robotium test
- monkey some example that take a snapshot using monkey runner

For client project that need to include the image loader you just need the jar
you can find the jar at : https://github.com/novoda/public-mvn-repo 


=========================================================
How to use the library
=========================================================

If you are using maven you need to define the repo and then the dependency
<repositories>
  <repository>
    <id>public-mvn-repo-snapshots</id>
    <url>https://github.com/novoda/public-mvn-repo/raw/master/snapshots</url>
  </repository>
  <repository>
    <id>public-mvn-repo-releases</id>
    <url>https://github.com/novoda/public-mvn-repo/raw/master/releases</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.novoda.imageloader.core</groupId>
  <artifactId>imageloader-core</artifactId>
  <version>1.3.3</version>
</dependency>

=========================================================
Working with eclipse
=========================================================

better to use eclipse 3.7 and maven 3.0.3
import core as maven project
for acceptance and demo :
- run : mvn clean package
- create a new android project in eclipse

About

Decouple component to load images

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.