https://github.com/mmazzarolo/easy-bookmarks
Bookmarks saving and sharing app for Android (with Firebase)
https://github.com/mmazzarolo/easy-bookmarks
android
Last synced: about 1 year ago
JSON representation
Bookmarks saving and sharing app for Android (with Firebase)
- Host: GitHub
- URL: https://github.com/mmazzarolo/easy-bookmarks
- Owner: mmazzarolo
- Created: 2015-08-18T10:02:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T09:53:41.000Z (almost 11 years ago)
- Last Synced: 2025-07-01T21:14:41.546Z (about 1 year ago)
- Topics: android
- Language: Java
- Homepage:
- Size: 10.8 MB
- Stars: 39
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Bookmarks

Easy bookmarks is an Android app I developed for the last project of the [Android Developer Nanodegree course](https://www.udacity.com/course/android-developer-nanodegree--nd801).
The user an user can save and tag its bookmarks and take a look at what other people bookmarked too.
My aim was to create an app that could be used as an example for the integration of many cool libraries (I'd like to write some posts about them in the future).
The main API I used are:
- Google Sign-up for user identification
- Firebase for storing and sync data and managing user authorizations
- JSoup for extracting info from URLs
##### Libraries
I also implemented a lot of cool stuff from libraries found on GitHub:
- [Butterknife](https://github.com/JakeWharton/butterknife)
- [Recyclerview-animators](https://github.com/wasabeef/recyclerview-animators)
- [Picasso](http://square.github.io/picasso/)
- [Logger](https://github.com/orhanobut/logger)
- [Recyclerview-animators](https://github.com/johncarl81/parceler)
- [FlowLayout](https://github.com/ApmeM/android-flowlayout)
- [TokenAutoComplete](https://github.com/splitwise/TokenAutoComplete)
- [Vector Compat](https://github.com/wnafee/vector-compat)
- [Clans FAB](https://github.com/Clans/FloatingActionButton)
- [MaterialShowcaseView](https://github.com/deano2390/MaterialShowcaseView)
Also, thanks to Google for support:appcompat, support:design, shared elements transactions... and everything else
[
##### About the FAB
I tried to imitate Inbox's Floating Action Button in Easy Bookmarks, this is the result:

You can take a look at [this Gist](https://gist.github.com/mmazzarolo/a5d780807fdfa93ee7ed) to see how to make Clans.Fab work inside a Coordinator Layout.