Как получить все свойства из API с разбивкой на страницы для фильтрации в Android Kotlin? ⇐ Android
-
Anonymous
Как получить все свойства из API с разбивкой на страницы для фильтрации в Android Kotlin?
Suppose in Android Kotlin, I am fetching data through a paginated API where 10 data are fetched per page. Now, I have to filter among those data according to certain properties that are inside the data, i.e. prices, hotel type, and star rating. Now, for this I want all of those properties at once so that the user could filter onto this, how could I get those all properties and make them available for filtering??
Источник: https://stackoverflow.com/questions/780 ... -in-androi
Suppose in Android Kotlin, I am fetching data through a paginated API where 10 data are fetched per page. Now, I have to filter among those data according to certain properties that are inside the data, i.e. prices, hotel type, and star rating. Now, for this I want all of those properties at once so that the user could filter onto this, how could I get those all properties and make them available for filtering??
Источник: https://stackoverflow.com/questions/780 ... -in-androi
Мобильная версия