类似Tumblr App的HUD TYTumblrHUD
- 授权协议: MIT
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/luckytianyiyan/TYTumblrHUD
- 软件文档: https://github.com/luckytianyiyan/TYTumblrHUD
软件介绍
类似Tumblr App的HUD。
接口风格类似 MBProgressHUD。
效果图:
使用示例代码:
TYTumblrHUD *hud = [TYTumblrHUD showHUDAddedTo:self.view animated:YES];
dispatch_async(dispatch_get_global_queue(QOS_CLASS_USER_INITIATED, 0), ^{
// do something ...
dispatch_async(dispatch_get_main_queue(), ^{
[hud hideAnimated:YES];
});
});
Learning PHP, MySQL, and JavaScript
Robin Nixon / O'Reilly Media / 2009-7-21 / USD 39.99
Learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript - whether or not you know how to program. This simple, streamlined guide explains how the powerful combination of P......一起来看看 《Learning PHP, MySQL, and JavaScript》 这本书的介绍吧!
