问题描述
在我的示例项目中,我必须在下周周一至周日在文本视图中实施(如 5 月 6 日 >> 12 My).单击下一个按钮时,它必须显示下周的开始日期和结束日期(如 5 月 13 日 >> 5 月 19 日).我已经使用以下代码实现了初始周视图
In my sample project i have to implement next week Monday to sunday in a text view (like 6 May >> 12 My). on click of next button it must show next week start date and end date (like 13 May >> 19 May). I have implemented the intial week view with the following code
点击下周按钮我已经这样做了,但它是静态的,这只是一次尝试:)
on click of next week button i have done this but it static it was just an attempt attempt :)
onclick 会调用这个函数 goNextWeek()
onclick will call this function goNextWeek()
请告诉我如何显示下周的开始和结束日期?
please tell me how to show next week start and end date?
推荐答案
这是您的解决方案.
<小时>
按钮实施更新
写一个方法,将weekNumber作为参数..
Write a method, which will take weekNumber as params..
现在声明一个静态文件为
Now declaire a static filed as
并在按钮单击时编写以下代码
and write below code on button click
这会起作用.
编码愉快 :)
这篇关于下周在android中实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!