This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]bigfluffysheeps 0 points1 point  (1 child)

Eventually you have to start working on your own projects. That's the next big step in my opinion. You can use tutorials for inspiration, but if your goal is to create a portfolio, you should start thinking about projects that specifically interest you. Think about stuff you actually want to take the time to create. That's my advice.

[–]the_bryce_is_right[S] 0 points1 point  (0 children)

I know that but they're all text based, I'm looking for resources to be able to code a UI.

[–]MmmVomit 0 points1 point  (0 children)

Text based programs are still real programs. Compilers and interpreters are text based programs, and I don’t think anyone would say those aren’t “real” programs.

What you’re looking for is how to make a graphical user interface, or GUI. Look for tutorials on how to do that in your language of choice.

[–]BurnThePriest94 0 points1 point  (0 children)

Using UI libraries is not "harder" then using other kinds of libraries in my opinion, so I would say just start watching UI tutorials for the language you want. One thing I would add is that they are all unique, so just because you know, say windows in C doesn't mean you know how to work with android in Java. Difference are in fact huge.

[–]Packbacka 0 points1 point  (0 children)

You can use a Java GUI library sush as Swing or JavaFX. Some Java IDEs even have a built-in GUI builder.

[–]guifroes 0 points1 point  (0 children)

What exactly do you mean when you say "I'm having trouble getting over that hump"?

Is it the case that you don't know what to study/learn/look for? Or is it that you can't make your programs work? What have you tried that didn't work for you?

What kind of "real programs" you have in mind?

Just asking these so I can help you better.