- Register for an API key
- Go to https://www.tumblr.com/oauth/apps and click the “Register Application” button. You’ll need an existing tumblr account to register and api application.
- Add the Tumblr SDK
https://github.com/tumblr/TMTumblrSDK
- Install using CocoaPods
Podfile in root project directory
- Podfile
- Install using CocoaPods
Podfile in root project directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.bdenney.scfav.image; | |
import android.annotation.TargetApi; | |
import android.app.Activity; | |
import android.graphics.Bitmap; | |
import android.os.Build; | |
import android.renderscript.Allocation; | |
import android.renderscript.Element; | |
import android.renderscript.RenderScript; | |
import android.renderscript.ScriptIntrinsicBlur; |