Giter Site home page Giter Site logo

exreaderplus's Introduction

ExReaderPlus

概述

这是一款生产实习时开发的UWP平台英语阅读软件,主要功能有下:

  • 导入和浏览英文文章
  • 通过选择词库,在英文文章中将词库中的单词标注出来,并可以选择是否已掌握相关单词
  • 将阅读中碰到的单词添加到词库中
  • 浏览词库,在词库中查看单词的掌握状态
  • 新建词库

这款软件作为生产实习的产物,在一些细节方面的考虑应该比较欠缺,代码也不够简洁,适合初学者参考。

预览

首页

首页

首页 首页

阅读界面

首页

单词界面

技术

因为接触UWP也没有很久,所以用到的都是一些很基本的层面:

  • 左边的划出菜单和右边的划出菜单使用了UWP的自定义模板化控件,是自定义实现的非原生控件
  • 富文本编辑器是继承自Richtextbox的模板化控件
  • 单词页使用了继承自panel的自定义布局
  • 划出菜单书架的图标是通过给Segoe字体增加字形得到的
  • 单词的鼠标效果是通过计算位置后控件覆盖做到的
  • 采用的是MVVM的方式

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.