Android工程师必备的网址

news/2024/7/7 18:57:53

实用工具集锦

Android Lifecycle https://github.com/xxv/android-lifecycle

Safe.ijiami http://safe.ijiami.cn/

TinyPNG https://tinypng.com/

Android Layout Finder Android Layout Finder

Android Asset Studio http://romannurik.github.io/AndroidAssetStudio/

JSON Validator http://jsonlint.com/

JSON Viewer http://jsonviewer.stack.hu/

Be JSON http://bejson.com/

JSON to POJO Creator http://www.jsonschema2pojo.org/

Android Button Maker http://angrytools.com/android/button/

Android DPI Calculator http://jennift.com/dpical.html

Gradle, Please http://gradleplease.appspot.com/

SQLite Database browser http://sqlitebrowser.org/

SQLite Expert http://www.sqliteexpert.com/

Navicat for SQLite http://www.navicat.com/products/navicat-for-sqlite

android-resource-remover https://github.com/KeepSafe/android-resource-remover

PID Cat https://github.com/JakeWharton/pidcat

 

 

Chrome 插件

Android SDK Reference Search Extension Visit website

Android Resource Navigator Extension Visit website

ChromeADB Visit website

POST MAN http://www.getpostman.com/

DHC SERVICE https://www.sprintapi.com/dhcs.html

 

IDE 插件

android-parcelable-intellij-plugin Visit website

Android Holo Colors IntelliJ Plugin Visit website

SelectorChapek for Android Visit website

Android Action Bar Style Generator Visit website

ButterKnifeZelezny Visit website

RoboCoP Visit website

Dagger IntelliJ Plugin Visit website

ADB Idea Visit website

 

Android Apps

Android最全解决方案 http://www.ijiami.cn/appprotect_mobile_games

Catlog https://github.com/nolanlawson/Catlog

DevDrawer https://github.com/tunitowen/DevDrawer

DevAppsDirect Android开源库集合 Google play

Libraries for developers 同上 Google play

Github 看看大神们每天都在干嘛,关注一下开源库的动态 Google play

StartupNews 各种文章汇集点 Google play

Pocket Casts 苹果Podcasts的Android版 http://faq.shiftyjelly.com

Pocket 稍后阅读 Google play

Press Rss订阅 Google play

CloudMagic 用过的最好用的邮件客户端没有之一 Google play

Muzei 最棒的Android壁纸App没有之一 Google play Github

最美应用 高品质应用发现社区 http://zuimeia.com/

网易云音乐 有些时间是属于耳朵的 Visit website

多看阅读 精品阅读时光 visit website

 

技术集锦

Android开发安全 http://www.ijiami.cn/AppProtect

Android Weekly http://androidweekly.net

Android开源项目分类汇总 https://github.com/Trinea/android-open-project

Android OpenSource http://android-arsenal.com/

Android 相关的… http://www.appance.com/category/android/


http://www.niftyadmin.cn/n/3649497.html

相关文章

react无限滚动_如何使用React和CSS Grid构建无限滚动图片库

react无限滚动介绍 (Introduction) In this tutorial, we will use the React frontend Javascript framework and CSS Grid to build an infinite scroll image gallery, using the Unsplash API to embed the photographic images. Using a codepen coding challenge from Sc…

[Domino]Tomcat需要NCSO.jar来定位Domino异常

[Domino]Tomcat需要NCSO.jar来定位Domino异常编写者日期关键词郑昀ultrapower2005-6-15Java Tomcat Axis NotesFactory我试图从Web Service访问Domino。Web Service的构建方法是:AxisTomcat,在Eclipse中加入了tomcatPluginV31beta插件,从而很…

初识Java设计模式

设计模式简介 设计模式(Design pattern)代表了最佳的实践,通常被有经验的面向对象的软件开发人员所采用。设计模式是软件开发人员在软件开发过程中面临的一般问题的解决方案。这些解决方案是众多软件开发人员经过相当长的一段时间的试验和错误总结出来的。设计模式是…

如何在Ubuntu 18.04上使用Ansible获取让我们加密证书

The author selected the Electronic Frontier Foundation to receive a donation as part of the Write for DOnations program. 作者选择了电子前沿基金会来接受捐款,这是Write for DOnations计划的一部分。 介绍 (Introduction) Modern infrastructure manageme…

如何在一个没有root权限的Android设备上创建一个SOCKS代理(英文转载)

How to Setup a SOCKS Proxy for Android Without Root原网址:http://www.devineloper.com/2013/08/28/setup-socks-proxy-android-without-root/ As the number of mobile Internet-connected devices continues to rise, so does the number of public-WiFi acces…

用自己的手机调试Android应用程序——Android Studio

最近在学习Android应用开发,一般来说都是用AVD建立的虚拟手机来调试和运行Android应用程序。不过自己的手机也是Android的,所以就是尝试用自己的手机来调试程序。不过在调试之前先做好手机的重要数据备份,因为有时候可能自己写的程序有BUG或者…

Angular-cli卸载以后安装指定版本

由于我的J2EE前端使用的是Angular 8.3.18。而Angular默认安装的是9.0以上的版本。这样在项目启动的时候会一直提示Angular版本不匹配。而且9.0的有些时候不太稳定。所以就想卸载重新安装指定版本。以下操作在CMD窗口运行。 卸载 1、卸载之前的版本 npm uninstall -g angular/cl…