All Projects → yongce → Androiddevnotes

yongce / Androiddevnotes

写一些Android开发相关的文章

Projects that are alternatives of or similar to Androiddevnotes

Fast
FAST App Search Tool
Stars: ✭ 96 (-10.28%)
Mutual labels:  android-application
Bonjourbrowser
Service Browser is a utility that discovers all services registered in a network
Stars: ✭ 104 (-2.8%)
Mutual labels:  android-application
Q comic
一款仿知音漫客的漫画APP
Stars: ✭ 107 (+0%)
Mutual labels:  android-application
Stringlate
Android application to help in strings.xml translation
Stars: ✭ 99 (-7.48%)
Mutual labels:  android-application
Thanox
Thanox is thanox.
Stars: ✭ 103 (-3.74%)
Mutual labels:  android-application
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-1.87%)
Mutual labels:  android-application
Baresip Studio
baresip library based SIP client for Android
Stars: ✭ 97 (-9.35%)
Mutual labels:  android-application
Pi Hole Droid
Pi-hole Droid is an unofficial app that connects to your Pi-hole to show charts and statistics.
Stars: ✭ 107 (+0%)
Mutual labels:  android-application
Answer
移动端的考试系统源码,实现做题,查看解析,提交答案的流程操作,采用任务栈的形式显现做题原理。android考试系统源码,模拟考试答题 欢迎star, 本系统目前版本是离线版本,模拟做题都是通过写死的,在后期的维护中将通过搭建后台服务器,显现动态做题,以及不同学科的做题,当然,也是开源的,喜欢的小伙伴也可以继续关注,有你想不到的以为哦
Stars: ✭ 103 (-3.74%)
Mutual labels:  android-application
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-0.93%)
Mutual labels:  android-application
Cloudemoji
A cloud solution to your favorite emoticons on Android
Stars: ✭ 99 (-7.48%)
Mutual labels:  android-application
Aimsicdl
AIMSICD Lite (Android IMSI-Catcher Detector) - reloaded!
Stars: ✭ 102 (-4.67%)
Mutual labels:  android-application
Keepassdx
📱 KeePass implementation for android with material design and deluxe features
Stars: ✭ 1,395 (+1203.74%)
Mutual labels:  android-application
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-9.35%)
Mutual labels:  android-application
Livesmashbar
An elegant looking and easy to use informative library with LiveData integration for Android.
Stars: ✭ 107 (+0%)
Mutual labels:  android-application
Freemp
Free Media Player (FreeMp)
Stars: ✭ 97 (-9.35%)
Mutual labels:  android-application
Busbookingui Android
Check out the new style for App Design aims for the Bus Booking Service...😉😀😁😎
Stars: ✭ 105 (-1.87%)
Mutual labels:  android-application
Xrmdefinitelytyped
Tool to generate TypeScript declaration files for Dynamics 365/CDS client-side coding.
Stars: ✭ 107 (+0%)
Mutual labels:  developer-experience
Wulkanowy
🌋 Androidowy klient dziennika VULCAN UONET+ dla ucznia i rodzica
Stars: ✭ 107 (+0%)
Mutual labels:  android-application
Fabric8 Platform
Generates the distribution of the fabric8 microservices platform
Stars: ✭ 105 (-1.87%)
Mutual labels:  developer-experience

= 《安卓开发札记》 // Settings ifdef::env-github[] :note-caption: 📎 :tip-caption: 💡 :important-caption: ❗️ :caution-caption: 🔥 :warning-caption: ⚠️ endif::[] // TOC

尝试写一些有关Android开发的文章,把一些知识与经验分享出来供大家参考。

文章所涉及的主题,主要包括应用架构与工程、开发知识、工具使用、代码质量、性能优化、AOSP源码、开源项目,等等。

[NOTE] 反馈与建议,请移步: https://github.com/yongce/AndroidDevNotes/issues/1

目录

架构篇

(架构相关文章)

知识篇

  • link:notes/knowledge/0003-service-notes.asc[0003 Service Notes] (2015/02/06更新)
  • link:notes/knowledge/0005-custom-lint.asc[0005 自定义Android Lint规则] (2015/07/20更新)
  • link:notes/knowledge/0009-android-keystore-system.asc[0009 Android Keystore System] (2015/11/19)
  • link:notes/knowledge/0011-android-theme-and-style.asc[0011 Android Theme & Style] (2015/12/12)
  • link:notes/knowledge/0012-android-java8.adoc[0012 Android对Java 8的支持] (2020/5/30更新)
  • link:notes/knowledge/0013-gradle-support-in-aosp-build.asc[0013 Gradle Support in AOSP build] (2016/08/29)

工具篇

  • link:notes/tools/0006-busybox-android.asc[0006 编译Android版busybox] (2015/07/23更新)

代码质量

性能优化

Android Changes

  • link:notes/android-changes/android-6.0/0007-android-6.0-changes.asc[0007 Android 6.0 Changes](2015/11/1更新)
  • link:notes/android-changes/android-6.0/0008-android-6.0-apis.asc[0008 Android 6.0 APIs](2015/11/1更新)
  • link:notes/android-changes/android-8.0/0014-android-8.0-changes.asc[0014 Android 8.0 Changes](半成品)

AOSP源码阅读

  • link:notes/aosp/0004-ArrayMap.asc[0004 ArrayMap] (2015/06/14更新)

Android Support Library

  • link:notes/knowledge/0001-support-annotations.asc[0001 Android Support Annotations库介绍] (2015/07/26更新)
  • link:notes/knowledge/0010-support-percent.asc[0010 Android Support Percent库介绍] (2015/11/27更新)

开源项目

奇技淫巧

  • link:notes/tricks/0002-gc-watcher.asc[0002 GC Watcher] (2015/01/30更新)

License

本仓库中的所有文章,均采用“Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)” 协议发布。可以到 http://creativecommons.org/licenses/by-nc-nd/4.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].