Skip to content

langara/MyBlocks

myblocks
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

My Blocks

IMPORTANT: this is old Java version. For new Kotlin version see: My Intent

An Android library: Collection of reusable views, fragments, activities, drawables and other utilities.

It is divided into seven modules:

  • myactivities
  • myfragments
  • myviews
  • mydrawables
  • myres
  • myloggers
  • myutils

You can use any of these through JITPack:

Gradle Dependencies

Add following repository to your app build.gradle file:

repositories {
    maven { url "https://jitpack.io" }
}

Then add dependencies to My Blocks modules you want:

dependencies {
    // ... other dependencies here
    compile 'com.github.langara.MyBlocks:myactivities:v1.0.2-alpha'
    }
}

Change myactivities to module you want. The myactivities module depends on all other modules, so you don't have to add anything else if you add this one.

Examples

Check out these applications to find out what you can do with My Blocks library:

TODO: real documentation...

About

An android library: collection of reusable views, fragments, activities, drawables and other utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published