Skip to content

Necessary tools in `local environment` for Mobile Frontend

Mohamed Hassan (JOSEPH) edited this page Apr 21, 2023 · 19 revisions

Tools:

  • Android Studio IDE

  • To get more visibility, you can use this awesome 😍 command_line-tool CURL

  • Git

    • master terminal to have full control over time.
    • don't use unnecessary commands, just what fits the need to get the job done.
    • configure ssh for connectivity with SCM server as Github
  • Connectors with backend apps shall be with an http-client that is built locally based on the interface integration contract made of JSON

    • JSON file represents a data exchange model.
    • Besides data types per language in bits representation shall be known in advance to do the proper mapping upon implementation.
  • Building tool: Gradle

Clone this wiki locally