Please help me with this Android App. Thank You!
I have this Android App that creates a To-Do List using the RoomPersistance Library.
How could I modify it to send an email with the To-Dolist to a ‘g – mail‘ account at a regular interval (e.g.,once a day, every 12 hours, etc.)? The AndroidServices ‘IntentServices’ and ‘AlarmManager’ could be helpful inimplementing this.
—————————————————————————————————–
This is the code:
MainActivity.java:
import android.arch.persistence.room.ColumnInfo;import android.arch.persistence.room.Entity;import android.arch.persistence.room.PrimaryKey;@Entity(tableName = “tasks”)public class Task { @PrimaryKey(autoGenerate = true) private int mId; @ColumnInfo(name = “title”) private String mTitle; public Task(String
PayPal Gateway not configured
PayPal Gateway not configured