All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stanfy.enroscar.content.UniqueObject Maven / Gradle / Ivy

Go to download

Helper classes and extended abstractions for Android loaders, content resolvers, and DB access.

There is a newer version: 2.1
Show newest version
package com.stanfy.enroscar.content;

/**
 * Interface of a unique object. They are widely used in view adapters.
 */
public interface UniqueObject {
  long getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy