Cristian Gabriel wrote:Like i always do, I prefer to practice a lot before, learn things and when I go to class, i'm just strengthening my knowledge and ask some things i didn't understand very well(or at all). I'm always saying to me that individual work is the best.
Sometimes the only way things ever got fixed is because people became uncomfortable.
A few years ago JavaFX was spoken about everywhere.Tim Holloway wrote:. . . The original Java GUI framework was AWT . . . .
Sometimes the only way things ever got fixed is because people became uncomfortable.
The latest versions of FX have some interesting features, like opening their own version of the EDT automatically, and different kinds of property, and seems to be designed to use λs throughout for event handlers. Quite different from Swing®. I am not sure who holds FX nowadays.Tim Holloway wrote:. . . JavaFX. . . . is that really Java in the literal sense? . . . .
Cristian Gabriel wrote:I have a question about how I should learn, or to be more precise..in which order should I learn those concepts.
- Focus on coding, more complex problems in order to familiarize myself with Java and those little tricks from every language?(and then the other choices?)
- Focus on GUI?
- Continue playing with Android Studio(I simply love it) and build more complex apps since this means more Java code?
- all of these?
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Campbell Ritchie wrote:Welcome to the Ranch
![]()
I suggest you show us some of your code here, so we can see how well you have understood object‑orientation, and so we can see your code style.
Winston Gutkowski wrote:
I'm probably the worst person to be answering this question, since GUI programming bores me to tears.
I'm an application bod. Always have been, always will, which means that problems are what get me up in the morning, not worrying whether I've got the right shade of crimson on my 'Stop' button or where I'm going to put it on a screen.
For me, algorithms and structures, and understanding how collections work, or how to best encapsulate database transactions; dijkstra's (and others) "shortest path" and "shunting-yard" solutions; how solve the "traffic light" (or bigger) network problems that involve real objects interacting in real (or the shortest possible) time.
That's what rattles my cage.
I don't know if it helps, but it made me feel better. :-)
Winston
Which language is that? C++?Cristian Gabriel wrote:. . . successfully overloaded << . . .
Campbell Ritchie wrote:
Which language is that? C++?Cristian Gabriel wrote:. . . successfully overloaded << . . .
Sometimes the only way things ever got fixed is because people became uncomfortable.
Campbell Ritchie wrote:Welcome to the Ranch
![]()
Have you asked your teachers what they would like you to practise? They might say, nothing.
Campbell Ritchie wrote: I am not sure who holds FX nowadays.
All things are lawful, but not all things are profitable.
This tiny ad will self destruct in five seconds.
Free, earth friendly heat - from the CodeRanch trailboss
https://www.kickstarter.com/projects/paulwheaton/free-heat
|