Many Android apps now have a sideslip menu that works fine.
There is a Slidingmenu open source Library on the GitHub, which is convenient to use.
Slidingmenu GitHub Address: Https://github.com/jfeinstein10/SlidingMenu. GitHub said that the sliding combined actionbarsherlock function can be richer, actionbarsherlock GitHub address: Https://github.com/JakeWharton/ActionBarSherlock
Attached CSDN Download Ad
2015 newest Android open source player ranked Cloud view chain in the listMany students asked me which open-source players on Android is better, here I will be the unified line.The 1.Dolphin player (Dolphin player) is an open source audio and video player that supports most
Below is the personal collection, contains the best open source collection at home and abroad, strongly recommended to collect
Android Open source Project Subtotals | View
Content included:
Android Open source project first-personalization contro
Bluetooth: Bluetooth protocol stack, official website
Dhcpcd: dpkg configuration package, official website
Embunit: an embedded unit test tool.
FreeType: a widely used Font Parsing Library in Linux.
Iptables: An IPv4 packet filter. Basic network library.
Libxml2: the famous XML parsing library.
Opencore: multimedia playback engine architecture library.
Speex: speex is a set of specialized sound compression library, because it specifically for the sound, so the compression of sound performance
First, demand analysisRecently the computer needs to connect WiFi, but found the WiFi password to forget. And the phone has saved the WiFi password, but in the phone's settings screen can not see.Although there are already some apps that can see the WiFi password, the main worry is that the passwords will be uploaded to the background by those apps. or write yourself a more assured. and using the app to see just a click, it is more convenient than directly to find the
; }/** * Second, get the file from the Raw folder in resource and read the data (resource file can only read and write) * * @param fileinraw * @return */Public S Tring Readfromraw (int fileinraw) {String res = ""; try {InputStream in = Getresources (). Openrawresource (Fileinraw); int length = in.available (); byte[] buffer = new Byte[length]; In.read
Ext.: http://blog.csdn.net/laihuan99/article/details/9054985Many novice friends and friends sometimes don't understand how to import eclipse when they search for open source projects on GitHub. Indeed, sometimes those projects only source code, to pack their own jar or connect the library to use, the novice friend is not to touch the mind. My simple summary is as follows:First Category: Direct Project
This class is the simplest. As soon as yo
Many novice friends and friends sometimes don't understand how to import eclipse when they search for open source projects on GitHub. Indeed, sometimes those projects only source code, to pack their own jar or connect the library to use, the novice friend is not to touch the mind. My simple summary is as follows:First Category: Direct Project
This class is the simplest. As soon as you see it is an Android
information levelBte_load_conf (Bte_stack_conf_file);Parse the configuration information in the bt_stack.conf file.(2), create a Bluetooth task interface. Prepare creates BTIF task and prepares BT scheduler for startup to enable scheduling Status = Gki_create_task (Btif_task, Btif_task, Btif_task_str, (UINT16 *) ((UINT8 *) Btif_task_stack + btif_task_ stack_size), sizeof (btif_task_stack));6. Btif_task Process Related p
First download Android-pulltorefresh-masterHttps://github.com/chrisbanes/Android-PullToRefreshUnzip it after downloadingNow we use Eclipse to create a project named PulltorefreshBring the library above to our projectOpen Project's Project.Properties file after successful introduction we can seeandroid.library.reference.1=. /a
I have DIY one Android remote - all open source1. TrialRemember Song Baohua in the "device-driven development specific explanation" put forward a theory "software and hardware infiltrate each other's territory", this proves to be true, the use of the upper-level APP software with simple and simpler hardware design can complete a remote control. Have developed the application of Internet users e-mail asked h
Android development help document Doc open speed slow solution _ Python,
Slow opening of android help documentation
The reason is that the html file under the Doc directory contains js files for accessing google.
And
It is found that.
Because these two scripts need to access Google online, it is clear that the s
Android provides a downloadprovider, which is a complete download tool. It provides good external interfaces that can be called by other applications to complete the download. It also provides download, notification, and storage mechanisms.This downloadprovider is used in Android browser and other tools.
Unfortunately, this downloadprovider is not open to app dev
;android–>build under Eclipse, where SHA1 fingerprint is the digital signature we want.(4) Get AK Copy to Project?? After completing the above steps, you can obtain an Access application (AK) and then copy the AK to the Api_key location under the project Androidmenifest.xml file.(5) Running the project?? So far, you can already run the app on a real machine or simulator. Note, however, that the simulator ru
cache in the Memory-then it's just immediately displ Ayed.here is a separate threads queue where tasks get if theneeded image is cached on the file system. The rightimage in the cache and then the task-thread gets in the thread pool. Therefore,there is no obstacles for a fast displaying of cached images.A brief description of the structure of the project.Each picture's load and display tasks are executed in a separate thread, unless the picture is ca
Import open-source libraries to projects built based on Android Studio
Since Google released the official version of Android Studio 1.0, more people have migrated to Android Studio for development. However, many open-source libraries and controls on the Internet were devel
1. Function Introduction 1.1 IntroductionDYNAMICLOADAPK is an open source Android plugin framework.The advantages of the plug-in include: (1) module decoupling, (2) dynamic upgrade, (3) Efficient parallel development (faster compilation Speed) (4) load on demand, lower memory consumption and so on.DYNAMICLOADAPK provides 3 development methods that allow developers to quickly integrate plug-in functionality
I. INTRODUCTIONEach Android app usually has limited system resources, the amount of memory allocated by Android devices to each app is also capped, and the amount of memory allocated for different device configurations is not the same, with a minimum of 16MB. Pictures take up a lot of memory, especially those that are super clear. So the picture loading is easy to cause the memory overflow, and to solve the
The android-async-http open-source project can be used to easily obtain network data or send data to servers. The introduction to the android-async-http open-source project comes from the official website: bytes
1.1Overview(Overview)
An asynchronous callback-based Http client for
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.