V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Bown  ›  全部回复第 21 页 / 共 25 页
回复总数  482
1 ... 13  14  15  16  17  18  19  20  21  22 ... 25  
2015-08-25 19:17:48 +08:00
回复了 creatorYC 创建的主题 Android android 中 imageview 设置可见性的问题
cityListView.getAdapter ().getView (i, null, null ) 改成 cityListView.getChildAt (i )
2015-08-21 11:04:53 +08:00
回复了 jafer 创建的主题 上海 为了更好的写代码,需要....
找一个鼓励师
2015-08-20 18:02:08 +08:00
回复了 AsaDong 创建的主题 Android Android 哪天会不会可以用 golang 开发 然后效率翻好几番
Go1.4 就加入了 arm 下的工具链支持 Android 了,还有一个独立的 mobile 探索项目 http://godoc.org/golang.org/x/mobile ,提供了一些基础的 go 和 java 互调的 binding 库、 NativeActivity 和生命周期回调、和一个极简的 sprite 引擎可以来写游戏,其实都是基于 C 的 OpenGL 的封装
1.4 发布的时候我写过一个 Go 版的 Android 贪吃蛇。。
2015-08-20 17:49:43 +08:00
回复了 wuruxu 创建的主题 Go 编程语言 为什么 Go 1.5 要用 Go 重新写 compiler ?
- It is easier to write correct Go code than to write correct C code.
- It is easier to debug incorrect Go code than to debug incorrect C code.
- Work on a Go compiler necessarily requires a good understanding of Go. Implementing the compiler in C adds an unnecessary second requirement.
- Go makes parallel execution trivial compared to C.
- Go has better standard support than C for modularity, for automated rewriting, for unit testing, and for profiling.
- Go is much more fun to use than C.

https://docs.google.com/document/d/1P3BLR31VA8cvLJLfMibSuTdwTuF7WWLux71CYD0eeD8/edit
2015-08-20 15:42:50 +08:00
回复了 AsaDong 创建的主题 Android Android 哪天会不会可以用 golang 开发 然后效率翻好几番
UI 相关的东西不大可能用 go 来写了得重写整个 SDK
go 后续用来写一些 native 的 lib 、游戏什么的还是不错的
2015-08-20 12:55:36 +08:00
回复了 niuroumian 创建的主题 程序员 Go1.5 is released
赞!
2015-08-17 16:27:06 +08:00
回复了 czipeng 创建的主题 程序员 大家都来说说 github 还有哪些偏门的用途?
pages 搭 blog
issues 当 blog
issues 当论坛
gist 当云笔记

... 还有啥
2015-08-16 09:59:52 +08:00
回复了 Anybfans 创建的主题 分享发现 支付宝禁止使用 Xposed 框架!?
https://github.com/alibaba/dexposed
阿里不是还在xposed的基础上做了这个嘛。。为啥又去禁止
2015-08-16 09:57:26 +08:00
回复了 ddjian 创建的主题 程序员 推荐 Android 手机,日常+学习开发,价位 2k 附近
Moto G 3rd,原生系统你懂的,1G版美亚含税也才1300,再过几天2G版有货了1600左右可以拿下
嫌 Moto X 屏幕太大,于是昨天美亚买了个 Moto G 3rd = =
mac + as

eclipse + adt 后续官方不会再提供支持了
最近在用 科颜氏氨基酸椰香,感觉头屑和掉头发的确少了点,但是油腻问题没有太大解决。。
贴吧这种地方就不要认真了 = =
2015-08-04 14:29:04 +08:00
回复了 Livid 创建的主题 macOS Stand.app
这个不错。。
2015-07-30 13:37:08 +08:00
回复了 mthli 创建的主题 Android 有什么方法可以看到更详细的异常报错信息?
ProGuard 或 DexGuard 混淆了
build/output/mapping下找打包时生成的mapping文件,反向找混淆前的类名
2015-07-29 10:37:50 +08:00
回复了 gaohongyuan 创建的主题 Android 新一代 Moto X 和 Moto G 发布
屏幕都太大,最大只能接受Moto G了,不知道续航改善的如何
1 ... 13  14  15  16  17  18  19  20  21  22 ... 25  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2019 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 00:46 · PVG 08:46 · LAX 16:46 · JFK 19:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.