随笔分类 -  Android

摘要:1、添加对apt的依赖buildscript { repositories { mavenCentral() } dependencies { classpath 'com.neenbedankt.gradle.plugins:android-apt:1... 阅读全文
posted @ 2014-12-30 15:58 机智大脸喵 阅读(914) 评论(2) 推荐(0)
摘要:原文来自:http://developer.android.com/guide/topics/location/strategies.html位置策略注意:本指南仅限android.location位置API。Google Play Services中的google位置API提供更强大更高级的框架,... 阅读全文
posted @ 2014-09-01 18:05 机智大脸喵 阅读(1467) 评论(0) 推荐(1)
摘要:最近想弄个能访问 Internet 的 Android 应用,因为求快所以用了 Ruby on Rails 来提供 HTTP 资源。这方面的资料还是比较少的,所以把尝试的过程记录下来。1 使用 Ruby on Rails构建 Web Application1.1 新建 Web Application... 阅读全文
posted @ 2014-06-11 21:53 机智大脸喵 阅读(461) 评论(0) 推荐(0)