6

I want to integrate the Facebook Like button in my android application.

Please tell me Steps how to integrate it in Android.

Janusz
  • 187,060
  • 113
  • 301
  • 369
kites
  • 61
  • 1
  • 2
  • I just posted my answer @ http://stackoverflow.com/questions/7794677/facebook-like-button-in-android-application/14793732#14793732 Hope this helps. – Birender Singh Feb 10 '13 at 01:42

1 Answers1

1

I would try to do it with a webview that contains the standard html integration that you get from facebook. Just define the widht and height of the webview the same as used in the xml and see if the outcome is good enough and works for your application.

Janusz
  • 187,060
  • 113
  • 301
  • 369