Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I want to develop an app that integrates the music player of a phone that runs on Android platform, with social networking accounts like twitter...suggest me where to start from? I think I can be more specific once I start developing the app. Thank you.

share|improve this question
Start from your old friend, Google :) – Adel Boutros Jan 23 '12 at 17:37

closed as not a real question by casperOne Jan 24 '12 at 18:27

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I'm not sure exactly what you're asking, so I'll ask some clarifying questions.

Are you asking how to start developing? If you're brand new to Android development, here are some important links: http://developer.android.com/index.html http://developer.android.com/training/index.html http://developer.android.com/guide/topics/fundamentals.html

If you want your app to play music itself, look at MediaPlayer (http://developer.android.com/reference/android/media/MediaPlayer.html) and some background information on working with multimedia in Android (http://developer.android.com/guide/topics/media/index.html)

If you want your app to get other music-playing apps on the phone to play music, use Intents. Read up on those. http://developer.android.com/reference/android/content/Intent.html

If you want to integrate with Facebook, you'll want to use their API: http://developers.facebook.com/blog/post/385/

For Twitter, do some Googling--there are a several different libraries to use.

If you can narrow the scope of your question, it would be easier for you to get a more specific response :)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.