An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Easy Bookmarks
![Logo](https://raw.githubusercontent.com/mmazzarolo/easy-bookmarks/master/app/src/main/res/mipmap-mdpi/ic_launcher.png "Optional Title")

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
[![Animations](https://raw.githubusercontent.com/mmazzarolo/easy-bookmarks/master/extras/1.gif "Optional Title")

##### About the FAB

I tried to imitate Inbox's Floating Action Button in Easy Bookmarks, this is the result:
![FAB](https://raw.githubusercontent.com/mmazzarolo/easy-bookmarks/master/extras/2.gif "Optional Title")

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.