2

Should I just give up? I keep trying to learn Android and can never seem to memorize anything. Like how to do a recyclerview. I know that it needs a adapter a view holder. Yet I always have to look up how's it's done. Either though docs or from other projects. Is that common? Or should I give up since I can't seem to remember how to do it.

Comments
  • 1
    Idk man, but I know that I do this as well. Sometimes even for the smallest things, I visit the docs to check, just to be sure it because I forgot the syntax of the function. For me it seems the docs are a necessity when programming
  • 0
    Try React Native! As long as you can write js, you are ready to go!
  • 0
    You only need to memorize where to find the thing you need to look up.
  • 0
    @electrineer so stackoverflow and google
  • 0
    @electrineer more important is to know what you have to look up and why

    Yes, I just replied to myself.
Add Comment