Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

learn more… | top users | synonyms

0
votes
0answers
23 views

Android - have service notified when app is opened

I'm trying to make a widget for Android 2.3+ that will show when the last time the user had Facebook open was. I know that one way to get this information is to use the android.permission.GET_TASKS ...
3
votes
1answer
2k views

moving android SDK installation folder

I have installed my Android SDK in Program Files (x86). But due to some reason I want to move it to D:. I want to ask if I can do that without altering my current projects on eclipse and will I have ...