One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
package eu.f3rog.ui.custom; | |
import android.content.Context; | |
import android.os.Bundle; | |
import android.os.Parcelable; | |
import android.support.annotation.Nullable; | |
import android.support.v7.widget.RecyclerView; | |
import android.util.AttributeSet; | |
/** |
public class ExcellentAdventure { | |
@Retention(SOURCE) | |
@StringDef({ERA_BC, ERA_AD}) | |
public @interface Era { | |
} | |
public static final String ERA_BC = "BC"; | |
public static final String ERA_AD = "AD"; |
Enabling communication with API if server has Self-Signed Certificate |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.