use of io.recom.howabout.category.adult.net.ClusteredImagesRequest in project howabout-android by recomio.
the class ShowImageActivity method onCreate.
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
ActionBar actionBar = getSupportActionBar();
actionBar.setDisplayHomeAsUpEnabled(true);
Bundle bundle = getIntent().getExtras();
pHash = bundle.getString("pHash");
limit = bundle.getInt("limit");
clusteredImagesRequest = new ClusteredImagesRequest(pHash, limit);
}
Aggregations