Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Hi Can anyone help me with any links or hints on how I can achieve the following.
I need to be able to plot lines based on the touch event by the user from the center of a pie chart/circular image. I am a little familiar with aChartEngine, but not able to figure out how I can do it. I also need to store the XY co-ordinates so that I can reproduce it at a later point in time (the graph/image size will be different). So my XY points from the touch events should be from the center of the graph/image. Any leads/hints/links will be really helpful. Thanks
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I have a quiz app . when a user scores 90% and above the congratulation screen will be displayed. My question is i want the background of the screen to have small and different coloured paper like objects falling creating a illusion that i am congratulating him.
Please help me how to implement this idea.
You can use animation to to show falling color objects. You can follow this link to view of this type of animation:-
Frame By Frame Animation
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have created an android app. In that I am generating randomly 10 Latitude and 10 Logitude. (and 10 names given to each marker) and displaying it on GoogleMap
But, now I want to put a radar on the map which gives a direction.. and accordingly I want to show which person is in which direction..
Please check the image, I want to show something like this.
Any Help??
Thank You...
Ok, so for start you can try detect the direction. To do that look over this question&answer and try to do this: Calculate compass bearing / heading to location in Android . In this way you can know where the user is looking at. After that maybe you could have an png image that you could draw over the map headed to the direction calculated like in the link I just posted.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to have a menu like that in the "Cut the rope" that come down with a rope like
this
or like
this of course the last image
would you please help me?
or just say what I should google.
merci
The menu might be a simple Dialog or View that has an Animation. The rope is a number of Bitmaps that are shown one after another, which is another Animation.
I formatted all words you need to search for as code. I'm not sure if it is worth the work.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Actually I want that when 1 meter covered by the device a toast notification appears and it shows One meter has been covered.Similarly when again one meter will be cover the toast notification again appears.This phenomena continues further.Please help me to sort out the problem.Please provide me a sample code to do that...Thanks in Advance!!!
There is no location technology with one-meter resolution available to Android devices. Hence, what you want is not possible, sorry.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I just received a mobile app requirement storyboard where there is written pull down search on top of each screen with a dotted horizontal line at the top. Could anyone tell me what this means and help out?
You can use sliding drawer but if u want to use it from top to bottom. than you can use this library https://github.com/chemalarrea/DemoSlidingDrawer