简体   繁体   中英

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. See this link:

Calendar View Android https://developer.android.com/reference/android/widget/CalendarView.html

Grid View is what you need I guess, simply read through it. 在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM