systems.furdei:furdroid

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

systems.furdei
ArtifactId

ArtifactId

furdroid
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/furdei/furdroid

Download furdroid

Filename Size
furdroid-1.1.1.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/systems.furdei/furdroid/ -->
<dependency>
    <groupId>systems.furdei</groupId>
    <artifactId>furdroid</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/systems.furdei/furdroid/
implementation 'systems.furdei:furdroid:1.1.1'
// https://jarcasting.com/artifacts/systems.furdei/furdroid/
implementation ("systems.furdei:furdroid:1.1.1")
'systems.furdei:furdroid:pom:1.1.1'
<dependency org="systems.furdei" name="furdroid" rev="1.1.1">
  <artifact name="furdroid" type="pom" />
</dependency>
@Grapes(
@Grab(group='systems.furdei', module='furdroid', version='1.1.1')
)
libraryDependencies += "systems.furdei" % "furdroid" % "1.1.1"
[systems.furdei/furdroid "1.1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

furdroid

Furdroid is a set of open source Android components. It will help you to bring material design to any device, extending a functionality of Google's Support Library.

We care about the size of your application. That's why each component comes withing it's own separate module so that you can use it without wasting precious kilobytes on components you don't need. Each module is published at Maven Central Repository. There is no need to download anything. You just need to write a couple of lines to include it in your awesome app!

Material Floating Menu

Furdroid introduces a FloatingMenu component: trendy widget to help you implement material-styled menu. It's totally customizable and extendable. It can be of any shape, open and close itself using any animation. And it is designed to be easily styled with your custom theme. Furdroid comes with 3d party implementation of RippleDrawable in Java, so that you can use it on any device regardless of it's API version.

Navigation Toolbar

NavigationToolbar is another useful material component. It appears on the left side of the screen where navigation components usually expected. You can implement awesome navigation if combine NavigationToolbar with a material NavigationDrawer.

Secure Storage

Furdroid-security is helpful if you want to implement a secure Android storage. Furdroid provides you with a set of components to work with encrypted database and file storage. You still work with SQLite database but it's content is encrypted. You can configure which tables and which columns should be encrypted. Furdroid will also help you to generate key and store it in a secure manner.

Furdroid Components

Furdroid-components is a set of light-weight reusable Android components, such as TintedDrawable support for any API version, PartialLoadingAdapter, FullCursorAdapter and visual widgets to work with FullCursorAdapter.

Ripple Drawable

Ripple-drawable is a clone of Abdullaev Ozodrukh's RippleDrawable repository at https://github.com/ozodrukh/RippleDrawable The goal of this clone is to let everyone use this library from Maven Central repository

Before you start

Before you start using furdroid please make sure you have Android artifacts 'android:android' and 'com.android.support' in your local Maven repository. If you don't please visit maven-android-sdk-deployer project and follow the instruction.

Sponsored by furdei.systems www.furdei.systems 2015

Versions

Version
1.1.1
1.0