• This repository has been archived on 04/Sep/2019
  • Stars
    star
    682
  • Rank 63,601 (Top 2 %)
  • Language
    Java
  • Created almost 11 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

蘑菇饭App(已停止更新)

以后真的没时间更新了,有兴趣的可以自己修改

蘑菇饭App

一个简洁的饭否App,最新版本是1.5.5,更新日志

蘑菇饭App

##下载地址

扫码下载

qrcode

##开发说明

###使用Gradle+Android Studio

需要Gradle 2.10以上,Android Studio 2.0以上

###签名注意事项

默认打包的apk是没有签名的,如需签名,请按如下配置:

// 修改app/build.gradle里android.signingConfigs.release
    signingConfigs {
        release {
            storeFile file("your_real.keystore")
            storePassword "your_keystore_password"
            keyAlias "your_keystore_alias"
            keyPassword "your_key_password"
        }
    }
    // 后面的内容请替换为实际值

关于作者

联系方式

开源项目


License

Copyright 2012 - 2016 Xiaoke Zhang

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.

More Repositories

1

packer-ng-plugin

下一代Android打包工具(对Gradle 7.x的支持,欢迎提PR)
Java
4,818
star
2

mqtt

MQTT协议3.1.1中文翻译版,IoT,物联网
Rich Text Format
4,753
star
3

android-volley

DEPRECATED
Java
4,304
star
4

RxDocs

Rx和RxJava文档中文翻译项目
3,838
star
5

awesome-kotlin

A curated list of awesome Kotlin frameworks, libraries, documents and other resources
2,475
star
6

gradle-packer-plugin

Android渠道打包工具
Groovy
1,364
star
7

Android-Next

Android Next 公共组件库
Java
767
star
8

kotlin-koi

Koi, a lightweight kotlin library for Android Development.
Kotlin
515
star
9

fanfouapp-opensource

饭否Android客户端开源项目
Java
450
star
10

xBus

Simple EventBus Implementation for Android
Java
319
star
11

GeoPhotos

Exif GPS metadata editor for Mac OS X.
Swift
69
star
12

ApkSigner

ApkSigner and ApkVerifier, modified from https://android.googlesource.com/platform/tools/apksig/.
Java
58
star
13

android-ndk-notes

Android NDK Notes
C++
51
star
14

pyfanfou

饭否数据备份和导出工具
Python
50
star
15

kotlin-notes

Kotlin Notes
Kotlin
48
star
16

scrypto

A Lightweight Crypto Library (NDK), support AES/DES/MD5/SHA1/SHA256/SHA512/Base64
C
47
star
17

ESPDateTime

Date Time Functions and Classes for ESP8266 and ESP32
C
45
star
18

apptoolkit

a android app tool, to backup/manage app/data.
Java
28
star
19

mqtt-monitor

MQTT Monitor UI using react and mqtt.js
JavaScript
25
star
20

biology

biology
23
star
21

MediaCodec

audio and video recording demo using mediacodec.
Java
21
star
22

Dapenti-iOS

A simple dapenti.com App, written in Swift.
Swift
13
star
23

python-labs

some python scripts
Python
7
star
24

boringssl-android

fixed build for android-platform-external-boringssl
C
7
star
25

learning-ios

Learn iOS Programming
Swift
7
star
26

dsaac

Learn Data Structures and Algorithm Analysis in C
C
6
star
27

micro-labs

Notes for C51, Arduino, Keil, Proteus and other microcontrollers.
C
4
star
28

wechat-robot

wechat robot using flask
Python
3
star
29

fantalk

FanTalk
Java
2
star
30

PiZero.GPIO

Orange Pi Zero GPIO python library
C
2
star
31

foc

Fishes Of China.
2
star
32

audio-cli.js

Command line utilities for analyze/split/merge/convert/edit audio files.
JavaScript
2
star
33

CarrotProjects

Carrot Notifier for Windows 10
C#
2
star
34

node-labs.js

Benton LTE DongleManager
JavaScript
1
star
35

learning-web

Web Develop Notes: HTML, CSS, Javascript
JavaScript
1
star
36

hardmode

gfw files
JavaScript
1
star
37

docker

Some useful Dockerfile and docker compose configurations.
Python
1
star
38

SharpUpdater

SharpUpdater
C#
1
star
39

unp3e-notes

Code and notes for Unix Network Programming Volume 1 (3e).
C
1
star
40

mcxiaoke.github.io.source

Xiaoke's Blog
CSS
1
star
41

BLEControl

An iOS app to communicate with Bluetooth module.
Swift
1
star
42

ps-prices.js

Some useful scripts for Playstaion Store
HTML
1
star