Photobook is an image sharing social service. You can express your feelings, emotions and memories; draw inspiration from public photo channels - animals, nature, travel, technology and much more.
- Share images
- Like, comment
- Friends sync
- Follow public channels
You can import this project in Android Studio and briefly debug using our development server. If you wish to derive or contribute, feel free to do so, but in this case: deploy server on your own machine and change project name to avoid confusion.
If you deploy your own photobook-server, then replace following line in common/Constants.java:
public final static String SERVER_URL = "http://<Your server IP>";
- AndroidStaggeredGrid from Etsy
- CircleImageView from hdodenhof
- DiskLruCache from Jake Wharton
- Android-crop from jdamcd
- libphonenumber from Google
- Channel images from pixabay
- Clipart from iconfinder
Copyright (c) 2015 Photobook
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.