• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

datepicker

  1. R

    Highlights multiple dates in android calendar view

    Hi Friends, Please let me clarify the below general question. Ques: is it possible to highlights multiple dates in android native widget calendar view or in date picker control? if possible, please let me give the code snippets. Thank you. by Rajarajan
  2. C

    Apps Advice on making to-do list / reminder app

    If you were to make a to-do list / reminder app with notifications on a specific date/time - How would you make it? (A small step-by-step list would be very helpful) What tools/databases would you use? SQLite, WorkManager, AlarmManager or are there any better/easier ones?
  3. D

    Datepicker problem

    I have a problem setting a date() at the datepicker item at my activity ,I use the bellow code and the date does not apply at DatePicker, what is wrong ? Date date = myapp.getAdate();// the date instance Calendar cal = Calendar.getInstance(); cal.setTime(date); DatePicker...
  4. K

    Apps Big doubt on date piker and show in to Main Activity

    Hello i have a some problems whit an app that i m making, in date piker i wont show how many days left and what is my next birthday in the main Activity. i have a button on Main Activity so i press the button and goes to the date piker then i select my age and i won to show it My main activity...