-3

I need to develop an android application for my personal business.

my application requirement:

  1. Using this application customer can track their current order status. eg: (order placed, under process, under manufacturing, ready to deliver).

  2. To store the customer order history details.

  3. Application publishment is not required.

  4. The application does not need any heavy interactive GUI stuff, simple order tracking is enough for my requirement.

I am an embedded developer, this technology is totally stranger for me.

Questions:

  1. Who starts with android application development, suitable IDE to develop an Android App?

  2. It's a starting point for me so I is there a free server I could use for this?

  3. During the development period which server I can use for the testing purpose?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Gagandeep
  • 33
  • 1
  • 2
  • 6
  • 4
    The question is not suited for Stackoverflow in the way that it does not provide a specific problem that needs solving. I would suggest you either reframe your question very specifically. You can read this as well https://stackoverflow.com/help/how-to-ask – Rupin Nov 16 '19 at 17:22

1 Answers1

0

Who starts with android application development, suitable IDE to develop an Android App?

Android Studio: https://developer.android.com/studio

It's a starting point for me so I is there a free server I could use for this?

You can try Firebase (free to some extend), although I would prefer some custom solution.

During the development period which server I can use for the testing purpose?

Depends on what you choose in the above question. If Firebase check Separate dev and prod Firebase environment, otherwise you will have a copy of the custom environment you setup.

madlymad
  • 6,367
  • 6
  • 37
  • 68