Code Monkey home page Code Monkey logo

smallschedule's Introduction

SmallSchedule

我13年的参赛作品

一个实用简单的课程表软件

集成友盟社会化分享 反馈组件 (http://www.umeng.com/)

集成百度第三方账号登陆 个人数据存储 (http://developer.baidu.com/services)

如果有报错,或出现异常,请自行更新SDK

集成Zxing二维码库 在项目QrCodeLibrary中

集成天气预报 项目中: com.free.schedule.service.WeatherService.java

参考:http://blog.csdn.net/hytfly/article/details/20064479

###添加课程代码 ContentValues cv =new ContentValues(); cv.put("name", "吃饭");//课程名 cv.put("place", "食堂");//上课地点 cv.put("dayOfWeek", 0);//星期几的课 从0开始 0星期一 1星期二... cv.put("startSection", 0);//第几节课开始 从0开始 0第一节 1第二节... cv.put("endSection",0);//第几节课结束,如果只有一节则跟startSection相同 cv.put("teacher", "张老师");//任课老师 ClassManager classManager = new ClassManager(context); classManager.insertClass(cv);

Mail : [email protected] QQ : 873037232

imageimage

imageimage

smallschedule's People

Contributors

rtugeek avatar

Watchers

Shaw Yan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.