I recently launched my application to the Market and I\'ve been in contact with a user who is reporting that when he launches my app, it display the Force Close/Report dialog.I asked the user to repor
Problem is simple. Two Activities. One throwing intent at other. Project have name : \"Stupidroid\" package : \"com.examples.stupidroid\"
I am getting problem in saving a cropped image taken from camera at specified path in SD card. code-->
I want to create an activity similar to the \"Send Feedback/Report and Issue\" page on Google+. Is there an api to capture the screenshot, or is this 开发者_JAVA百科manufacturer dependent?There is cur
I have already selected an image from SD card in my activity\'s ImageView using Intent.and now I want to show a fixed size moving Rectangle i.e. we have to use gesture and whatever p开发者_高级运维ort
开发者_JAVA百科 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
I have an mp4a stream using RTSP, I can play the stream, however, I would like to retrieve the metadata embedded inside the stream. I kn开发者_JS百科ow that there is a MediaMetaDataRetriever class, bu
I have an android app, which is basically an exam simulator, it will come preloaded with questions and the user gets a simple multiple choice interface.
I want to show a background image and multiple images moving down just like \"snowfall\" scene so how can I do that?Background image should not move, only small images over it should be falling down.H
I am working on Sync in android. I found an Example from sample in sdk, it works fine. In example, While they are receiving data from server they are using below protocol.