Files
Chat/BeWoPlanerChat/bewoplaner-chat-android
Lyndon 69cb1cf509 Benachrichtigungen:
Ist das Fenster minimiert oder im Hintergrund, wird bei einem Klick auf die Benachrichtigung der richtige Chat ausgewählt und das Fenster zurück in den Vordergrund geholt.
2019-09-02 19:04:55 +02:00
..
-
2019-03-08 18:59:07 +01:00
2017-09-27 15:52:52 +02:00
2019-09-02 19:04:55 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00

Project installation

To install the project you have to follow the next steps:

  1. Instal Android Studio and add the Android SDK in path:

    https://developer.android.com/studio/index.html

  2. Instal Java and add Java in path:

    http://www.oracle.com/technetwork/java/javase/downloads/index.html

  3. Clone the project from your repository:

    git clone https://bitbucket.org/p3-group/bewoplaner-chat-android.git

  4. Manually import project in Android Studio:

     File->New->Import Project->bewoplaner folder
    
  5. To run the project on your local environment, run from the project folder

    ./gradlew clean build //for MAC/Linux gradlew.bat clean build //for Windows