omadahealth / SwipyRefreshLayout

A SwipeRefreshLayout extension that allows to swipe in both direction
MIT License
963 stars 218 forks source link

No CLassFound #49

Closed nishanthvasu closed 8 years ago

nishanthvasu commented 8 years ago

Example Code is Working Perfectly. But when i integrate into my code it throws error like this,And also i cant find any class named databinding.

Error:(35, 65) error: package com.orangegangsters.github.swiperefreshlayout.databinding does not exist

oliveeyay commented 8 years ago

Hello @nishanthvasu

Is databinding enabled in your project? Check out how to enable it, and check how our example app build.gradle is architectured?

Maybe that'll fix it?

Cheers,

Olivier