fishzhe / NasaFeed

This is an android app. It read daliy picture feed from nasa's rss feed url. It can set the picture as wallpaper
1 stars 0 forks source link

Set Wallpaper options #6

Open fishzhe opened 9 years ago

fishzhe commented 9 years ago

Now set wallpaper function will set wallpaper in default size. Use should be able to adjust which part to set as wallpaper

fishzhe commented 9 years ago

Since added listview. So need to ask which pic to set as wallpaper or just set selected pic as wallpaper

fishzhe commented 9 years ago

Now can set selected wallpaper as background. But, it will cause null pointer exception after set a different wall paper, then select a new item in app.

fishzhe commented 9 years ago

Fixed null pointer exception. It turns out the logic of set selected item position was wrong.

fishzhe commented 9 years ago

After changing to Picasso to load image, now need to move the set wall paper work to async task to make sure thread safety.

fishzhe commented 9 years ago

Make big change of the implementation of set wallpaper function. Now can use long click to set wallpaper. No need to call adapter.