Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App: Use RecyclerView and map to support various model #37

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

niley7464
Copy link
Contributor

@niley7464 niley7464 commented Jun 12, 2024

This patch replaces buttons and recyclerView to ListView for supporting various model.
Currently we only had one model hardcoded, but now we can easily add models using a list.
Also, MainService's class variable tensorQueryServer is replaced to MutableMap.

@niley7464 niley7464 changed the title [After #36] App: Use ListView and map to support various model [After #36] App: Use RecyclerView and map to support various model Jun 12, 2024
Copy link
Member

@anyj0527 anyj0527 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM✔

@niley7464 niley7464 changed the title [After #36] App: Use RecyclerView and map to support various model App: Use RecyclerView and map to support various model Jun 13, 2024
This patch replaces buttons and textView to RecyclerView for supporting various model.
Also, MainService's class variable tensorQueryServer is replaced to MutableMap.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
@myungjoo myungjoo merged commit 5828ec9 into nnstreamer:main Jun 14, 2024
2 checks passed
@niley7464 niley7464 deleted the listview branch June 14, 2024 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants