Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbb committed Aug 6, 2012
1 parent fb41391 commit 4ada730
Showing 1 changed file with 4 additions and 27 deletions.
31 changes: 4 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
#Fruits And Veggies Wallpapers
###1.0 Beta 6
#SwagPapers
###Forked from https://github.com/FruitsAndVeggies/packages_apps_fnv-wallpapers

###Why It's Cool
FNV Wallpaers pulls the wallpapers from the internet, allowing for small installed filesize, and unlimited wallpapers.

###What It Does Now
* Views, sets, and saves wallpapers
* Shows a larger preview when you click on a wallpaper
* Jumps to any page
* Swipe left and right to change pages

###What It Will Do Later
* End world hunger

###Can I Use This In My ROM?
Sure thing. Just make the changes necessary to make it fit your ROM. The hosting side of the images is fairly easy to understand.

####How It Works
The app looks at a folder somewhere on the internet for a files called "fnv_1_small.png" through "fnv_4_small.png"

It then downloads those four images into the cache with koush's great library, [UrlImageViewHelper](https://github.com/koush/UrlImageViewHelper) (Which means you'll need to have it to build the app)

When a user swipes right/next button, the app loads fnv_5_small.png to fnv_8_small.png and so on

When a user clicks on an image, the app start a new activity which shows the selected wallpaper a little bigger than the initial previews.

At the bottom of that activity are two buttons. "Save to Storage" and "Set as Wallpaper".
#How it works
TBD!

0 comments on commit 4ada730

Please sign in to comment.