Skip to content

appunite/AndroidRemoteImageLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run example

run this command:

git clone <repository-url> AndroidRemoteImageLoader

in eclipse:

  • File -> New -> Android Project
  • Project Name: RemoteImageLoader
  • Create project form existin source
  • Location -> Browse: select "library" directory
  • Finish
  • File -> New -> Android Project
  • Project Name: RemoteImageLoaderExample
  • Create project form existin source
  • Location -> Browse: select "sample" directory
  • Finish
  • build and run RemoteImageLoaderExample

in ant:

cd sample ant debug ant installd

Embeding in your project

run this command:

git submodule add AndroidRemoteImageLoader

in eclipse:

  • File -> New -> Android Project
  • Project Name: RemoteImageLoader
  • Create project form existin source
  • Location -> Browse: select "library" directory
  • Finish
  • Your project -> properties -> Android
  • Library -> Add..
  • select RemoteImageLoader and OK
  • do not forget to add "android.permission.INTERNET" permission to your project AndroidManifest.xml file

in ant:

  • add to your project project.properties file something like: "android.library.reference.4=../AndroidRemoteImageLoader/library"
  • ant debug
  • ant installd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published