• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

possibility get money from building apps

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

Currently I've plan to develop android app, but,

Q : is possible to get lot money from building android apps?

if so, I've plan to learn android but which should learn, someone told me there 3 options :
- native :
 + java
 + kotlin
-framework : flutter

someone recommend me to learn flutter, but now I need y'all recommendations,

please anybody give me advice

Thanks
 
Saloon Keeper
Posts: 14798
333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Flutter is a cross-platform framework like Xamarin. You use it if you want to develop apps that work on both Android and iOS. If you want to target only Android, there's no real point to using Flutter.

If you do want to use a framework like Flutter, you have no choice in programming language. Flutter uses Dart, and Xamarin uses C#.
 
Bartender
Posts: 7488
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Making a lot of money through apps is probably impossible if you're working on your own. It is certainly possible, although not guaranteed, for a big team. It is possible to make some money if you are working on your own, but it's not assured that it will provide a better income than doing something else in that time.

The choice of language or framework is irrelevant to the question of making money.
 
gong tji
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Moores wrote:The choice of language or framework is irrelevant to the question of making money.



Hello, thanks for reply,

Looks like I put wrong question, I've plan to make free aps that depend on ads as income,

Q1 : usually what kinds of apps that many people will use it?

and also Q2: does flutter can build app (android) faster than native (java / kotlin)?

ask : please remove thread : "when being upset" because I was unstable when making this thread.

Thanks.
 
Tim Moores
Bartender
Posts: 7488
171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

does flutter can build app (android) faster than native (java / kotlin)?


Probably not. As Stephan said, its point is cross-platform compatibility, not development speed. Kotlin is the popular choice for Android development these days - people who use it seem to like it better than Java. Plus, since not many people use Dart, there are a lot more ready-made libraries to use with Java/Kotlin than with Flutter.
 
Saloon Keeper
Posts: 26769
190
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One reason I never took a job building Android apps was that the local recruiters weren't offering salaries that were anywhere near what I could make doing things like web applications. In fact, less than half.

Part of this is the same sort of exploitative environment that game companies are infamous for, but a lot of it has to do with the fact that people expect their mobile apps to be free or nearly so - generally under USD $5 or adware-supported. So unless you develop a really popular app like Flappy Bird, you won't have enough customers to make a decent living unless you're located in an inexpensive country.

I've never programmed Android in anything but Java, but Kotlin is quite popular and if Oracle's legal department manages to do to Java what they want to do, Kotlin might be a good choice as an "Oracle-proof" code base.
 
What do you have to say for yourself? Hmmm? Anything? And you call yourself a tiny ad.
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic