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
-
Xoka12802yYes, the first time, it was TERRIBLY hard for me, even though I came from a Java background, it was awful! But after doing it 3-4 times, I found/discovered/made some shortcuts and now its smooth like butter ^_^
-
First, it would be helpful to know that you are talking about native Android.
Second, what do you mean by hard? Hard to use correctly? Hard to understand how it works? -
Siko382y@Lensflare yes i learn native app for now,for me its a bit hard how to understand it and i think because im not good enough on OOP langguage
-
Hazarth94552yIt's hard because android api is hard and dumb. You could code a recycler view completely from scratch in OpenGL faster than figuring out how android api works... the more I use it, the more I hate it
-
If you can avoid legacy view system, avoid it. Unless you want to use it at work, for maintaining some old projects.
If you're just doing some side project, rather use Jetpack Compose or Flutter.
That being said... just go trough official Android documentation. There is a crap ton of history on Android and even more magicians on Stackoverflow. Android documentation is imho best up to date resource for learning. -
Siko382y@WildOrangutan i have read doc and watch some tutorial on yt,the problem is i understand this very slowly,i have learn other things in android studio but this thing really hard to understand for me
-
I also recommend starting with Jetpack Compose instead. I don‘t know how it handles recycling Views but if it‘s similar to what SwiftUI does, it’s a lot less complicated and more straightforward.
Related Rants
-
coldfire27!!!rant When after 5 years, u cant fully understand linux and someone wants to learn it in 2 days.
-
tahnik7Never ask a woman about their age. Never ask a man about their wage. Never ask a dev about their bugs.
-
subha-py13I met one of my friend from my childhood he asked me what I do for a living. I told him : "I am a full stack...
hi guys im new with app development and i have small question because this is really stressful for me,when you guys learn recycler view for the first time is that hard?or am i being stupid because its hard for me
question
ask
newbie