#Region Service Attributes
#StartAtBoot: True
#StartCommandReturnValue: android.app.Service.START_STICKY
#End Region
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim noti As Notification
End Sub
Sub Service_Create
End Sub
Sub Service_Start (StartingIntent As Intent)
Dim ten As Long
Dim now As Long = DateTime.Now
ten = DateUtils.SetDateAndTime(DateTime.GetYear(now), DateTime.GetMonth(now), _
DateTime.GetDayOfMonth(now),10,0,0)
If ten < now Then
'skip to tomorrow
Dim p1 As Period
p1.Days = 1
ten = DateUtils.AddPeriod(ten, p1)
End If
Log(DateUtils.TicksToString(ten))
StartServiceAt("",ten,True)
noti.Initialize
noti.Icon = "icon"
noti.Light=True
noti.Sound = True
noti.Vibrate = True
noti.SetInfo("حله","تست",Main)
noti.Notify(1)
End Sub
Sub Service_Destroy
End Sub
#Region Project Attributes
#ApplicationLabel: test_noti
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
End Sub
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
StartService(Starter)
Starter.noti.Cancel(1)
End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
سوال
hamaz 129
باسلام و صبح بخير به همه دوستان
ميخوام يك نوتيفيكيشن از برنامه ام در يك ساعت مثلا ساعت 10 صبح هر روز اجرا بشه تاپيك هاي مرتبط انجمن رو سرچ كردم پيغام خطا ميداد و كار نكرد
از سايت مرجع كدهاي مربوط رو پيدا كردم خودم به شكل زير پياده سازي كردم اما خواسته ام تامين نشد و درست كار نميكنه
لطفا اساتيد محترم يه بررسي كنن ببينن مشكل از كجاست
منبع از سايت مرجع
http://www.b4x.com/android/forum/threads/notification-in-certain-time.30477/
سرويس:
noti_special_time.rar
لینک ارسال
به اشتراک گذاری در سایت های دیگر
4 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.