Skip to content
View parallelcross's full-sized avatar

Block or report parallelcross

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GDGReboundExample GDGReboundExample Public

    Example App For My GDG Presentation on Facebook Rebound

    Shell 29 8

  2. CircularDrawable.java CircularDrawable.java
    1
    package com.example.pathshaderdrawable;
    2
    
    
    3
    import android.graphics.Bitmap;
    4
    import android.graphics.Canvas;
    5
    import android.graphics.Paint;
  3. ProgressBarRxJavaAnimation.java ProgressBarRxJavaAnimation.java
    1
    private ObjectAnimator animateRegularProgress(int finalProgress) {
    2
        ObjectAnimator animation = ObjectAnimator.ofInt(regularProgressBar, PROPERTY_NAME, 0, finalProgress);
    3
        animation.setDuration(ANIM_PROGRESS);
    4
        animation.setInterpolator(new LinearInterpolator());
    5
    
    
  4. ReboundScaleActivity.java ReboundScaleActivity.java
    1
    public class ReboundScaleActivity extends Activity implements View.OnTouchListener, SpringListener {
    2
    
    
    3
        private static double TENSION = 800;
    4
        private static double DAMPER = 20; //friction
    5
    
    
  5. romans8 romans8 Public

    app to help people memorize romans 8

    TypeScript

  6. interval-timer-android interval-timer-android Public

    Kotlin