Giter VIP home page Giter VIP logo

billbook's Introduction

BillBook

辅助记录账单的app

一个android练习的小项目

/**
 * 本Demo使用到的知识:
 * 1、viewpager:页面的滑动切换
 *      1.1、FragmentPagerAdapter:碎片页面的适配器(适合碎片较少时使用,会将每个页面数据缓存在内存中)
 * 2、fragment:碎片。单个的页面
 * 3、FingerprintManagerCompat:指纹识别验证
 * 4、BroadcastReceiver:广播接收器,用于屏幕状态监听
 * 5、SQLiteOpenHelper:数据进行表存储、操作
 * 6、DecimalFormat:数字格式转化
 * 7、listView:使用的简单适配器 SimpleAdapter
 * 8、Spinner:下拉列表。使用了数组适配器 ArrayAdapter
 * 9、DatePickerDialog:日历控件
 * 10、View.OnCreateContextMenuListener:为 listView 添加长按事件监听
 *
 * 以及常用的activity,TextView,ImageView,ImageButton,LinearLayout,RelativeLayout,Dialog等等
 *
 * 整个应用布局较为相似微信,不过微信的页面布局肯定没有这么简单的,很多自定义布局。所以继续努力吧,孩子!
 */

billbook's People

Contributors

kechenxiansheng avatar

Watchers

 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.