Android Tile-Based Game This is an example of a basic tile-based, 2D game using Androids Canvas. It can be used as a base for your own games. This code provides a simple way to build maps based on your own tiles, player movement / tracking and dete
LiBRE! Android aplikacija Ovo je repozitorijum sa izvornim kodom LiBRE! Android aplikacije. Aplikacija je u razvoju. Uputstvo za razvoj Razvojne komponente Eclipse EGit Android SDK ActionBarSherlock http://actionbarsherlock.com/faq.html http://actio
android4.4和5.0中Transitions API的兼容补丁,可兼容2.2 项目地址:https://github.com/andkulikov/transitions-everywhere 效果图:使用说明:关于Transitions API请看这篇文章Transitions API from Android KitKat and Lollipop。在原本需要使用android.transition.*的地方使用android.transitions.everywhere.*。如果