Sycobob
Well-Known Member
Hi guys, I'm looking for a bit of advice here. I'm starting a calendar app and I'm trying to figure out what the best way to create the layout is. I don't want to use the built in CalendarView as it's only in API >11 which limits the potential users too much.
I've toyed around with a GridView with and Adapter behind it. Truth be told I'm still figuring out how that one works, but it seems the most promising.
I tried a nested LinearLayout of TextViews but that requires accessing each TextView be it's ID. This seems too inefficient.
I'm still searching and trying things, but if anyone can nudge me in the right direction, that would great.
I've toyed around with a GridView with and Adapter behind it. Truth be told I'm still figuring out how that one works, but it seems the most promising.
I tried a nested LinearLayout of TextViews but that requires accessing each TextView be it's ID. This seems too inefficient.
I'm still searching and trying things, but if anyone can nudge me in the right direction, that would great.
If you still have trouble... post your code so we can reference it to give you a hand. Good Luck!