-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy pathREADME
More file actions
44 lines (37 loc) · 1.48 KB
/
README
File metadata and controls
44 lines (37 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=========================================================
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