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 add timestamps to the items inthe list and also add a menu item to sort the items from oldest tonewest and also an option to sort from newest tooldest?
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 title){
PayPal Gateway not configured
PayPal Gateway not configured