A diary app made as part of the course on Udemy by Stefan Jovanovic
In it's current state, this application does not include any form of encryption for the storage of diary entries in the server.
- Clone the repository to your local machine:
git clone https://github.com/TriStaRvOiD/Stellar.git
- Open the project in Android Studio.
- Build the project:
- Click on the “Build” menu.
- Select “Build Project” or press Ctrl + F9 (Windows/Linux) or Cmd + F9 (Mac).
- Connect a physical device or use an emulator:
- Make sure your device is connected via USB and has Developer Mode enabled.
- Alternatively, use an Android emulator from Android Studio.
- Run the app:
- Click on the “Run” menu.
- Select “Run app” or press Shift + F10 (Windows/Linux) or Ctrl + R (Mac).
- The app should now be running on your device or emulator.
- The app does not include the model used for the sentiment analysis.
- The app tries to access the model through a network request, hence you may wish to deploy your model locally on your system and the feature should work fine.
Unfortunately this app currently only supports English, however this will most likely change in the future.
This application's code is available under a GPL v3 license. This excludes the icons, fonts, logos, assets and animations used.
This application's logo was created using AI (Bing Image Generator)
- This application uses the "Josefin Sans" font family from Google Fonts
- Stefan's course on Udemy