Be Smart

FANTAISIE

SmartPhone - iPhone, iPad, Android

导航

2011年4月2日 #

[iOS 資訊] All New iOS Application Online!全新iOS應用程式上架! - Dr Soul

摘要: 小弟第一個 iPhone 全新 Application - Dr Soul 上架囉!歡迎下載測試看看有Bug跟我回報一下喔!http://itunes.apple.com/cn/app/dr-soul/id420397376?mt=8http://itunes.apple.com/us/app/dr-soul/id420397376?mt=8 阅读全文

posted @ 2011-04-02 00:01 FANTAISIE 阅读(774) 评论(0) 推荐(0) 编辑

2011年3月23日 #

[Android 問題] How to Add a Button in ListView, and Make the Event of onClick and onItemClick Coexist?

摘要: If you add a Button on the view of each item in ListView,the touch event is catched and reacted by the button instead of the ListView even outside the area of the Button.The item can not be selected and switched.It's a simplest solution that you can set the attribute android:focusable to be fals 阅读全文

posted @ 2011-03-23 09:57 FANTAISIE 阅读(2223) 评论(0) 推荐(0) 编辑

2011年3月12日 #

[iOS 問題] Xcode 4 Download Error?

摘要: It's probably the error when you try to download the brand new Xcode 4 with SDK 4.3 herehttp://developer.apple.com/xcode/Access DeniedIf you need assistance, please contact the ADC Support Team.If you feel you received this message in error, please reference this code when contacting the ADC Sup 阅读全文

posted @ 2011-03-12 13:53 FANTAISIE 阅读(928) 评论(0) 推荐(0) 编辑

2011年1月25日 #

[Linux 資訊] How to Install Samba?

摘要: Sambahttp://www.samba.org/Samba is Free Software licensed under the GNU General Public License, the Samba project is a member of the Software Freedom Conservancy. Since 1992, Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all v 阅读全文

posted @ 2011-01-25 17:34 FANTAISIE 阅读(337) 评论(0) 推荐(0) 编辑

[Android 問題] How to Add Virtual Keys on Status Bar?

摘要: How to add virtual keys on status bar?(for the version beforeFroyo)There are 6 .png for touch up and touch down of 3 buttonsPut 72 dpi and 48 dpi which can be found in Google native source code intoframeworks/base/core/res/res/drawable-hdpiframeworks/base/core/res/res/drawable-mdpirespectively (P.S. 阅读全文

posted @ 2011-01-25 16:50 FANTAISIE 阅读(1636) 评论(1) 推荐(0) 编辑

2011年1月3日 #

[Android 問題] How to Activate Multi-Touch in WebView (for Web Browser, Google Map, etc)?

摘要: Android's native web browser is webkit based.Each front view of web is an object of WebView added by TabControl as the structure illustrated below:Android originally support multi-touch scenerio.In framworks/base/core/java/android/webkit/WebView.java,There is a function showed below checking if curr 阅读全文

posted @ 2011-01-03 20:51 FANTAISIE 阅读(2936) 评论(0) 推荐(0) 编辑

2010年12月24日 #

[Android 問題] 64-bit Environment Required When Checking Build Tool Versions

摘要: If you meet following errors below when you try to build your source code:Checking build tools versions...build/core/main.mk:72:************************************************************build/core/main.mk:73: You are attempting to build on a 32-bitsystem.build/core/main.mk:74: Only 64-bit build en 阅读全文

posted @ 2010-12-24 18:26 FANTAISIE 阅读(1934) 评论(0) 推荐(0) 编辑

[YouTube 討論] What is in YouTube's Mind???

摘要: Recently,When i checked out my favorite video of Eagles' return play of Hotel California in 1994.http://www.youtube.com/watch?v=-S_-HQuLaRI&feature=fvwI was so shocked at what was happening!!!!It's written此影片包含的音軌未獲得所有版權所有者的授權。已停用此音訊。"this audio has been blocked due to unanthenticated copyrighted tr 阅读全文

posted @ 2010-12-24 15:01 FANTAISIE 阅读(210) 评论(0) 推荐(0) 编辑

[Android 問題] Make/Build Error: You are not using bash - builds will fail

摘要: If you meet this error when trying the build your android code:make: Entering directory `/bsp/Project_Name'build/core/main.mk:7: You are not using bash - builds will failbuild/core/main.mk:8: *** Stop. Stop.make: Leaving directory `/bsp/Project_Name'Previous version of Android seems not to check if 阅读全文

posted @ 2010-12-24 13:04 FANTAISIE 阅读(665) 评论(0) 推荐(0) 编辑

[Android 資訊] Differences of px, sp, pt, dip, dp, in, and mm?

摘要: When we start be buildan UI, or make definition of the dimensions,It's an issuewe will meet -what are the difference of px, sp, pt, dip, dp, in, and mm?Hereare the definitions:px - PixelIndependentfrom devices corresponding to actual pixels on the screen. (e.g. HVGA: 320x480)pt - Points1/72 of an in 阅读全文

posted @ 2010-12-24 12:32 FANTAISIE 阅读(442) 评论(0) 推荐(0) 编辑