python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set month and year with LocalDate?
I want change the month and year with these two numberpickers but I do not know how to change the date. What I want to do is this: when i click on OK button on BottomSheetDialog I want to set the mon...
fatihsarioglu164
Votes: 0
Answers: 1
Is there any way to delete events from google calendar from android application
I'm trying to set reminders in calendar from my android application. I am able to set those reminders perfectly on google calendars using contentValues event and reminders. However to delete those eve...
Aagam Shah
Votes: 0
Answers: 1
RRULE in android
I am trying to set weekly monday reminder in calendar at 9 a.m.
Following is the code
final int[] preTimings = {9, 12, 18};
Calendar calendar = Calendar.getInstance(Locale.getDefault());
ContentValue...
Aagam Shah
Votes: 0
Answers: 1
How to convert a timestamp to years, month, days and hours in Android?
I want to convert a timestamp like 62207486144 to days(like 1 year 6 months 2 days 3 hours 33 minutes) in my Android App. How can I do that? I am able to get days and hours but not years or months wit...
Bhaskar Jyoti Dutta
Votes: 0
Answers: 2