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

Sample sis carousel #249

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Sample sis carousel #249

wants to merge 2 commits into from

Conversation

realwind2048
Copy link
Collaborator

@realwind2048 realwind2048 commented Feb 20, 2025

캐러셀 구현하기 에서 베네핏 허브 대신 원하는 곳으로 이동할 수 있는 샘플입니다.

Screenshot 2025-02-20 at 5 13 22 PM

Comment on lines +34 to +38
nativeAdView.setOnClickListener {
Log.d("CustomFeedPromotionViewBinder", "nativeAdView clicked")
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://www.buzzvil.com"))
nativeAdView.context.startActivity(intent)
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

여기에서 원하는 곳으로 이동합니다.

Comment on lines +29 to +33
titleTextView?.text = "타이틀 텍스트를 입력하세요."
descriptionTextView?.text = "description 을 입력하세요"
ctaView?.visibility = View.GONE
mediaView.setDrawable(R.drawable.ic_hello)
iconImageView?.setImageResource(android.R.drawable.ic_dialog_info)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

text 와 image 를 변경합니다.

import com.buzzvil.sample.buzzvilsdksample.R

@SuppressWarnings("RestrictedApi")
class CustomFeedPromotionViewBinder private constructor(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이 클래스를 직접 만들어서 사용합니다.

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.

1 participant