Skip to content
This repository was archived by the owner on Jan 10, 2018. It is now read-only.

I am not able to get selected date in horizontalView ? #49

Open
akkisjoy opened this issue Apr 26, 2015 · 0 comments
Open

I am not able to get selected date in horizontalView ? #49

akkisjoy opened this issue Apr 26, 2015 · 0 comments
Labels

Comments

@akkisjoy
Copy link

AbstractWheel wheelHorizontalView1 = (AbstractWheel) findViewById(R.id.wheelHorizontalView1);
NumericWheelAdapter minAdapter = new NumericWheelAdapter(this, 1, 15,
"%01d");
minAdapter.setItemResource(R.layout.wheel_text_centered_dark_back);
minAdapter.setItemTextResource(R.id.text);
wheelHorizontalView1.setViewAdapter(minAdapter);

I added this, Now how to get selected text.

Please, refer to this question,
http://stackoverflow.com/questions/29886579/how-to-get-selected-text-using-android-spinner-wheel

@ai212983 ai212983 added the bug label Dec 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants