Its one of apps written on Android Coursera course. It allow set up notifications which will remind about taking selfie and then allow to take one and displays it on list view..
DailySelfie is hosted in the following web site
https://github.com/pnartowski/DailySelfie
If you think the Android project DailySelfie listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of DailySelfie.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in DailySelfie. The names of the image files are listed as follows.
ic_action_camera.png
The following screenshort is generated from the image listed above.
DailySelfie has the following Java source files.
com.example.DailySelfie.DailySelfie.java com.example.DailySelfie.DailySelfiePreferences.java com.example.DailySelfie.MainActivity.java com.example.DailySelfie.NotificationService.java com.example.DailySelfie.RowAdapter.java com.example.DailySelfie.ScheduleNotificationAfterReboot.java com.example.DailySelfie.SelfieAlarmManager.java