Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mr-thierry's full-sized avatar

Thierry Roy mr-thierry

  • American Express
View GitHub Profile
@mr-thierry
mr-thierry / layout.xml
Last active May 4, 2018 13:15
Using layout_constraintDimensionRatio breaks the alignment
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/green">
<ImageView
android:layout_width="0dp"
android:layout_height="0dp"
android:src="@drawable/photofullscreen_sample"
@mr-thierry
mr-thierry / KioskV3DO.java
Last active October 18, 2016 13:26
Benchmark GSON vs Moshi (Moshi seems 10x slower)
package tdr.example.ca.tdrandroidtestboard;
import java.util.ArrayList;
import java.util.List;
public class KioskV3DO {
public String id;
public String editionId;
public String name;