All Projects → lytsing → Weibo

lytsing / Weibo

Android for weibo

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Weibo

NoPermission
Android library for permissions request (updated 27.11.2017)
Stars: ✭ 106 (+63.08%)
Mutual labels:  andriod
Okhttp Rxhttp
🔥🔥🔥 Based on OkHttp encapsulation, support Kotlin Coroutines、RxJava2、RxJava3; 30s to get started.
Stars: ✭ 3,170 (+4776.92%)
Mutual labels:  andriod
Kovenant
Kovenant. Promises for Kotlin.
Stars: ✭ 657 (+910.77%)
Mutual labels:  andriod
ilong
轻量级跨平台瓦片地图库,大部分算法来自QMapControl,就想练手的。。。因为需要轻量级跨平台的,所以只能先用SQLite数据库。。。
Stars: ✭ 24 (-63.08%)
Mutual labels:  andriod
paybill-manager
Your personal finance manager
Stars: ✭ 46 (-29.23%)
Mutual labels:  andriod
Reactjs101
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
Stars: ✭ 4,004 (+6060%)
Mutual labels:  andriod
Android-Studio-Sample-Projects
Android Studio Sample Projects
Stars: ✭ 33 (-49.23%)
Mutual labels:  andriod
React Native Uber Clone
Uber UI Clone in React Native
Stars: ✭ 35 (-46.15%)
Mutual labels:  andriod
searchi
Demo of PagedListAdapter, PageKeyedDataSource, LiveData, ViewModel in Kotlin
Stars: ✭ 13 (-80%)
Mutual labels:  andriod
Node Android
Run Node.js on Android by rewrite Node.js in Java
Stars: ✭ 576 (+786.15%)
Mutual labels:  andriod
flicker-flight-app
An App Used for Flight Ticket Purchasing and Management
Stars: ✭ 39 (-40%)
Mutual labels:  andriod
KotlinTestDemo
Using Kotlin For Tests in Android: demo project for the blog post
Stars: ✭ 23 (-64.62%)
Mutual labels:  andriod
Intellij Generateallsetmethod
Intellij plugin to generate call to setter method value for class
Stars: ✭ 410 (+530.77%)
Mutual labels:  andriod
gloomy-dungeons-3d
Old-school 3D shooter for android. Wolf-like engine, but *not* raycasting.
Stars: ✭ 64 (-1.54%)
Mutual labels:  andriod
React Native Calendar Events
📆 React Native Module for iOS and Android Calendar Events
Stars: ✭ 702 (+980%)
Mutual labels:  andriod
metrica-plugin-unity
Unity plugin for Yandex AppMetrica SDK
Stars: ✭ 24 (-63.08%)
Mutual labels:  andriod
Nuxt7
📱 Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7
Stars: ✭ 282 (+333.85%)
Mutual labels:  andriod
Jus
Flexible and Easy HTTP/REST Communication library for Java and Android
Stars: ✭ 55 (-15.38%)
Mutual labels:  andriod
Phonesploit
Using open Adb ports we can exploit a Andriod Device
Stars: ✭ 854 (+1213.85%)
Mutual labels:  andriod
Xamarin.forms.googlemaps
Map library for Xamarin.Forms using Google maps API
Stars: ✭ 483 (+643.08%)
Mutual labels:  andriod

Weibo for Android

Android app on Google Play

This projects is being designed to be a light-weight, fast user experience open Weibo alternative for Android. require Android 4.0+

For Android developer novice, this project also is a good study staff.

  • Follow Android Patterns.
  • Use lots of Open Source.
  • No annoying ads.
  • High performance.

TimeLine Image Status detail Image

Want to contribute?

GitHub has some great articles on how to get started with Git and GitHub and how to fork a project.

Contributers are recommended to fork the app on GitHub (but don't have too). Create a feature branch, push the branch to git hub, press Pull Request and write a simple explanation.

One fix per commit. If say a a commit closes the open issue 12. Just add closes #12 in your commit message to close that issue automagically.

All code that is contributed must be compliant with Apache License 2.0.

Build Instructions

Dependent three-part libraries projects:

Instructions for building on the command line with ant can be found below.

Building with Gradle

Run all in one command:

./build.sh

Also see the full Android documentation, Building and Running from the Command Line.

Code Style Guidelines

Contributers are recommended to follow the Android Code Style Guidelines.

In short that is;

  • Indentation: 4 spaces, no tabs.
  • Field names: Non-public, non-static fields start with m.
  • Braces: Opening braces don't go on their own line.
  • Acronyms are words: Treat acronyms as words in names, yielding XmlHttpRequest, getUrl(), etc.
  • Consistency: Look at what's around you!

Have fun and remember we do this in our spare time so don't be too serious :)

License

Copyright (c) 2012-2017 Lytsing Huang

Licensed under the Apache License, Version 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].