android open source file manager

Learn about android open source file manager, we have the largest and most updated android open source file manager information on alibabacloud.com

Full-resolution Android open source picture Framework Universal-image-loader_android

I believe we usually do Android applications, how much will be contacted to load pictures asynchronously, or load a large number of pictures of the problem, and load pictures we often encounter many problems, such as the image of the disorder, oom and other issues, for beginners, these problems will be more difficult to solve, So there are a lot of open source im

Open source libraries in Android (Eclipse and Android Studio)

Take the Slidingmenu on GitHub for example. : Jfeinstein10/slidingmenuI. Introduction of Eclipse1.import->existing Android Code into Workspace, select the library in the Import folder. ( choose Copy Projects into workspacae when importing, because the project and library are required to be in the same directory in Windows, or not add successfully ) right click to select Properties, Under Android, select the

Open source China Oschina Android Client Source Analysis (3) can drag the ScrollView

in 2.4. 2.6 Why do you want to put this normal.setempty () after the drag-and-drop has returned to its original position? What is the intention of it? Think carefully, found that the normal set of the upper left and right bottom four values, is satisfied with 2.4 of the two conditions will have a specific value. So there are two different kinds of rect for this normal. Top left and right bottom four values (0,0, the actual menu width 240DP, the actual measurement height of the menu) and scroll

Android development _ eight open-source android game engines (excellent)

Users who are new to android game development tend to be confused. They often do not know where to start. Whenever they encounter problems they cannot solve, and often will envy iPhone under a free game engine such as Cocos2d-iphone can be used, while self abandon complaints Android platform game development is too difficult, and even a decent gameThere is no play engine, and I even mistakenly think that us

[Android] Use Gradle submit your own open source Android library to Maven Center library

The following content is original, welcome reprint, Reprint please specifyFrom every day blog: http://www.cnblogs.com/tiantianbyconan/p/4388175.htmlThis article is for open source enthusiasts.If you want someone else to use your Android Open Source Library, the first way is

Just take it! The hottest Android Open source project (ii) (ext.)

StartDrag () and Stopdrag () methods; There is a public interface that can customize the dragged view. Dragsortlistview is suitable for lists with any priority: Favorites, playlists and lists, etc., is currently the Android open source implementation of drag sorting operation is the most perfect solution.C-geo-opensource .C:geo is a simple and powerful

Android Open Source project list "continuous finishing ... 】

Android Complete open source project, not including various components of the projectCommunity Client Oschina Client: Oschina website client, WP version, iOS version have open source, a community-based client, including login refresh all kinds of sight Four meta

On the path of cultivation of a cool Android open source project (bottom)

have a new project, click the Sync Account button on the top right. Click here: Open Travis build. Click this to configure the project: The default is empty: Add the. travis.yml file that TRAVIS-CI requires in your project Create a. travis.yml file directly under the project root directory.

Android Open source Framework Android-async-http

This is a great third-party open source class library that sends HTTP requests for Android development.Its network requests are automatically executed in a non-UI thread, and you don't need any extra action (such as manually new thread, etc.). Official website of the project: http://loopj.com/android-async-http/, corre

7 common open source free Android UI components and official download addresses

Android Development is currently one of the hottest mobile development technologies, and with the continuous effort of developers and the progress of the Android community, Android Development technology is maturing, and of course, there are many good open source UI projects

How to import open source libraries in an Android studio project _android

Two days ago, Google released the official version of Android Studio 1.0, and more people began migrating to Android studio for development. However, many of the online open Source Library, control, etc. or the previous development based on eclipse, many people do not know how to import into their own based on the

Android Open-source Framework (V) xutils---The ORM IOC converged framework in Android

Xutils, like Afinal, is an aggregation framework, chatty, but the more easily reaching. So it is not recommended to use, only to understand. To cope with the temporary project at hand.Android Open source Framework (IV) afinal---The ORM IOC converged framework in AndroidI. Xutils INTRODUCTIONXutils is based on afinal development, but it is much better than afinal stability. Xutils was originally derived from

Just take it! The hottest Android Open source project (ii)

Public StartDrag () and Stopdrag () methods; There is a public interface that can customize the dragged view. Dragsortlistview is suitable for lists with any priority: Favorites, playlists and lists, etc., is currently the Android open source implementation of drag sorting operation is the most perfect solution.C-geo-opensource.C:geo is a simple and

Share 100 Open source Android project source

============ Problem Description ============Share 100 Open source Android project sourceConnection Address: Https://github.com/lancelothuxi/android-open-project ============ Solution 1============ ============ Solution 2============ ============ Solution 3============ =====

[Android instance] FFMPEG-based Android player open source code

development environment for PC hosts is Windows XP. The key points of this open source code solution are as follows:1: arm assembly code compilation support. It is mainly used to add local_arm_mode: = arm statements to several. mk files,Add the -- arch = armv5te and -- enable-ASM switches to the config_r4.sh file.2: After some unused options are disabled in the

10 classic open-source Android applications-getting started with Android

Android development will bring about a new wave of popularity. Many developers have invested in this wave and created many excellent applications. Many developers provide application source projects to contribute their wisdom and creativity. Learning open source code is the best way to master the technology. We recomme

Cocos2d-x mobile game "crazy Tadpole" source code "open source" win32+ Android +ios Triad

Shimen the main contribution of the Lord, respect the work of the author, reproduced please indicate the source from the Shimen master. If the article is helpful to you, you are welcome to donate to the author, support the Shimen, donate the amount at random, ^_^ I want to donate: Click Donate Cocos2d-x source Download: Dot I teleport Game Introduction:"Crazy tadpoles" is a very evil role-playing plu

Gather all kinds of Android Open source project source code classification-it Blue Panther

Android Open source project source code classification:1. Full Source (29)2. Development Framework (14)3. Pop-up Views (popup View) (6)4. Boot page (introguide View) (6)5. Gesture interaction (Gesture) (13)6. Charts (chart) (9)7. View switch (Transition) (14)8. View layout (

Android Programming Starter Development Folder Manager development file filtering and sequencing-3

* */import java.io.file;import java.io.Fi Lefilter;import Java.io.filenamefilter;public class Customfilefilter implements FileFilter {public Boolean accept (File DirName) {if (!dirname.getname (). StartsWith (".")) { return true;} Else{return false;}}}Data sorting:Package com.example.util;/** * Data sort * @author engineer-jsp * @date 2014.10.27 * */import java.io.file;import java.util.Ar Rays;import Java.util.collections;import Java.util.list;pub

Android open source -- SlideMenu, android -- slidemenu

; Android slide menu Background Brightness and transparency settings Without such an api, you can make the transparency by yourself. Just like the animation effect, you can define an xml file. To adjust the brightness, modify settings. For example, when you slide, you need to increase the brightness to 100, Settings. system. putInt (getContentResolver (), Settings. system. SCREEN_BRIGHTNESS, 100); After sli

Total Pages: 15 1 .... 8 9 10 11 12 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.