Skip to main content

All Questions

Tagged with
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
-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
0 answers
52 views

I want to make a Jain calender app, so is there any API or service available for this

I need API or service so I can implement Jain calendar in my Android app.
Chandrashekhar Reddy's user avatar
-1 votes
1 answer
127 views

Custom Calendar in Android | Java

How do I create a custom calendar like below preview? The sundays are shown in red color, dates having events are showed in green where events are coming from API, and current date in blue color. When ...
Pratik Chauhan's user avatar
-1 votes
1 answer
1k views

How can I display monthly Calendar view in Android as required?

My academic project require displaying the current month's calendar with few details like number of visits a user has made on particular day. No other functionality is required like reminder, note, ...
Shubham Chandak's user avatar
0 votes
1 answer
1k views

Google Calendar Android API error : null

Today I wanted to add some Google Calendar stuff in my Android app so I basically followed this tutorial. At the end, when I go to my "Calendar" scene and click on the button, everything seems to ...
Théo Clayette's user avatar
0 votes
1 answer
205 views

Android Google Calendar Event not working after signing app

I tested Google Calendar app in debug mode, event is creating and able find created event in web calendar site but after signing application event is returning "null". Please let me know cause of ...
Ravikumar11's user avatar
2 votes
2 answers
2k views

How do you get a list of accounts on Android that have calendars?

I am writing an app for Android that creates a series of events in a calendar for the user where normal recurrence just can't handle it. I want to allow the user to choose which account they want to ...
Jason's user avatar
  • 2,575
0 votes
1 answer
393 views

Google Calendar API Availability Android

I am currently using the Quickstart Google Calendar API I am trying to check if the events are marked as "free" or "busy" https://developers.google.com/google-apps/calendar/quickstart/android ...
deathsonic's user avatar
0 votes
1 answer
632 views

Can't create a sync Google calendar Android

I'm trying to create a calendar on google account, I managed to create calendars but none syncs with google and I don't know what I'm doing wrong. I know where the problem more or less but I can't ...
Joacer's user avatar
  • 548
3 votes
1 answer
2k views

Android Calendar API : How to force sync for a specific calendar

I create a "secondary" calendar on https://calendar.google.com/calendar After a few seconds it appears on my smartphone under Google Calendar App but if I want to see events, I have to go in Google ...
Chronogps's user avatar
0 votes
1 answer
1k views

How to access Google Calendar application event data in another Android application

I am developing one application in which i need to fetch all the event's data which i have added in Google Calendar application from my phone. We can add events offline even while internet is not ...
Hiren Shah's user avatar
4 votes
0 answers
389 views

Where are new Google calendar reminders stored?

Google calendar has introduced calendar reminders had a new feature. Where are this new reminders stored? I have searched at com.google.android.calendar data and doesn't. Also searched at com.android. ...
The Matrix's user avatar
  • 1,318
-4 votes
1 answer
889 views

How to add an event to Google Calendar using the API on Android

I am trying to add an event to Google Calendar using the API library (https://developers.google.com/google-apps/calendar/quickstart/android) on my Android app, preferably using a method like ...
Wilco's user avatar
  • 53

15 30 50 per page