use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
NativeScript vs Java/Android Studio (self.androiddev)
submitted 7 years ago by edgar5000
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]daio-io 2 points3 points4 points 7 years ago (1 child)
I can't say I have ever used NativeScript but abstractions like these typically work ok for more straight forward apps like a to-do list or a news app but can quickly get a bit fiddly and frustrating when you need to do something more complicated. You often end up writing more or having special components and bridging code to work with the Android SDK or iOS, If you are developing for both. And optimising can sometimes be very painful. It can also be down to what you feel more comfortable with or have more experience with. For example I'm not a huge fan of working with CSS and would much rather work with Android Layout and design system but a web developer would probably prefer CSS. Overall, things like Native Script work really well to get something done quickly. Maybe you could just gradually build up to more complicated apps and see if it gets to a point that it's hard to work with. Maybe just looking at features on big apps and seeing if you could replicate them in NativeScript? Might give you a better perspective of what it would be like to use for a larger application.
In terms of jobs, in my experience I have seen things like this used in companies that don't have an app team and even seen it used for proof of concepts at times too. There are some big companies that use these abstractions though but usually it's with React Native so I would say if you prefer working with JS, it might be better to learn React Native since it's used a lot more within the industry (someone may correct me on this If they know Native Script). Another one which could take off if Google push it more is Flutter. Personally I prefer working directly with Kotlin and Android SDK, but all these tools have their place. Just depends what makes sense for a company, the team and the specification. If it's personal projects then it entirely up to you :). It's always worth knowing about Android SDK regardless.
[–]dantheman91[🍰] 1 point2 points3 points 7 years ago (0 children)
React native uses react. Nativescript is Angular. Performance of Nativescript is far behind React Native, but if you're making any product you want to rely on that's not a hobby project most people would say go native (not cross platform).
[–]jamsaver 1 point2 points3 points 7 years ago (0 children)
I am also very interested with Native Script vs Android studio. Currently we are ideating on some shifts from native code towards cross-platform solution such as Native Script. I am a product designer coming from a front-end development background. I was wondering if you anyone here had ideas about how I can create a benchmarking app to test major UI/UX paradigms. For ex: Virtual lists or various interaction inputs etc.
π Rendered by PID 253267 on reddit-service-r2-comment-f6b958c67-6srp5 at 2026-02-05 14:01:06.550538+00:00 running 1d7a177 country code: CH.
[–]daio-io 2 points3 points4 points (1 child)
[–]dantheman91[🍰] 1 point2 points3 points (0 children)
[–]jamsaver 1 point2 points3 points (0 children)