Thursday, February 27, 2014

algorithm

http://programmers.stackexchange.com/questions/139719/web-development-algorithms

There aren't necessarily a set of algorithms that are specific to web development. More like algorithms common to all programming. I think the job postings that want you to have a knowledge of algorithms are just looking for someone with a solid background in Computer Science or the theoretical side of things.
You can think of your quest to obtain one of these jobs as two separate goals:
  1. Become knowledgeable about commonly used algorithms.
  2. Become proficient in one or two web programming languages.
For the first goal, I would recommend learning the basics of at least the following set of algorithms:
  • Sorting algorithms
  • Searching algorithms
  • Simple recursive algorithms
  • Backtracking algorithms
  • Divide and conquer algorithms
  • Dynamic programming algorithms
  • Greedy algorithms
  • Brute force algorithms
For the second goal, I would recommend picking two web programming languages, say PHP and ASP.NET, and finding some tutorials that help you learn the basics of these. Then, try to build something useful using these and before you know it, you'll be ready to make a contribution to a software development team!

Wednesday, February 26, 2014

Android books

http://stackoverflow.com/questions/18483679/android-application-development-books

Please suggest me the best Android App books. I am new learner of Android. I know OOPS concepts and Core JAVA. Please give URLs of E-books if any.
share|edit
 
Thanks in advance –  user2723803 Aug 28 '13 at 9:08
 
Thank you...can you tell me the difference between Android and Embedded Android –  user2723803 Aug 28 '13 at 9:39
 
Embedded android is a platform for embedded devices –  Jaguar Aug 28 '13 at 9:45
add comment

closed as off-topic by Mitch WheatMichaelS.L. BarthSimon,RandolphCarter Aug 28 '13 at 9:18

This question appears to be off-topic. The users who voted to close gave this specific reason:
  • "Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Mitch Wheat, Michael, S.L. Barth, Simon, RandolphCarter
If this question can be reworded to fit the rules in the help center, please edit the question.

2 Answers

up vote14down voteaccepted

Android Programming Books

share|edit
2 
don't recommend "Android Wireless Application Development" by Conder & Darcy. I found it to be wrong a number of times. –  S.L. Barth Aug 28 '13 at 9:16
 
Thank you "tiger"(jaguar) –  user2723803 Aug 28 '13 at 9:36
add comment
Have a look at this book. This was the one i started with --> https://www.google.co.in/?gws_rd=cr#fp=60fa10636712f945&q=android+professional+development+pdf
share|edit
add comment

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