Click here to Skip to main content
15,885,244 members
Home / Discussions / Android
   

Android

 
Questioncalendar Pin
Member 1109476019-Sep-14 2:22
Member 1109476019-Sep-14 2:22 
AnswerRe: calendar Pin
Richard MacCutchan19-Sep-14 3:47
mveRichard MacCutchan19-Sep-14 3:47 
AnswerRe: calendar Pin
David Crow23-Sep-14 9:34
David Crow23-Sep-14 9:34 
QuestionRoboMVVM - AN Open Source MVVM framework for Android Pin
Debdatta Basu15-Sep-14 7:21
Debdatta Basu15-Sep-14 7:21 
AnswerRe: RoboMVVM - AN Open Source MVVM framework for Android Pin
Richard MacCutchan15-Sep-14 21:33
mveRichard MacCutchan15-Sep-14 21:33 
GeneralRe: RoboMVVM - AN Open Source MVVM framework for Android Pin
Debdatta Basu15-Sep-14 23:26
Debdatta Basu15-Sep-14 23:26 
GeneralRe: RoboMVVM - AN Open Source MVVM framework for Android Pin
Richard MacCutchan16-Sep-14 2:26
mveRichard MacCutchan16-Sep-14 2:26 
Questionhow to set alarm to repeat monthly Pin
sharath198410-Sep-14 23:55
sharath198410-Sep-14 23:55 
Hi Currently I am working on an application to set reminders on monthly basis. I am not able to provide the correct repeating interval for my alarmmanager. Pls provide info about the same. this is my code, but this will not raise alarm for Feb or months having 30 days. Also pls provide code to set yearly repeating alaram.

repeatTime=(AlarmManager.INTERVAL_DAY*31);
mAlarmManager.setRepeating(AlarmManager.ELAPSED_REALTIME_WAKEUP, when.getTimeInMillis(), repeatTime, pi);

Thanks,
Sharath
AnswerRe: how to set alarm to repeat monthly Pin
Richard MacCutchan11-Sep-14 0:38
mveRichard MacCutchan11-Sep-14 0:38 
QuestionRe: how to set alarm to repeat monthly Pin
David Crow19-Sep-14 4:33
David Crow19-Sep-14 4:33 
QuestionFragmentTabHost with scrolling tabs Horizontal (xamarin-C#) Pin
jojoba2010-Sep-14 1:29
jojoba2010-Sep-14 1:29 
QuestionAndriod Listview using c# Pin
Vinojegan8-Sep-14 3:21
Vinojegan8-Sep-14 3:21 
AnswerRe: Andriod Listview using c# Pin
Richard MacCutchan8-Sep-14 5:07
mveRichard MacCutchan8-Sep-14 5:07 
AnswerRe: Andriod Listview using c# Pin
Dominic Burford15-Sep-14 2:21
professionalDominic Burford15-Sep-14 2:21 
QuestionFragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 0:17
jojoba208-Sep-14 0:17 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 0:58
mveRichard MacCutchan8-Sep-14 0:58 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 3:52
jojoba208-Sep-14 3:52 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 4:48
mveRichard MacCutchan8-Sep-14 4:48 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 4:55
jojoba208-Sep-14 4:55 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 5:03
mveRichard MacCutchan8-Sep-14 5:03 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 5:16
jojoba208-Sep-14 5:16 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 5:40
mveRichard MacCutchan8-Sep-14 5:40 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 6:54
jojoba208-Sep-14 6:54 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 7:22
mveRichard MacCutchan8-Sep-14 7:22 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 10:17
jojoba208-Sep-14 10:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.