Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
debug2478yKnow thy tools.
1. IDE (IntelliJ, very good, get acquainted)
2. VCS (Git, most likely)
3.Dependency management (Maven/Gradle)
4. OS command line fundamentals
5. Certification from Oracle (jk lol) -
debug2478yAlso, learn your target platform and all related stuff.
For example, if you are doing Android, very likely, you'll need to know how HTTP and networking works, file handling, data encoding, etc. -
jairo95j1308y@debug yea im mostly focusing on android and just wanted to know what others mostly use or how they start off projects
-
xroad23808y@jairo95j test driven development. You don't need it to write code but a lot of companies require it
-
if you're doing Android development, learn about fragments and how they fit into the application life cycle.
once you have that, the rest of Android coding is cake.
Related Rants
To any Java developers. I been programming for about 2 years on and off. Im pretty good when given a task. But from your experience. What techniques, or methodologies should a Java programmer know of he wants to really get serious and get a job? Do you guys have portfolio projects?
undefined
experience
tasks
ide
jobs
oop
android
programmers
programming
java