简体   繁体   English

如何在Android中制作'谷歌日历'表

[英]How to make 'google calendar'-like table in android

I want to create a 'google-calendar'-like table, which shows in landscape orientation: 我想创建一个像谷歌日历一样的桌子,以横向显示:

期望的结果 .

Is there a simple way to do that or do I have to dig in google calendar source code? 有没有一种简单的方法可以做到这一点,还是我必须深入研究谷歌日历源代码? I don't need the calendar itself, only the table for it. 我不需要日历本身,只需要表格。

There is a calendar view in android that will show a calendar for you. android中有一个日历视图,可以显示日历。 See this link: 看到这个链接:

Calendar View Android https://developer.android.com/reference/android/widget/CalendarView.html 日历查看Android https://developer.android.com/reference/android/widget/CalendarView.html

Grid View is what you need I guess, simply read through it. 网格视图是你需要的,我猜,只需阅读它。 在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android 日历视图 - 如何自定义日历视图以使其像 Google 日历应用程序一样? - Android Calendar View - How to customize Calendar View to make it like Google Calendar App one? 如何使月视图日历像谷歌日历? - how to make month view calendar like google calendar? 在Android中创建自定义日历形状,例如Google日历图像 - create custom calendar shape like google calendar image in android Android:如何与Google日历界面? - Android: How to interface with Google Calendar? Android中如何访问谷歌日历 - How to access Google calendar in Android 如何使我的小部件看起来像Google日历小部件? - How do I make my widget look like google calendar widget? 如何在Android中获得非常短的星期几名称,例如Google日历应用 - How to get very short week day names in Android like Google Calendar app 如何在Android中制作类似Google io 2014应用的列表视图? - how to make list views like google io 2014 app in android? 如何在Android中像谷歌一样进行水平滚动? - how to make horizontal scrolling like google play in android? 如何在Android上制作类似“ Google Play服务”的叠加提示? - How to make “Google Play Service”-like overlay prompt on android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM