Skip to main content

All Questions

Tagged with
2 votes
0 answers
35 views

Subscribe for external Google Calendar via Android programatically

I want to subscribe external Google Calendar into my Google calendar via intent from third-party application. I'm trying to make somehow intent with calendar URL to Google Calendar native application ...
Kostadin Georgiev's user avatar
1 vote
0 answers
30 views

Calendar widget/activity with events

Can someone help me make an activity that shows a calendar with multiple events shown in its date cell. I have tried many sample codes from medium and other portals like https://applandeo.com/blog/...
Sivan Thandassery's user avatar
0 votes
1 answer
2k views

How can I set current date (Today's date) same as selected date in Material Date Picker Android

How can I set current date (Today's date) to my local date. My timezone is GMT+07:00. I can just set only setSelection() date but can't set current date. (Sorry for my any grammatical mistake and ...
zEPH OP's user avatar
-1 votes
2 answers
151 views

Java - I want to get the date value of the calendar java

Enter the title with edittext and press the calendar button to display the start and end dates in the textview, respectively. It's perfect up to here. However, I try to store data on db using this, ...
better's user avatar
  • 5
1 vote
2 answers
251 views

Calendar not saving time/date picked from time/date picker

New to android, so I'm not sure if I am using the correct terminology. I have a date and time picker, whose entries I am trying to save into a single calendar instance, but the time and date picked is ...
Irene Serrano's user avatar
1 vote
3 answers
3k views

how do i get the days of the week using kotlin in android studio?

I'm trying to get the day number to put that number in a textView. for example, we know that today is Wednesday the 26th, knowing this information, I want to take this number "26" and put it ...
helciohjr's user avatar
1 vote
1 answer
613 views

reset step counter value every day android kotlin

I made this android app which counts footsteps and that works well, but it can only reset the steps when the device has rebooted. I would like it to store the counted footsteps in the ...
user17290674's user avatar
0 votes
1 answer
55 views

Trapping calendar change broadcast receiver

I would like to receive a broadcast if a calendar is changed. The following code works if the calendar is changed locally in the calendar app. What I would like is if the calendar is changed remotely, ...
PeterB's user avatar
  • 95
0 votes
1 answer
53 views

Binary XML file line #18: Binary XML file line #18: Error inflating class com.qdocs.smartschool.utils.CustomCalendar

I have a smart school app. I have built a custom calendar in this, but the app crashed while the app call fragment in which the custom calendar exists in XML. I am trying to do this using the XML file ...
vickey's user avatar
  • 89
0 votes
1 answer
182 views

AlarmManager time not being set correctly

I am developing an app where I use an AlarmManager to schedule a time to open an Activity. The chosen time is picked by a TimePicker. Despite the time being the expected one when I call the method ...
Fábio Pires's user avatar
0 votes
1 answer
55 views

Calendar not returning the correct time

I want to pick a time from time picker and set an alarm using AlarmManager for that time. When I use when.getTimeInMillis the value returned is different from the time I´ve set. For example , if I ...
Fábio Pires's user avatar
0 votes
1 answer
49 views

Writing data in a loop or otherwise

I have a trivial question for you, perhaps. I am writing a Xamarin.Android application. A calendar to be exact. I have a String [] list of a given class in it. I have written data for each month and ...
Michał Schmude's user avatar
0 votes
1 answer
245 views

Flutter How to convert List <string>to List<custom type>? Event type

I try to persist an Event data type in my project loadEventList() async { await _init(); final _ev = _prefs.getStringList('eventList'); List<Event> listToEvent = _ev as List<Event>; ...
user avatar
1 vote
0 answers
203 views

Calender, 7 days one week, viewpager

I want to make a calendar that shows only 7 days from monday to sunday. At the same time I also want to use viewpager to swipe left and right, each swipe will plus or subtract 1 week. Is there any way ...
nhat nguyen's user avatar
0 votes
0 answers
122 views

How to make infinite viewpager with calendar

I need my viewpager to be date bound. For example, it starts from today and you can scroll the screens either to the left and go to yesterday, the day before yesterday, and so on. To the right, if you ...
PublicOverdose's user avatar

15 30 50 per page
1
3 4
5
6 7
159