设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

UltimateAndroid 0.4.1发布,支持Android Studio 1.0

2014-12-10 16:16| 发布者: joejoe0332| 查看: 437| 评论: 0|原作者: oschina|来自: oschina

摘要:   今天Android Studio发布了1.0版本,Android快速开发框架UltimateAndroid也发布了0.4.1版本来支持AndroidStudio 1.0 。  现在使用框架只需要简单的:Main framework:?123456repositories{jcenter()}dependencie ...

  今天Android Studio发布了1.0版本,Android快速开发框架UltimateAndroid也发布了0.4.1版本来支持AndroidStudio 1.0 。


  现在使用框架只需要简单的:


Main framework:

1
2
3
4
5
6
repositories {
        jcenter()
    }
dependencies { ...
    compile 'com.marshalchen.ultimateandroid:ultimateandroid:0.4.1' 
}

Ui framework:

1
2
3
4
5
6
repositories {
        jcenter()
    }
dependencies { ...
    compile 'com.marshalchen.ultimateandroid:ultimateandroidui:0.4.1' 
}

同时框架也有传统的方式可以使用。

UltimateAndroid是一套Android的开发框架,包括了View Injection,异步网络和图片加载,ORM,各种工具类以及非常丰富的UI效果等等。

github地址:https://github.com/cymcsg/UltimateAndroid  (推荐,更新最及时)
oschina地址:http://git.oschina.net/marshalchen/UltimateAndroid  (开源中国,墙内,国内访问较快)


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部