Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How can I use this algorithm in Android?
Posted
Updated 1-Jan-12 22:57pm
v2
Comments
OriginalGriff 2-Jan-12 4:54am    
If you don't tell us which algorithm you want to use, how can we tell?
Use the "Improve question" widget to edit your question and provide better information.
Smithers-Jones 3-Jan-12 6:42am    
Unclear or incomplete question. We don't have psychic powers. -> Reported.
Manfred Rudolf Bihy 3-Jan-12 11:39am    
Instead of reposting your question ad nauseam, please do edit it to add vital details. Use the link Improve question to do that.

Thanks for your cooperation!

1 solution

You may use the algorithm just coding it in a way suitable for the Android platform, for instance using Java. Roughly speaking, algorithms are abstract specifications of computer programs hence you may implement them with the languages you like (or the platform you're interested in supports).
So make sure you fully understand the algorithm recipe and then have a look at Android development documentation (Android SDK[^]), finally enjoy coding.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 3-Jan-12 11:42am    
Unless OP provides more information, this is the best advice OP could get.
5! :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900