bmelnychuk / AndroidTreeView

AndroidTreeView. TreeView implementation for android
Apache License 2.0
3k stars 620 forks source link

I want to use Selectable node only how I can achieve this? #54

Open CrazyyCoder opened 8 years ago

CrazyyCoder commented 8 years ago

I'm new to Android and want to use this in my project as a tree view. I want to implement it in MainActivity. I have added dependency too but didn't understand how to use it. Could you please help.

bmelnychuk commented 8 years ago

Did you look at sample project?

CrazyyCoder commented 8 years ago

yes I have test that but I'm not able to add Library in my project

On Wed, Feb 17, 2016 at 3:59 PM, Bogdan Melnychuk notifications@github.com wrote:

Did you look at sample project?

— Reply to this email directly or view it on GitHub https://github.com/bmelnychuk/AndroidTreeView/issues/54#issuecomment-185142450 .

Best Regards

Prakhar Chourasia Jr. Android Developer

TBI Technologies

bmelnychuk commented 8 years ago

Do you have gradle project? If so you can just add dependency to your build.gradle compile 'com.github.bmelnychuk:atv:1.2.+'