Beginner questions about creating app on Android

0

I'm new to app development for Android and I'm using Android Studio for this, but I'd like to anticipate some doubts. These are:

  • How do I post to Android at the end of the project?
  • What is the amount and if the payment is annual or only paid once?
  • The project will be aimed at several companies. Can I develop app for each of these companies within my account?
  • In case of doubt 3, will I have to pay some additional amount?
  • How long does it take for each app to publish?
  • About item 2, I got information on this site

    Thank you

        
    asked by anonymous 21.01.2018 / 14:16

    1 answer

    2
  • You will first need to generate your signed APK and in the Android Studio itself you do that. You will need to create a keystore with some people information so that you can sign your application. This keystore can also be created by IDE / Android Studio.

  • To have a developer account and publish apps to the Play Store, you only need to buy one for 25USD and only need no additional or annual payment.

  • You can publish as many applications as you want, for as many companies as you like, without any problems.

  • No.

  • Usually the term is up to 24 hours, but can be released in up to 3 hours.

  • Read more at : link

        
    21.01.2018 / 16:05