搜索资源列表
SelectorTest
- This code is useful for android learners.it contains how to add a button in a screen in android with the help of xml in android.this is the basic code.
ProgressBar
- 介绍了Google Android平台下面的各种进度条如何使用-Google Android platform, introduced the following article how to use a variety of progress
Sample-Notification
- Android上关于Notification使用的简单例子-This is a simple, How to use Notification On Android
androiddevelopmentplatform
- 介绍如何搭建一个android开发平台,应该对大家有点帮助哈-Describes how to build an android development platform, it should be helpful to all of us ha
dasuantou
- 手机聊天工具,可以发送图片和文件等功能,还有写地图定位-android chat tools source ,you can sent pics and files ,and you can see how to write it
Android_memFloat
- Android 上如何实现浮动窗口.主要是利用系统窗口,以及Service-How to implment Floating window on Android.
SendSMSSample
- Java源码,Android,发短信 SendSMSSample是一个Android手机发短信的Java程序源码,发短信对于一个手机来说,是再基础不过的功能了,在Android手机系统中,发短信是如何实现的呢?希望您下载本源码学习以后就会明白了。-The Java source Android texting SendSMSSample Java program source code is an Android phone texting, texting is again the b
RadioAndCheckbox
- Android开发之Radio和Checkbox用法举例,Radio和Checkbox在Android开发中也相当普遍,几乎大部分程序都需要用到这些基本的窗体组件,Android开发中的Radio和Checkbox究竟如何使用呢?希望通过本例你能牢固掌握它们的使用。-Android developers Radio and Checkbox usage example Radio and Checkbox in Android development is also quite common,
GestureRecognise
- Android手势操作实例,Andorid手机的一个特点是可以感应手势动作,在此基础上可派生出很多人性化的效果,比如缓冲滚动、图片放大等,最低层的手势动作是如何实现的呢?请下载本源码学习。-Android gestures operation instance, a feature of Andorid phone can sense gestures, can be derived based on a lot of human effects, such as buffer scroll t
AndroidWiFi
- This PPT explains how to implement wifi for android operating system.
android-lifecycle-master
- After struggling with trying to figure out how various pieces fit together, I ve done some research and put together the complete Android Activity/Fragment lifecycle chart. This has two parallel lifecycles (activities and fragments) which are organiz
fragments-viewpager-example-master
- This code shows how to replace Android Fragments inside a ViewPager. Imagine the following structure: You can replace Root fragment for another one and, at any moment, you could swipe to Side fragment. Also, it s possible to return to previ
fragment_tabs_tutorial-master
- This project is a part of a tutorial on how to use Fragments on the Android platform. All code is released under the MIT License, which is included in the file LICENSE.txt. Please refer to the original blog post located here for further document
Android Studio
- Android provides a rich application framework that allows you to build innovative apps and games for mobile devices in a Java language environment. The documents listed in the left navigation provide details about how to build apps using Android's va
aerogear-android-1.4.0-source-release
- AeroGear for Android provides support for integrating with push. Currently only using Google’s Cloud Messaging (GCM) with the [AeroGear UnifiedPush Server](https://github.com/aerogear/aerogear-unifiedpush-server) is supported, but we are planning to
StepCounter
- 利用matlab对加速度传感器进行数据采集并计步。-This example shows how to collect acceleration data an Android device and use it to count the number of steps taken.
Android-ChangeLocaleExample-master
- This example how to change local on android 2.1 + using eclipse programmatic-This is example how to change local on android 2.1 + using eclipse programmatic
android_securecoding_en
- 一本Android安全相关的书籍英文版,主要通过代码讲解了如何在Android实现加解密以及黑名单SSL通信等(Android security related books in English, mainly through the code to explain how to implement encryption and decryption in Android, as well as blacklist, SSL Communications)
如何将Eclipse中的项目迁移到Android Studio
- 如何将Eclipse中的项目迁移到Android Studio(How will Eclipse Move the project to Android Studio)
Android 性能监控实现原理
- Android 性能监控实现原理 性能监控其实就是hook 代码到项目代码中,从而做到各种监控。常规手段都是在项目中增加代码,但如何做到非侵入式的,即一个sdk即可(Performance monitoring is actually the hook code to the project code, so that all kinds of monitoring are done. The conventional means are to add code to the project,