Skip to main content

All Questions

Tagged with
0 votes
0 answers
25 views

How to calculate amount of days passed from one date to another in Android Studio with java? [duplicate]

I picked 27th jan 2023 This app calculates which week of the semester the selected date is. It works fine. But I need to add more functionality. I picked 27th jan 2023 and I need to calculate amount ...
colesattac's user avatar
0 votes
1 answer
56 views

How to modify calender in flutter?

How to modify the calendar in flutter? I attached the image below, any package
Shrikant  Maurya's user avatar
1 vote
1 answer
136 views

Is there a way to set alarm in android with local date and local time?

I am building a Calendar app to save events, show them and edit them with DatabaseHelper. I want to add alarm to these events but every I can find only setting alarm with Calendar import library. I ...
Chris Damianidis's user avatar
0 votes
1 answer
1k views

how to change date formate this coming data api 2023-01-02 formate 02-01-2023 [duplicate]

2023-01-02 are coming from this text api. Not sure how to change them to 02-01-2023``` TextView txt_Date_Number; txt_Date_Number.setText(post.Date_Number); txt_Date_Number = findViewById(R.id....
jayaraman raj's user avatar
0 votes
0 answers
36 views

How to prevent range Calendar dont't show current date

I have a date range Calendar, everything works. But when I set a range that not include current date, the current date look like enable(Althout it can not be clicked) How to make text color be grey. ...
GHH's user avatar
  • 1,939
-2 votes
1 answer
32 views

how to set spinner textview I want a separate textview to show if the text in the spinner is clicked?

There are three buttons namely spinner,spinner2,spinner3 and next button there is sumbit button. sumbit button is clicked then show should be displayed in the TEXTVIEW. spinner:DD Spinner:mm spinner:...
atozcodes's user avatar
-3 votes
1 answer
47 views

how to fix the error If you click next, its data formattedDate should go?

If next button is clicked, its data should go to formattedDate I have tried several times and it keeps giving me an error. next.setOnClickListener(new View.OnClickListener() { public void ...
atozcodes's user avatar
-1 votes
1 answer
62 views

How to send prev calendar data api send?

There are three buttons like prev, next, today. If you click on them, the data should go to the string containing calender data formattedDate. String formattedDate = df.format(c.getTime()); `prev....
atozcodes's user avatar
1 vote
1 answer
65 views

Cosmo Calendar shows dates from other screen

I am using ApplikeySolutions/CosmoCalendar to show customized calendar. I have implemented this calender view in two seperate fragments. Both have distint Ids. When I show connected days on FragmentA ,...
Mohammed Ali's user avatar
0 votes
0 answers
36 views

i want to show this type calender in android studio,

see the image How will i do that?
Raj Subh's user avatar
-1 votes
1 answer
999 views

how to highlights specific dates in CalendarView in android studio?

i have tried most things online from custom calendar views to dependencies but they all lead to being outdated and not usable for android studio in its latest version. does anyone know how to achieve ...
ikeawesom's user avatar
0 votes
1 answer
429 views

how to set title formatter in prolificinteractive material-calendarview in kotlin

i'm using this method to set my title format but when i click on next arrow button month and year not change, sep,2022 not change <com.prolificinteractive.materialcalendarview....
Vishal Thakur's user avatar
0 votes
1 answer
285 views

How can I make deep links clickable on Google Calendar

I am trying to save a deep link in my calendar and make it clickable. My URI has a format like appname://timer?2000sec&ringtone?jinglebells. On iOS, in the Calendar, I see it properly. It shows ...
Maritn Ge's user avatar
  • 1,094
0 votes
1 answer
884 views

Adding a webcal calendar to calendar app via API or URI protocol

I am trying to create a calendar export for my sports organization. I get the data from an external API (the match dates change sometimes) and format it to form .ics files. I got a .ics feed up and ...
Jasper B's user avatar
  • 426
1 vote
2 answers
292 views

Android table as calendar view for whole year

I want to create a garden calendar in android for 12 months for each plant, with color bars according to sow or harvest action. Example: Each month should be divided to 3 quarters, so finally I need ...
Darksymphony's user avatar
  • 2,461

15 30 50 per page