/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/src/com/mapswithme/maps/adapter/AdapterIndexAndPosition.java
8 строк
131 B
Dmitry Donskoy
[android] Added composite recycler adapter, handled orientation changed for tags, modified tags fragment
31 окт 2018, 16:26
31 окт 2018, 16:26
4595ce0
Код
Авторство
О чём код?
package com.mapswithme.maps.adapter; public interface AdapterIndexAndPosition { int getRelativePosition(); int getIndex(); }