TODO: Add price informations
TODO: Add App Store Addresses
###Chrome
One browser for your computer, phone and tablet
| import android.app.Activity; | |
| import android.app.Application; | |
| import android.content.Context; | |
| import android.content.ContextWrapper; | |
| import android.os.Bundle; | |
| import android.os.Looper; | |
| import android.os.MessageQueue; | |
| import android.util.Log; | |
| import android.view.View; | |
| import android.view.ViewTreeObserver; |
TODO: Add price informations
TODO: Add App Store Addresses
###Chrome
One browser for your computer, phone and tablet
| package com.trey.sample; | |
| import android.view.animation.Interpolator; | |
| /** | |
| * Created on 14-6-24. | |
| * | |
| * @author Trey Walker | |
| */ | |
| public class BetterAccelerateDecelerateInterpolator implements Interpolator { |