An Android app to keep track of your everyday plans.
FInd an unassigned, ready-for-work open issues and assign yourself to one to get started. For first-time contributors, feel free to check out good first issues
- Fork this repository
- Copy the clone URL.
- Open Android Studio 3+
- Choose 'check out from version control' and paste the forked repo URL you copied earlier. Choose a root directory that this project will reside in.
- Wait for gradle sync to finish.
- Open this project in Android Studio using the instructions above.
- Go to
app/res/values/
- Right click on
strings.xml
and choose Open Translation Editor - Choose the Globe button (named Add Locale) and choose a language
- Begin translating in the newly created language column
- To run the
MainViewModelTest
, put this in the project'sgradle.properties
:android.enableUnitTestBinaryResources=true