Skip to content
View oscarcidcoder's full-sized avatar
Block or Report

Block or report oscarcidcoder

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. FastSave-Android FastSave-Android Public

    Forked from yehiahd/FastSave-Android

    An Android library for fast and easy access to Android Shared preferences.

    Java

  2. smart-scheduler-android smart-scheduler-android Public

    Forked from amangupta1992/smart-scheduler-android

    A utility library for scheduling periodic and non-periodic jobs efficiently.

    Java

  3. CardStackView CardStackView Public

    Forked from yuyakaido/CardStackView

    Tinder like swipeable card view for Android

    Java

  4. FabBottomNavigationView Widget custo... FabBottomNavigationView Widget custom para el manejo del BottomNavigationBar con un FAB integrado con el mismo estilo de BottomApp Bar
    1
    import android.animation.ValueAnimator
    2
    import android.annotation.SuppressLint
    3
    import android.content.Context
    4
    import android.graphics.Paint
    5
    import android.util.AttributeSet
  5. Gradle General con Signing Gradle General con Signing
    1
    apply plugin: 'com.android.application'
    2
    apply plugin: 'io.fabric'
    3
    
                  
    4
    import groovy.swing.SwingBuilder
    5
    
                  
  6. Class to support TextView with FontA... Class to support TextView with FontAwesome
    1
    /**
    2
     * Clase para cargar los iconos de FontAwesome v4.7.0
    3
     * Usar {@link FontAwesomeIcon#setCodeText(String)} para hacer el set del texto en el codigo
    4
     * @author oscarcid
    5
     */