I've been sitting here for hours, trying to use this github project in my Android project in Eclipse. I've never successfully imported anything from github before. I've read everything I could find and fooled around with every possible option and have exhausted my patience completely.
Could someone please list step by step the procedure for this specific project so I can finally use it in XML like the author describes:
<com.polites.android.GestureImageView
android:id="@+id/image"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:src="@drawable/image"
gesture-image:min-scale="0.1"
gesture-image:max-scale="10.0"
gesture-image:strict="false"/>
The link is https://github.com/jasonpolites/gesture-imageview
I will be eternally grateful.