some smart
1.
ca.laplanete.mobile.pageddragdropgrid
https://github.com/mrKlar/PagedDragDropGrid
PagedDragDropGrid - An Android ViewGroup that implements a paged grid with drag'n'drop moveable items
2.
android.support.v4
Android Support Library package
http://developer.android.com/tools/support-library/index.html
3.
com.fasterxml.jackson
https://github.com/FasterXML/jackson
http://wiki.fasterxml.com/JacksonHome
Inspired by the quality and variety of XML tooling available for the Java platform (StAX, JAXB, etc.), the Jackson is a multi-purpose Java library for processing JSON data format. Jackson aims to be the best possible combination of fast, correct, lightweight, and ergonomic for developers.
4.
com.google.common
http://code.google.com/p/guava-libraries/
The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.
5.
com.google.protobuf
http://code.google.com/p/protobuf/
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
6.
com.msc.seclib
http://link.samsung.com/
AllShare Play 被重命名为Samsung Link,中文名字是三星智能共享
http://www.cnmo.com/reviews/304563.html
7.
com.samsung.accessory
com.samsung.android.sdk.accessory
-->Gear
8.
com.sun.net.httpserver
http://download.java.net/maven/2/com/sun/net/httpserver/http/20070405/
https://blogs.oracle.com/michaelmcm/entry/http_server_api_in_java
http://www.docjar.com/html/api/com/sun/net/httpserver/HttpServer.java.html
9.
com.sec.pcw.server
pcw-三星手机跟踪服务?
10.
remote_access
11.
sun.net.httpserver
http://www.docjar.com/html/api/sun/net/httpserver/ServerImpl.java.html
12.
wseemann.media
https://github.com/wseemann/FFmpegMediaMetadataRetriever
FFmpegMediaMetadataRetriever is a reimplementation of Android's MediaMetadataRetriever class. The FFmpegMediaMetadataRetriever class provides a unified interface for retrieving frame and meta data from an input media file and uses FFmpeg as its backend.
13.
zh.wang.android.utils.YahooWeather4a
https://github.com/zh-wang/YWeatherGetter4a
YWeatherGetter4a - An Yahoo Weather API wrapper for android
JNI
1. FFmpegMediaMetadataRetriever related
libavcodec.so
libavformat.so
libavutil.so
libffmpeg_mediametadataretriever_jni.so
libswscale.so
Roboto font
http://zh.wikipedia.org/wiki/Roboto
http://developer.android.com/design/style/typography.html
http://forum.xda-developers.com/showthread.php?t=2469046
Removed libs for Samsung Link
libASP15_ffmpeg_neon.so
libASP15_Security.so
libASP15_TMI_Player.so
libASP15_TMI_Player_ics.so
libASP15_transcoder_jni.so
libSecFileClientUnit.so
nd some more to share: The Apps Samsung Link (v1.8.0802) and S Voice (v11.2.0.0). Just install like normal Apps.
Samsung Link: Download
S Voice: Download
After you installed Samsung Link, another App called com.sec.msc.nts.android.proxy (v2.5.0.0) appears which will be installed.
Both Apps are running well so far.
New: Samsung Link: Improved Icon, Redesigned Layout. S Voice:
Improved Icon, Option to give App Device-Admin Permissions to control
Lock of Device.
OSP is an abbreviation of Open Service Platform. It was an internal code name of the bada project. The bada platform team has decided to maintain the top-level namespace as 'Osp' with an affection towards the project.
some smart的更多相关文章
- Smart Tag——DevExpress WPF初探
Smart Tag是一个设计时扩展,所有标准控件均自带这个功能,当然也包括 DevExpress WPF Controls .可以快速设置控件的值或者绑定最重要的属性.它还可以帮助你完成一些重复的工作 ...
- International Conference for Smart Health 2015 Call for Papers
Advancing Informatics for healthcare and healthcare applications has become an international researc ...
- Call for Papers International Conference for Smart Health (ICSH) 2014
Call for PapersInternational Conference for Smart Health (ICSH) 2014 Beijing, China July 10-11, 2014 ...
- 手工给Meteor增加smart package的方法
windows下无法装mrt(Meteor的包管理工具).不过还好smart package本身也就只是一个文件夹而已,不需要在Meteor中注册什么东西.所以直接把smart package扔到me ...
- [c++] Smart Pointers
内存管理方面的知识 基础实例: #include <iostream> #include <stack> #include <memory> using names ...
- 瞄准SMART目标
瞄准SMART目标 SMART代表具体的/可度量的/可实现的/相关的和时间可控的. 1.具体的 (一个目标任务应该是具体的/事物的具体化) 2.可度量的 (如何知道你何时完成?确贴的数字,度量具体 ...
- Azure CDN Smart Routing 功能正式上线
经过Azure中国CDN产品团队的不懈努力,融合CDN服务的一个重要功能 Smart Routing目前已经正式上线.在接下来的一段时间该功能将逐步开放给所有客户.本文主要对Smart Routing ...
- 思考方式--SMART原则
如果你对项目管理.系统架构有兴趣,请加微信订阅号"softjg",加入这个PM.架构师的大家庭 万事开头于你目标的设定,如果开始走错了,那么后面的路将会更加的错误,甚至于更加的努力 ...
- Smart原则
遵循smart原则,必须是具体的.可衡量的.可达到的.与岗位职责相关的.有明确达成期限的.
- flume+kafka+smart数据接入实施手册
1. 概述 本手册主要介绍了,一个将传统数据接入到Hadoop集群的数据接入方案和实施方法.供数据接入和集群运维人员参考. 1.1. 整体方案 Flume作为日志收集工具,监控一个文件目录或者一 ...
随机推荐
- UI:转自互联网资料
1.UIWindow和UIView和 CALayer 的联系和区别? 答:UIView是视图的基类,UIViewController是视图控制器的基类,UIResponder是表示一个可以在屏幕上 ...
- CountDownLatch和CyclicBarrier的区别
[CountDownLatch.CyclicBarrier和Semaphore]http://www.cnblogs.com/dolphin0520/p/3920397.html [CountDo ...
- C#调用webService的几种方法
转自: WebClient 用法小结 http://www.cnblogs.com/hfliyi/archive/2012/08/21/2649892.html http://www.cnblogs. ...
- yum命令的使用
yum源的配置,请参考此文:RedHatLinux 本地yum源的配置.本文讲解如何使用yum命令. [root@serv01 ~]# yum --help Loaded plugins: produ ...
- 内存不足(OutOfMemory)的调试分析
32位操作系统的寻址空间是4G,其中有2G被操作系统占用,也就是说留给用户进程的内存只有2G(其中还要扣除程序加载时映像占用的部分空间,一般只有1.6G~1.8G左右可以使用). 如果进程运行中需要申 ...
- SCCM2007
Active Directory系统组发现:此方法按照上次运行发现方法时 Active Directory 中的响应返回对象,可发现活动目录OU.全局组.通用组.嵌套组.非安全组. Active Di ...
- Linux系统编程——进程间通信:命名管道(FIFO)
命名管道的概述 无名管道,因为没有名字,仅仅能用于亲缘关系的进程间通信(很多其它详情.请看<无名管道>).为了克服这个缺点.提出了命名管道(FIFO).也叫有名管道.FIFO 文件. 命名 ...
- Codeforces Gym 100231G Voracious Steve 记忆化搜索
Voracious Steve 题目连接: http://codeforces.com/gym/100231/attachments Description 有两个人在玩一个游戏 有一个盆子里面有n个 ...
- Linux进程通信之System V消息队列
System V消息队列是Open Group定义的XSI,不属于POSIX标准.System V IPC的历史相对很早,在上个世70年代后期有贝尔实验室的分支机构开发,80年代加入System V的 ...
- 微信公共服务平台开发(.Net 的实现)13-------网页授权(下 :C#代码的实现 )
接着上次的理论,我们这次来研究用代码实现“网页授权获取用户基本信息”,首先我们需要一个链接指向微信的授权页面,在微信开发平台中已经说了,这个链接必须在微信客户端中打开,那么我们就干脆使用文本消息来完成 ...