this post was submitted on 25 Aug 2023
22 points (80.6% liked)

Asklemmy

42502 readers
1454 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

And what's currently the most in-demand language/skill?

*I'm looking for an Android app.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 16 points 10 months ago

I don't think an app will help you. One of the core concepts you have to learn is, how to identify a problem, deconstruct it into it's core components and write it in way the pc understands.

Whenever I see someone learning programming there is usually a moment when it clicks and it suddenly gets easier.

You have to learn the basic concepts of a programming language. Usually there are a lot of concepts that are similar in different languages but also a lot of details that are not.

I learned programming by reading and experimenting with code but that was the hard way. In your case I'd try to find a course that you like and use that. That is your starting point. When you a through you have to find your own projects to really leant how to program.