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
-
jdmkaan20488yQuestion for you: I have a background in Java, how hard is the transition to app development in android studio?
-
gustash24518y@iKAANIK not hard at all. Android Studio is based on the amazing IntelliJ IDE and it's a really good documented platform, with a huge repo of questions already answered on SO. Once you try it, you won't want anything else 😉
-
jdmkaan20488y@gustash thanks, I'm gonna try my hand on it. What's that you are developing? Is it a chat page or profile page?
-
@LMestre14 it's not great, I'd use genymotion instead if I had to use an emulator, but nothing beats testing on an actual device, I have a nexus 5 for testing on and it works like a dream
-
gustash24518y@LMestre14 yes, go to a purple icon with an Android in the corner, under the menu bar. It's the AVD Manager. There you can make an AVD (Android Virtual Device) for many Android versions and screen sizes 😉
-
gustash24518y@Developer1993 you still need to test older APIs and different screen sizes. Plus, the emulator has gotten tremendously better after Android Studio 2.0
-
@gustash true, I do a lot of work with the actual hardware on the device, NFC, camera etc I suppose for basic testing its good and like you said for older APIs and screen sizes too, I haven't used it since studio 1.2, but I will give it another go on your recommendation!
-
gustash24518y@iKAANIK by the way, if you need any help/suggesting, you can hmu @ Telegram: @Gustash
I'll be glad to help 🙂 -
It's also worth being that guy and pointing out that if you want to go out on a limb, you can learn some JavaScript and use something like React native or phone gap to write your app for all platforms at once!
-
gustash24518y@ChrisCooney I am aware, but I hate cross platform tools. I am very familiar with Android and that's 90% of what I do, so I do it comfortably. Nothing beats nativity 😉
-
@gustash can't argue there! I must admit, any apps I've thought of writing haven't needed native functionality. Enjoy your android work!
Related Rants
Getting some work done today 👍🤘
undefined
android studio
android
emulator