jess-anders / two-way-gridview

An Android GridView that can be configured to scroll horizontally or vertically
650 stars 261 forks source link

What kind of license does your project have? #14

Closed egslava closed 10 years ago

egslava commented 10 years ago

Hi! I have a library for working with lists (network data loading, pagination, etc) so with standard list it supports your two-way-grid-view library for horizontal lists.

But I didn't find any information about license of this project :( So, what kind of license does your project use?

dandar3 commented 10 years ago

I believe it says it on the main page: https://github.com/jess-anders/two-way-gridview

Feel free to use it in your apps, according to the Apache 2.0 license. Also feel free to fork it and improve it. You could fairly easily create a horizontal listview by extending TwoWayAbsListView

egslava commented 10 years ago

Wow, sorry, I haven't noticed that :(

dandar3 commented 10 years ago

No need, we all miss things at times :-)