DayDate2 is a simple Day & Date app for Android. It shows the current day and date with a minimal interface — no sign-in required.
- Install prerequisites
- Install Node.js (includes npm).
- Install the NativeScript CLI:
npm install -g nativescript(provides thenscommand). - Install Android Studio or the Android SDK so
adband the required build tools are available.
- Install project dependencies
- From the repository root, run
npm installto populatenode_modules.
- From the repository root, run
- Build and install the APK
# Build the debug APK
ns build android
# Install the APK (replace the path if needed)
adb install -r "platforms/android/app/build/outputs/apk/debug/app-debug.apk"If installing directly on a device, enable installation from unknown sources or use Google Play if the app is published there.
- Open DayDate2 and it will show the current day and date.
- No account or network connection is required for daily use.
- If the app won't install: ensure your device allows installation from the source and that
adbis available in your PATH. - If the app crashes: try restarting your device and reinstalling the APK.
- For issues or feature requests, open an issue in this GitHub repository: https://github.com/timnik82/DayDate2-Win/issues