GithubHelp home page GithubHelp logo

hotbitmapgg / gank.io-unofficial-android-client Goto Github PK

View Code? Open in Web Editor NEW
386.0 23.0 75.0 15.1 MB

An unofficial gank. io android client

License: Apache License 2.0

Java 100.00%
gank rxjava material gityuan notebook meizi

gank.io-unofficial-android-client's Introduction

gank.io-unofficial-android-client

Wercker Wercker bitHound Wercker Hex.pm David

A Material Design style Gank. Io unofficial client App 一款Material Design风格的Gank.Io非官方客户端应用

功能介绍

  • 每日干货查看,一键分享保存,分类干货查看,干货搜索.
  • Rxjava操作符,中文文档,使用案例,方便随时查阅学习.
  • 安卓艺术开发探索读书笔记,EffectiveJava读书笔记.
  • 收集各大神博客以及安卓笔记,安卓面试笔记等方便手机端查看.

更新说明

v2.2.2

  • 1.增加了一些最近在学习比较好的安卓大神的博客.
  • 2.增加了来自GeniusVJR整理的安卓面试笔记.
  • 3.优化了一些界面UI效果,以及修复了一些Bug.

v2.2

  • 1.UI风格修改,更适合阅读.
  • 2.去除了无用代码,代码进行重构工作,持续中.
  • 3.增加了搜索功能,快速查询需要的干货.

v2.1

  • 1.去除了所有的练习示例代码,现在是一个纯纯的干货客户端.
  • 2.项目整体进行了重构,包结构的修改.
  • 3.去除的代码已移动到个人每日学习代码的提交项目,地址:AndroidEveryDayPractice

v2.0

  • 1.增加了GitHub登录,后期使用GitHub账户来进行用户管理.
  • 2.增加了Gank.Io的干货提交,提交干货更加方便了.
  • 3.整体UI修改,更好的用户体验.

APK

截图

感谢

About me

Wercker

An android developer in Wuhan.

If you want to make friends with me, You can focus on my weibo.

License

Copyright 2017 HotBitmapGG

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.

gank.io-unofficial-android-client's People

Contributors

hotbitmapgg 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gank.io-unofficial-android-client's Issues

大神,不只那一处没有用到啊

大神,不只这一个类啊,还有好多:(41, 8) 错误: 类GitHubUserInfoActivity是公共的, 应在名为 GitHubUserInfoActivity.java 的文件中声明
C:\F\ASdaima\StudyProject-studyRank\app\src\main\java\com\hotbitmapgg\studyproject\hcc\ui\activity\GithubUserInfoActivity.java

2DOG图片那个还是个小问题

首页列表item点击即闪退~

06-06 17:00:31.816 22302-22302/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.hotbitmapgg.studyproject, PID: 22302
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.hotbitmapgg.studyproject/com.hotbitmapgg.studyproject.hcc.ui.activity.GankDetailsActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2218)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2268)
at android.app.ActivityThread.access$800(ActivityThread.java:145)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5094)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:893)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:702)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at android.support.v7.app.AppCompatDelegateImplV7.createSubDecor(AppCompatDelegateImplV7.java:343)
at android.support.v7.app.AppCompatDelegateImplV7.ensureSubDecor(AppCompatDelegateImplV7.java:312)
at android.support.v7.app.AppCompatDelegateImplV7.setContentView(AppCompatDelegateImplV7.java:277)
at android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:140)
at com.hotbitmapgg.studyproject.hcc.base.AbsBaseActivity.onCreate(AbsBaseActivity.java:33)
at android.app.Activity.performCreate(Activity.java:5242)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2172)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2268) 
at android.app.ActivityThread.access$800(ActivityThread.java:145) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:136) 
at android.app.ActivityThread.main(ActivityThread.java:5094) 
at java.lang.reflect.Method.invokeNative(Native Method) 
at java.lang.reflect.Method.invoke(Method.java:515) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:893) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:702) 
at dalvik.system.NativeStart.main(Native Method) 

运行时报这个错

错误:(7, 8) 错误: 类GitHubQueryUserInfo是公共的, 应在名为 GitHubQueryUserInfo.java 的文件中声明

这个问题如何解决!

java.lang.NoSuchMethodError: com.hotbitmapgg.studyproject.hcc.ui.fragment.HomeFragment.getChildFragmentManager
at com.hotbitmapgg.studyproject.hcc.ui.fragment.HomeFragment.initViews(HomeFragment.java:57)
at com.hotbitmapgg.studyproject.hcc.base.LazyFragment.onViewCreated(LazyFragment.java:31)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:842)
at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1032)
at android.app.BackStackRecord.run(BackStackRecord.java:622)
at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1382)
at android.app.Activity.performStart(Activity.java:4475)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1929)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
at android.app.ActivityThread.access$600(ActivityThread.java:123)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
at dalvik.system.NativeStart.main(Native Method)
这个问题如何解决!

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.