KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
UniversalPhotoStudio
★ 11
Open GitHub ↗
UniversalPhotoStudio
Download README (.md)
Explore Similar Repositories
DnsByTcp
:
Run local, redirect UDP DNS requery to TCP format. For avoiding DNS poisoning.
webmachine-nodejs
:
Webmachine HTTP Toolkit for NodeJS
Screen-Framework
:
JavaFX Framework for managing multiple application screens
NodeCloudPT
:
NodeJS SDK for the CloudPT
OTNServer
:
Open Tibia Node Server
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
UniversalPhotoStudio
?
Download (.md)
# Introduction An Android photo viewer program for Flickr, Instagram and 500PX.  # Download You can either build it by yourself or purchase/donate via the Google Play Store. <a href="https://play.google.com/store/apps/details?id=com.gmail.charleszq.picorner"></a> # Dependencies Please also download the following projects and import into your Eclipse workspace: * [FlickrjApi4Android](https://github.com/yuyang226/FlickrjApi4Android) * [j500px](https://github.com/yuyang226/j500px) * [jInstagram](https://github.com/charleszq/jInstagram) (this is forked from https://github.com/sachin-handiekar/jInstagram with some minor changes) * [SlidingMenu](https://github.com/jfeinstein10/SlidingMenu) * [Android-ViewPagerIndicator](https://github.com/JakeWharton/Android-ViewPagerIndicator) * [Universal Image Loader](https://github.com/nostra13/Android-Universal-Image-Loader) * [Google play service](http://developer.android.com/google/play-services/setup.html) * [Android-PullToRefresh](https://github.com/chrisbanes/Android-PullToRefresh) ### Development Environment * JDK 1.6+ * ADT Exeucte the command setup_deps.sh for downloading the 3rd party submodules. The android-support-v4.jar from SlidingMenu and Android-ViewPagerIndicator will cause mismatch issue. Please use the same jar in both projects for resolving this issue. # Developers * Charles Zhang: <charleszq@gmail.com> * Toby Yu: <yuyang226@gmail.com>