Giter VIP home page Giter VIP logo

wanandroid's Introduction

WanAndroid WanAndroid Action Badge Build Status

一个用kotlin语言编写的www.wanandroid.com的客户端,支持Android 5.0及以上版本。

本分支为日常开发版本,各个功能稳定后会合并到master分支。

工作计划

距离本APP第一个版本发布已经过去快两年了,期间本人学习到了很多有用的知识技巧,也发现了当初编写APP时的诸多问题,于是打算在闲暇时间对其进行重构。

目前主要计划如下:

  • 1. 去除旧版本多余的依赖

  • 2. 使用MVVM架构、Jetpack

  • 3. 重新设计UI

我的邮箱: aml4aWFveW9uZzE5OTVAZ21haWwuY29tCg== ,有任何问题都可以email我或者在issues 提出。

License

 
  Copyright 2018 - 2021 jixiaoyong

  Licensed under the Apache License, Version 2.0 (the "License");

  you may not use this file except in compliance with the License.

  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software

  distributed under the License is distributed on an "AS IS" BASIS,

  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

  See the License for the specific language governing permissions and

  limitations under the License.

wanandroid's People

Contributors

jixiaoyong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wanandroid's Issues

Toolbar左边的返回图标,我怎么没找到你添加图标的代码,求解

在你的ContentActivity.kt中有如下代码:

        super.onCreate(savedInstanceState)

        setContentView(R.layout.activity_content)

        setSupportActionBar(toolbar)

        supportActionBar!!.setDisplayHomeAsUpEnabled(true)

        toolbar.setNavigationOnClickListener { finish() }

请求在哪里添加返回图标?
我每次添加图标后都会出现图标太大,或太小的问题,怎么解决

build error

/Users/foolscientist/AndroidStudioProjects/WanAndroid/app/build/generated/source/kapt/debug/io/github/jixiaoyong/wanandroid/databinding/FragmentMainAboutBindingImpl.java:207: 错误: 对isLogin的引用不明确
viewModelIsLogin = viewModel.isLogin();
^
MainViewModel 中的方法 isLogin() 和 MainViewModel 中的方法 isLogin() 都匹配

clone下来的代码编译有这个问题啊老哥,这个是啥意思哦,之前我都没见过

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.