open source android apps github

Want to know open source android apps github? we have a huge selection of open source android apps github information on alibabacloud.com

Android Open Source Framework Datadroid

Android Open Source Framework DatadroidDatadroid is an open-source development library based on the Android platform, and the Android-based restful package simplifies data management in

PHP for Android (PFA)-open source project to bring PHP to the Android platform

Irontec launched an open source project, PHP for Android (PFA), to bring PHP to the Android platform. The PFA Project also provides PHP support for Android Scripting Environment (ASE) with apk tools and documentation. Take a look at this video below to start the PHP tour on

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 Development notes -- pull-down refresh and pull-up loading for open-source components PullToRefresh (one-minute processing, super simple) and Android pulltorefresh

-down refresh and pull-up loading functions. (Although open-source things are easy to use, it is recommended that you do not need open-source components to implement the desired results by yourself. After all, you need to understand the principles, I try to be concise and enter the topic. Let's take a look at the final

Android open-source plan-one-week app development and androidapp Development

Android open-source plan-one-week app development and androidapp DevelopmentQuestions about the open source program of mobile development enthusiasts One-week app development planFirst participants -Xiao Wu-Mo Xiang-Mengyan-Edge City knife customer-Xu ccRequirements -Each

Android game development (I) eight open-source Android game engines (great resources)

Eight open-source Android game engines (great resources) 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 available, while self-Abandonm

Android _ develop 8 excellent open-source android game engines (10)

engine developed based on OpenGL ES technology. To compress the volume, it is released in Multi-jar mode (including alien3d-engine.jar, alien3d-tiled. jar, alien3d-sprites.jar, alien3d-shapes.jar, alien3d-particle 2D. jar,). In fact, its core file is only about 40 kb, and the total of all related jar files is less than kb.The minimum runtime environment is Android 1.5.Project address: http://code.google.com/p/alien3d/8. catcake Catcake is a cross-pla

[Android game development] Eight open source Android game engine (great resources)

graphical rendering interface provided by JPCT is fully compliant with all Java 1.1 specifications (even the already disappearing Microsoft VMs and even the older Netscape 4 VMs).Minimum operating environment required for Android 1.5.Project Address: http://www.jpct.net/jpct-ae/7, Alien3dAlien3d is a very small size Android 3D game engine, based on OpenGL ES Technology development. To compress the volume,

Introduction to six recommended Open source Android (Android) frameworks

like the style. Other such as Android-async-http, afinal is also quite good. Articles you may be interested in: An analysis of a network interface and picture caching framework on Android enif Dynamically add implementation code for the Panel framework in Android Simple analysis on how to efficiently load bitmap kjframeforandroid framework

Collect the cool interactive animations and visuals of open source on Android: Interactive-animation

Read Catalogue Interactive Chapter 1.SlidingUpPanelLayout 2.FoldableLayout 3.android-flip 4.SwipeBackLayout 5.AndroidImageSlider 6.android-parallaxheaderviewpager 7.FragmentTransactionExtended 8.FragmentTransactionExtended 9.floatlabelededittext 10.QuickReturn 11.VNTNumberPickerPreference 12.CircularFloatingActionMenu 13.NiftyDialogEffects 14.material-menu 15.AndroidViewHov

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

Introduction to six recommended Open source Android (Android) frameworks

The Android (Android) Open source framework that colleagues have compiled is classic. 32 Likes!1, VolleyProject Address Https://github.com/smanikandan14/Volley-demo(1) Asynchronous download of JSON, image, etc.;(2) Ordering of network requests (scheduling)(3) Priority processing of network requests(4) Cache(5) Multi-le

Open source China Oschina Android Client Source Analysis (2) Sliding menu

layout file at the bottom of the menu for setting and closing functions. From the analysis of the layout file, we should apply the following points:1 A combination of android:layout_height= "0dip" plus android:layout_weight= "1" was used, about the usage of android:layout_weight, The key is to display proportionally in the linearlayout. But 2 General two functions: If the layout file has a public part, then can be extracted out of the public, another point, good programming habits: modular, rea

Complete parsing of Android open-source framework Universal-Image-Loader (1) --- basic introduction and usage

Reprinted please indicate this article from xiaanming blog (http://blog.csdn.net/xiaanming/article/details/26810303), please respect others' hard work results, thank you! Hello everyone! I haven't written any articles in the past two months. I was busy changing jobs some time ago. I have prepared for a test interview or something. Now I have found a new job and I am quite satisfied with my new job, the only pity is that I want to go to a new city, a new environment, and a new start. I hope I can

Open source in the National security Android Client Source Learning (a) gradient start interface

Open source in the National security Android Client Source Learning (a)Ready to learn the development of Android, see online people recommend open source in the

"Android UI design and development" 9: Sliding menu bar (i) Use and examples of open source projects Slidingmenu

I. Introduction of SlidingmenuI believe that everyone is not unfamiliar with the slidingmenu, it is a relatively new set interface or configuration interface effect, in the main interface left or right slide appear to set the interface effect, can easily carry out a variety of operations. Many good apps use this interface, like Facebook, Renren, Everynote, Google +, and more. As shown in the following:Because the effect is really relatively new, so in

Android Open source Common component address share "dry goods"

Understanding common open source projects can broaden our horizons and know what resources are available that are good for our usual design and development UI related Image ps://github.com/nostra13/android-universal-image-loader "target=" _blank ">android-universal-image-loader : Com.nostra13.universalimagel

Android open-source framework AsyncHttpClient (android-async-http)

The android-async-http open-source framework allows us to easily obtain network data or send data to servers. The most important thing is that it is an asynchronous framework that uses a thread pool at the underlying layer to process concurrent requests, highly efficient and easy to use. In the past, we used to build projects on

Complete parsing of Android open-source framework Universal-Image-Loader (iii) --- source code interpretation, loaderandroid

Complete parsing of Android open-source framework Universal-Image-Loader (iii) --- source code interpretation, loaderandroid Reprinted please indicate this article from xiaanming blog (http://blog.csdn.net/xiaanming/article/details/39057201), please respect others' hard work results, thank you! This article is mainly t

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

Total Pages: 15 1 .... 11 12 13 14 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.