Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jun 24, 2017
1 parent cec8dbd commit 873c0da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-utils/master/graphics/dynamic-utils_512x512.png" width="160" height="160" align="right" hspace="20">

# Dynamic Utils

[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg?)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://travis-ci.org/pranavpandey/dynamic-utils.svg?branch=master)](https://travis-ci.org/pranavpandey/dynamic-utils)

<img src="https://raw.githubusercontent.com/pranavpandey/dynamic-utils/master/graphics/dynamic-utils_512x512.png" width="160" height="160" align="right" hspace="20">

A collection of static methods to perform various operations including color, device, drawable,
package, tasks and sdk on Android 9+ (Gingerbread or above) devices.

Expand Down Expand Up @@ -32,7 +32,6 @@ package, tasks and sdk on Android 9+ (Gingerbread or above) devices.
It can be installed by adding the following dependency to your `build.gradle` file:

```groovy
allprojects {
dependencies {
compile 'com.pranavpandey.android:dynamic-utils:0.1.0'
}
Expand Down Expand Up @@ -132,7 +131,7 @@ Helper class to easily execute or cancel an AsyncTask by handling all the except
Helper class to detect the Android SDK version at runtime so that we can provide the user
experience accordingly.

1. `isHoneycomb()` - To detect if the current Android version is Honeycomb or above.
1. `isGingerbread()` - To detect if the current Android version is Gingerbread or above.

2. `isIceCreamSandwich()` - To detect if the current Android version is Ice Cream Sandwich or above.

Expand All @@ -142,7 +141,7 @@ experience accordingly.

11. `isNougatMR1()` - To detect if the current Android version is N_MR1 or above.

### DynamicWindowsUtils
### DynamicWindowUtils

Helper class to perform Window operations and to detect system configurations at runtime.

Expand Down
Binary file modified graphics/dynamic-utils.psd
Binary file not shown.
Binary file modified graphics/dynamic-utils_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 873c0da

Please sign in to comment.