LNB

LNB icon
4.3
1 reviews
1
Downloads
96.1 MB
Size
12+
Year Old
Install
Share

About this app

Updated on

Mar 16, 2026

Ratings and reviews

4.3
1 reviews
5
4
3
2
1
Abc Xyz
July 22, 2024
The interface is good and the shopping is super smooth.
12efa asd
July 22, 2024
Great experience, great deals.

App support

Website
Support email

Similar apps

APP_NAME
APP_DEVELOPER
4.3
LNB icon
LNB
Share this app
X
Facebook
WhatsApp
Email
Copy
LNB icon
LNB
About this app
Version
3.0.9
Updated on
Mar 16, 2026
Released on
Mar 16, 2026
Downloads
1 downloads
LNB icon

LNB

Version:3.0.9 (build 1)
LNB QRcode
App installation is in progress
Installing...
App download will begin in a moment, please wait... If it doesn\'t, please restart the download.
Install

Or use your mobile to scan the QR code to install


About

Size
96.1 MB
Publish at
1 Day ago
Version
3.0.9
Build
1

Feat: Implement player search tab and navigation to player details

This commit enables the player search functionality within the general search feature. It introduces a new data model for current team tracking, implements the necessary API calls to fetch player-team associations, and enables navigation from search results to the player details screen.

- **New Data Model**: Added `PersonCurrentTeamModel.kt` to handle current team information for players, including IDs, names, logos, and social media links.
- **API Integration**:
- Added `GET_PERSON_CURRENT_TEAM` endpoint to `EndPoints.kt`.
- Implemented `getPersonCurrentTeam` in `FeaturesApi.kt` and `FeatureRepository.kt`.
- **Search UI & Logic**:
- **`SearchFragment.kt` & `SearchViewModel.kt`**: Un-commented and enabled the "Player" tab in the global search view pager and menu list.
- **`PlayerSearchFragment.kt`**:
- Updated to observe the shared search query and trigger `getPlayerList`.
- Implemented result clearing logic when the query is empty.
- Added logic to fetch a player's current team upon selection before navigating to the details screen.
- **`PlayerSearchViewModel.kt`**:
- Added `getPersonCurrentTeam` network call and state management.
- Implemented `clearResults()` and `resetPersonCurrentTeamState()` to manage API states.
- **`PlayerSearchAdapter.kt`**: Initialized `onItemClick` to handle item selection.
- **Models**: Updated `PersonModel.kt` to use `nationalityCode` instead of `nationalityCodeIoc` for retrieving country flags.
- **Layouts**: Updated `fragment_play_search.xml` to use the specific `PlayerSearchViewModel` instead of the generic `SearchViewModel`.