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

Implement this in fragment #5

Open
marcellinus opened this issue Mar 27, 2013 · 3 comments
Open

Implement this in fragment #5

marcellinus opened this issue Mar 27, 2013 · 3 comments

Comments

@marcellinus
Copy link

Hi woozzu,
I tried your code and it looks outstanding!
I'd really want to apply this in my final year project.
However, i need to put the listview in fragment.
Any idea of how to do that?

Thanks before!

@woozzu
Copy link
Owner

woozzu commented Mar 27, 2013

Hi, thank you for using my listview :)
Put this listview in your xml of the fragment like this...

  • fragment.xml

    <com.woozzu.android.IndexableListView android:id="@+id/listview" />

2013/3/27 marcellinus notifications@github.com

Hi woozzu,
I tried your code and it looks outstanding!
I'd really want to apply this in my final year project.
However, i need to put the listview in fragment.
Any idea of how to do that?

Thanks before!


Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

@faisalahsan
Copy link

Hi, Woozzu
Your library is a good piece of work, i have tried to use it in my project but could not succeeded. I have tried it in a listfragment with viewpager, but it always, "You must have to use ListView id attribute with android.R.id.list"... any solution how to use it in listfragment with viewpager.?/

Regards :
Faisal Ahsan

@woozzu
Copy link
Owner

woozzu commented Oct 8, 2014

I think you just have to change the id of listview to @android:id/list.

2014-10-08 17:13 GMT+09:00 Faisal Ahsan notifications@github.com:

Hi, Woozzu
Your library is a good piece of work, i have tried to use it in my project
but could not succeeded. I have tried it in a listfragment with viewpager,
but it always, "You must have to use ListView id attribute with
android.R.id.list"... any solution how to use it in listfragment with
viewpager.?/

Regards :
Faisal Ahsan


Reply to this email directly or view it on GitHub
#5 (comment)
.

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

No branches or pull requests

3 participants