zoukankan
html css js c++ java
Useful Links
=
Useful Links
=
====
Cluster-Fudge of android dev forums:
====
http://www.xda-developers.com/
http://www.anddev.org/
http://www.rbgrn.net/
====
Getting started with games, kind of useful
====
http://www.rbgrn.net/content/54-getting-started-android-game-development
====
Gaming 101, apparently this is the shit. Need google to translate though
====
http://www.androidpit.de/de/android/wiki/view/Spieleentwicklung_101
====
Another game tutorial
====
http://www.quesucede.com/page/show/id/conway_game_of_life_android
====
Yanvi Card game source code:
====
http://code.google.com/p/bestcardgameever-android/source/browse/#svn%2Ftrunk%2F%20bestcardgameever-android%2FYan-Droid-1.5%2Fsrc%2Fcom%2Fsheepzkeen%2Fyaniv
====
Solitaire Game Source
====
http://code.google.com/p/solitaire-for-android/
====
Developer-specific Sources:
====
http://stackoverflow.com/questions/1441871/passing-data-of-a-non-primitive-type-between-activities-in-android
http://stackoverflow.com/questions/2582690/android-passing-paramters-between-classes
http://shri.blog.kraya.co.uk/2010/04/26/android-parcel-data-to-pass-between-activities-using-parcelable-classes/
http://www.anddev.org/general-f3/passing-and-recieveing-values-between-activities-t637-15.html
http://www.anddev.org/simple_tutorial_passing_arraylist_across_activities-t9996.html
http://www.anddev.org/how_to_pass_object_between_activities-t11023.html
====
Layout Sources
====
http://mobileorchard.com/android-app-development-layouts-part-one-linear-and-relative-layouts/
http://mobileorchard.com/android-app-development-%E2%80%93-layouts-part-two-table-and-absolute-layouts/
http://www.coderanch.com/t/468227/Android/Mobile/Refresh-ListView-Android
http://www.anddev.org/novice-tutorials-f8/creating-a-contextmenu-on-a-listview-t2438.html
http://androiddrawableexplorer.appspot.com/
=====
LS: Optimization
=====
http://android-developers.blogspot.com/2009/02/android-layout-tricks-1.html
=====
LS: Lists
=====
http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012
http://www.pocketmagic.net/?p=1343
http://www.androidguys.com/tag/android-listview/
http://www.androidguys.com/2008/07/09/inflation-is-a-good-thing/
=====
LS:Syles & Themes
=====
http://blog.androgames.net/10/custom-android-dialog/
====
Dynamic Resource Access
====
http://daniel-codes.blogspot.com/2009/12/dynamically-retrieving-resources-in.html
http://www.anddev.org/viewtopic.php?p=24260
====
XML Parser
====
http://www.mkyong.com/java/how-to-read-xml-file-in-java-sax-parser/
http://www.anddev.org/novice-tutorials-f8/parsing-xml-from-the-net-using-the-saxparser-t353.html
====
Read from XML
====
http://www.codemobiles.com/forum/viewtopic.php?p=72
http://www.mkyong.com/java/how-to-read-utf-8-xml-file-in-java-sax-parser/
====
Rokon source code. A type of game engine.
====
http://code.google.com/p/rokon/
====
libgdx. A type of 2D gaming engine.
====
http://code.google.com/p/libgdx/wiki/TheArchitecture
====
mages, for multiplayer client/server
====
http://code.google.com/p/mages/updates/list
====
SVN with Eclipse
====
http://www.ibm.com/developerworks/opensource/library/os-ecl-subversion/
====
site to steal images of dominion cards
====
http://dominion.diehrstraits.com/?set=Seaside
Hide details
Change log
r117
by aeneascorrupt on Apr 9, 2011
Diff
Edited wiki page
UsefulLinks
through web user interface.
Go to:
/wiki/UsefulLinks.wiki
Project members,
sign in
to write a code review
Older revisions
r91
by aeneascorrupt on Feb 5, 2011
Diff
r90
by aeneascorrupt on Feb 3, 2011
Diff
r89
by aeneascorrupt on Feb 2, 2011
Diff
All revisions of this file
File info
Size: 3233 bytes, 75 lines
View raw file
查看全文
相关阅读:
python面对对象编程------3:写集合类的三种方法
python面对对象编程----2:__init__
python面对对象编程----1:BlackJack(21点)
wxpython下的桥梁信息管理系统
python运行时间计算之timeit
python单元测试之unittest
python 下的数据结构与算法---8:哈希一下【dict与set的实现】
python 下的数据结构与算法---7:查找
python 下的数据结构与算法---6:6大排序算法
分布式一致性算法Raft
原文地址:https://www.cnblogs.com/pandans/p/2443187.html
最新文章
Java MySQL 批量查询数据,每次查询10条
Flex开发一周年感悟
等高线生成算法
趣题:古北水镇的造价有多少?
让你的照片更鲜艳------hsv拉伸
《大學》
吐嘈OpenCV的图像旋转功能 >_<7
Opencv各个版本的万能头文件
潜意识的牢笼------为什么这件事情这么难
WebDriver中如何处理Iframe 及 嵌套Iframe
热门文章
【转载】Java JVM : Xms Xmx PermSize MaxPermSize 区别
Flume入门——Selector、Chanel等
Flume 入门--几种不同的Sinks
Flume 入门--几种不同的Sources
urllib+BeautifulSoup无登录模式爬取豆瓣电影Top250
Hive 中parse_url的使用
ubuntu下安装rpm 文件
【转载】 Java 7之基础
Python爬虫库Scrapy入门1--爬取当当网商品数据
python面对对象编程------4:类基本的特殊方法__str__,__repr__,__hash__,__new__,__bool__,6大比较方法
Copyright © 2011-2022 走看看