随笔分类 - Android
http://developer.android.com/
摘要:通常的开发顺序是 先设计uml然后进行code编程。 但是很多时候我们是先看到code源码,却不知道uml关系如何。 特别是写论文的时候也是很需要的。 这个code2uml,就是辛苦搜寻到的结果,可以直接将java代码转换成uml关系图的工具。 工具是个压缩包,解压后三个文件。 Code_2_UML
阅读全文
摘要:package cc.testhome; import cc.testhome.HomeKeyObserver.OnHomeKeyListener;import cc.testhome.PowerKeyObserver.OnPowerKeyListener;import android.os.Bun...
阅读全文
摘要:http://blog.csdn.net/intlgj/article/details/39080605svn: E200007: Retrieval of mergeinfo unsupported解决分类:svn2014-09-05 14:33355人阅读评论(0)收藏举报在IDEA使用svn时...
阅读全文
摘要:package import android.content.Context;import android.util.AttributeSet;import android.view.MotionEvent;import android.view.View;import android.view.V...
阅读全文
摘要:http://www.androiddevtools.cn/ AndroidDevTools简介 Android Dev Tools官网地址:www.androiddevtools.cn 收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android
阅读全文
摘要:在Ubuntu下配置Android的环境时,想像在Windows中那样在终端中直接启动adb,以为Linux和Windows一样,将adb的路径添加到环境变量中,于是将adb的路径也export到/etc/profile中,可杯具了,重启系统后,无限循环登录界面,经多方查找资料找到了解决办法。 办...
阅读全文
摘要:Chapter6.Build Script Basics6.1.Projects and tasksEverything in Gradle sits on top of two basic concepts:projectsandtasks.Every Gradle build is made u...
阅读全文
摘要:Android Studio 简单介绍和使用问题小结Google在2013的I/O开发者大会上引入的该开发工具。现在已经更新到了0.5.8版本。现在github的很多项目都使用了Android Studio开发,所以如果你还用Eclipse,就需要把整个项目拆分,然后在工程中include依赖包,是...
阅读全文
摘要:/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fil...
阅读全文

浙公网安备 33010602011771号