Tampilkan postingan dengan label viewer. Tampilkan semua postingan
Tampilkan postingan dengan label viewer. Tampilkan semua postingan

Kamis, 05 Desember 2013

PicasaViewer (Galleries)

OVERVIEW




PicasaViewer is a full native iPhone app to search, list and view Picasa images.




This app is using native user interface (not WebView) so it provides clean and fast user experience.




You can share the images with iOS built in options (Facebook, Twitter, Flickr, Mail, SMS).




Really easy to setup, just copy/paste the code and use your custom search terms.




FEATURES




- Search, list and view Picasa pictures
- Fullscreen image viewer
- Share images (Facebook, Twitter, Flickr, Mail, SMS)
- Clean, native user interface




REQUIREMENTS




- Xcode 5
- iOS 7
- ARC




USAGE




1., Open up your View Controller file where you want to use PicasaViewer and add the following import to the top of the file:





#import "TableSearch.h"


2., Then paste the following inside your code:





TableSearch *tableSearch = [[TableSearch alloc] init];
[self.navigationController pushViewController:tableSearch animated:YES];


3., Compile and run.




SCREENSHOTS




Check screenshots and video for visual details.




https://vimeo.com/79237878

FlickrViewer (Galleries)

OVERVIEW




FlickrViewer is a full native iPhone app to search, list and view Flickr images.




This app is using native user interface (not WebView) so it provides clean and fast user experience.




You can sort the search results by Relevance, Upload Date and Interesting.




You can share the images with iOS built in options (Facebook, Twitter, Flickr, Mail, SMS).




Really easy to setup, just copy/paste the code and use your custom search terms.




FEATURES




- Search, list and view Flickr pictures
- Fullscreen image viewer
- Sort results by Relevance, Upload Date and Interesting
- Share images (Facebook, Twitter, Flickr, Mail, SMS)
- Clean, native user interface




REQUIREMENTS




- Xcode 5
- iOS 7
- ARC




USAGE




1., Open up your View Controller file where you want to use FlickrViewer and add the following import to the top of the file:





#import "TableSearch.h"


2., Then paste the following inside your code:





TableSearch *tableSearch = [[TableSearch alloc] init];
[self.navigationController pushViewController:tableSearch animated:YES];


3., Compile and run.




SCREENSHOTS




Check screenshots and video for visual details.




https://vimeo.com/79229166

WP Shuffle Puzzle (Galleries)

This is a Wordpress version of the Shuffle Puzzle. You can use this nice game for developing logical skills at your page. Try and enjoy!

Features



  • Any number of pieces (3×3, 4×7, 20×20 etc.)

  • Ability to add and use any number of your own images

  • Any number of shuffle’s types (by default: easy, medium or hard)

  • Any number of puzzles on one page

  • Any color for background

  • Any time for moving tile by pressing

  • Easy-editable parameters

  • (In)visible menu

  • Cross-browser support


Test at your mobile device


Rabu, 04 Desember 2013

Shuffle Puzzle (Images and Media)

Shuffle Puzzle is a nice game for developing logical skills. Try and enjoy!
Also you can use WP version.

Features



  • Any number of pieces (3×3, 4×7, 20×20 etc.)

  • Ability to add and use any number of your own images

  • Any number of shuffle’s types (by default: easy, medium or hard)

  • Any number of puzzles on one page

  • Any color for background

  • Any time for moving tile by pressing

  • Easy-editable parameters

  • (In)visible menu

  • Cross-browser support


Test at your mobile device



Updates


[7/22/2013]

  • Fixed a loading picture bug in the menu

  • Added Callback that fires right after the puzzle has been completed

  •