15
gustash
8y

Getting some work done today 👍🤘

Comments
  • 1
    Question for you: I have a background in Java, how hard is the transition to app development in android studio?
  • 1
    @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 😉
  • 1
    @gustash thanks, I'm gonna try my hand on it. What's that you are developing? Is it a chat page or profile page?
  • 1
    @iKAANIK what's on the emulator right now, or the Java file? 🙂
  • 0
  • 1
    @iKAANIK secret 😉 once it's finished I'll be sure to share about it here
  • 2
    that's Android studio? Did not know about the emulator :O
  • 1
    @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
  • 2
    @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 😉
  • 5
    @Developer1993 you still need to test older APIs and different screen sizes. Plus, the emulator has gotten tremendously better after Android Studio 2.0
  • 2
    @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!
  • 4
    @Developer1993 as Tim Cook would say, I think you're gonna love it
  • 1
    @iKAANIK by the way, if you need any help/suggesting, you can hmu @ Telegram: @Gustash

    I'll be glad to help 🙂
  • 3
    @gustash suggestion*

    @dfox... I think I'll die soon without an edit button...
  • 0
    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!
  • 0
    @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 😉
  • 1
    @gustash i will definitely take you up on that offer
  • 1
    @gustash can't argue there! I must admit, any apps I've thought of writing haven't needed native functionality. Enjoy your android work!
  • 0
    @ChrisCooney will do, always have 😉
  • 2
    @iKAANIK not hard but you should have a lot of patience for that! atb! 🤑
Add Comment