p:lunar calendarr

Calendars, Templates & Bank Holidays
Weekly calendars
Weekly schedules
2016 monthly calendars&
2017 monthly calendars&
Birthday calendars
Blank calendars
Perpetual calendars
Photo calendars
Split year calendars
Calendar period: July to June
School year calendars
Calendar period: August to July
Academic year calendars
Calendar period: September to August
Fiscal year calendars
Calendar period: October to September
Two year calendars
Two full calendar years on one page
Three year calendars
Three full calendar years on one page
past years:
Calendar templates
Yearly calendars
Monthly calendars 2016
&&&&&&&&&&&&
Weekly calendars
Weekly schedules
Split year calendars 16/17
School calendars 16/17
Academic calendars 15/16
Fiscal calendars 2016
2 year calendars 16/17
3 year calendars 16-18
Photo calendars 2016
Birthday calendars
Blank calendars
Online Calendars
Yearly Calendars
US Federal Holidays
Suggestions, ideas for improve&ment, mistakes found in the calendars, commercial use...?
This server's date and time:
May 2 pm PDT
If this site helps you please consider a donation to a charity of your choice:
Custom SearchAndroid Open Source - infinitep
Calendar ActivityFrom ProjectBack to project page .LicenseThe source code is released under:
Apache License
Java Source Codepackage es.daconstenla.infinip.
import android.os.B
import android.support.v4.app.FragmentA
import android.support.v4.view.ViewP
import es.daconstenla.infinip.R;
import es.daconstenla.infinip.customcomponents.MonthFragmentT
import es.daconstenla.infinip.customcomponents.MyFragmentMonthA
//TODO aadiendo el fragment adapter pero nah, es old way, habr algo nuevo
// Tabfragment?
public class CalendarActivity
extends FragmentActivity {
* The pager widget, which handles animation and allows swiping horizontally
* to access previous and next pages.
ViewPager pager =
* The pager adapter, which provides the pages to the view pager widget.
MyFragmentMonthAdapter pagerA
protected void onCreate(Bundle arg0) {
super.onCreate(arg0);
this.setContentView(R.layout.fragment_viewpager);
// Instantiate a ViewPager
this.pager = (ViewPager) this.findViewById(R.id.pager);
// Create an adapter with the fragments we show on the ViewPager
MyFragmentMonthAdapter adapter = new MyFragmentMonthAdapter(
getSupportFragmentManager());
/*adapter.addFragment(MonthFragmentTest.newInstance(getResources()
.getColor(R.color.activityLighterOrange), 0));
adapter.addFragment(MonthFragmentTest.newInstance(getResources()
.getColor(R.color.activityLightBlue), 1));
adapter.addFragment(MonthFragmentTest.newInstance(getResources()
.getColor(R.color.activityLightGreen), 2));
adapter.addFragment(MonthFragmentTest.newInstance(getResources()
.getColor(R.color.activityLighterRed), 3));*/
this.pager.setAdapter(adapter);
public void onBackPressed() {
// Return to previous page when we press back button
if (this.pager.getCurrentItem() == 0)
super.onBackPressed();
this.pager.setCurrentItem(this.pager.getCurrentItem() - 1);
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_calendar);
MonthView cal = (MonthView) this.findViewById(R.id.calenda1);
cal.setYear(2014);
cal.setDay(12);
cal.setMonth(1);
cal.randomFillCalendar();
cal.setOnTouchListener(new OnSwipeTouchListener(this) {
public void onSwipeTop() {
Toast.makeText(CalendarActivity.this, "top", Toast.LENGTH_SHORT).show();
public void onSwipeRight() {
Toast.makeText(CalendarActivity.this, "right", Toast.LENGTH_SHORT).show();
public void onSwipeLeft() {
Toast.makeText(CalendarActivity.this, "left", Toast.LENGTH_SHORT).show();
public void onSwipeBottom() {
Toast.makeText(CalendarActivity.this, "bottom", Toast.LENGTH_SHORT).show();
public boolean onTouch(View v, MotionEvent event) {
return gestureDetector.onTouchEvent(event);
public android.support.v4.app.Fragment getItem(int arg0) {
// TODO Auto-generated method stub
public int getCount() {
// TODO Auto-generated method stub
Java Source Code List
&|&Email:info &|&& Demo Source and Support. All rights reserved.Academic Calendar
University of Washington Academic Calendars
Past Calendars:
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
Academic Calendar
2003 Academic Calendar
2002 Academic Calendar
2001 Academic Calendar
2000 Academic Calendar
Final Exam Schedule
University Holidays and Observances

我要回帖

更多关于 program 的文章

 

随机推荐