4

Hi, I need some advice about android app development. I am a front end web developer and I want to get into android development. I have created a simple restaurant app using phonegap and knockoutjs but I didn't like the performance. Can you recommend how should I get into android development? Nativescript and ionic also lack performance as far as I have researched. Any help is appreciated.

Comments
  • 3
    learn java and make actual apps not wrapped websites
  • 0
    @BindView using android studio or any other ide?
  • 0
    @BindView can you tell me about your dev environment?
  • 1
    Yeah, studio. Whatcha mean by dev environment?
  • 1
    @BindView I meant what you use for your everyday android dev. I have read that android studio is slow, but I do want to create lean, minimal and fast apps so I think I will have to learn java.
  • 1
    @waqas-ibrahim oh, just get the canary release (3.something) and let it load on the initial startup, its not that bad actually
  • 0
    Thanks @BindView, I will try it right now.
  • 1
    Other useful things are Zeplin for designing the frontend, and i dunno your preferences but if you like reactive design look up Butterknife
  • 1
    We used AngularJS and Ionic on one app. Performance is not too bad, but it's a relatively small app. Informative content on 8 sites and a minigme written with Phaser.
  • 0
    @Kushtrim you had any issues with canary? I found it stable and without hiccups but im interested in your opinion
  • 1
    Yeah I use canary and never had an issue so far. And I already recommend Kotlin over Java but it's really personal preference. If you are worried about performance then go native.
Add Comment