ad_728x90

參觀我的【 伊生活小舖】

2015年9月27日 星期日

DAZ Studio 4.8 簡介

attachments/201505/ok-192.jpg

DAZ Studio是設計獨特的數字藝術和使用虛擬人物,動物,道具,車輛,配件,環境和多個動畫的完美工具。
只需選取你的主題和/或設定,安排配件,安裝照明,並開始建立美麗的藝術品。
繼承了最好的第3版,DAZ Studio 4引入了一個新的外觀和感覺集中在易於使用的特性。有包括在應用程式中,
以說明使用者快速掌握,還有許多技術革新,提高了建立體驗新的視訊教學。雖然與過去的3D模型和加載項的
版本相容,DAZ Studio 4使下一代從DAZ 3D的GenesisTM系列數字。創世紀系列利於人物創作,定制和分享了
一個全新的模式。 DAZ Studio是一個功能豐富的3D圖形定制,構成動畫工具,使任何人都可以創造讓人驚豔的
數字插圖和動畫。只需選取你的主題和/或設定,安排配件,安裝照明,並開始建立美麗的藝術品。進階使用者
和內容創作者將會瞭解為什麼那樣喜歡專業的作品和他們現有的工具。

產品特點:
‧自訂快捷鍵
‧多張還原/重做
‧OpenGL硬體加速預覽
‧支援拖放
‧匯入使用者設定
‧強大的建模功能
‧編譯與特效功能
‧正真實感編譯
‧多處理器支援
‧OpenGL支援
‧支援OBJ,OBZ,JPG,DSI,PNG,TIFF,BMP,BHV檔案格式
‧匯出到AVI電影
‧更多

不可思議的3D動畫軟體免費

不可思議的3D動畫軟體免費
DAZ3DIM_1.1.0.41_Mac32
http://www.daz3d.com/home



2015年9月25日 星期五

2015年9月24日 星期四

Android APP的推播訊息Push Notification – Parse.com

推薦一個方便好用的Android APP推播訊息工具網站Parse.com,設定簡單,每個月可以免費發送一百萬個訊息,這實在是我們這種不會寫JAVA的人的福音啊! 
設定步驟如下:
1.到Parse.com申請一個帳號;
2.登入之後應該是在Dashboard的畫面,右上方會有個「+ Create New App」的藍色按鈕,可以建立一個應用程式APP的帳號;
3.輸入完之後畫面就會跳出很多App keys,請把其中Application ID和Client Key記下來;
4.如果沒有看到上面那個畫面或是忘了記下來事後要找,可以在Dashboard畫面左上方點選app的名稱,在右側點選settings,然後在左側點選Application keys就可以看到;
cfig1-1024x315  
5.照著官方文件的流程進行設定;
6.按橘色按鈕(.zip File)下載程式壓縮檔案,解壓縮後將Parse-x.x.x.jar複製到libs資料夾內,記得要在eclipse中build path;
6-1.在AndroidManifest.xml檔的標籤前面加入下列文字:

2015年9月23日 星期三

App 雲端 GCM Push Notifications 即時推播訊息 Project

雲端 Push Notifications 即時推播訊息 GCM應用程序是基於谷歌雲端通訊平台,通知用戶當前的更新或產品促銷,非常迅速替代傳統簡訊/短信服務的使用數據服務(GPRS/3G/CDMA/WIFI)。 因此,它提供具有成本效益的解決方案,讓您的客戶或用戶被通知幾乎是免費的。

https://play.google.com/store/apps/details?id=cc.cmyes.gcm

 

2015年9月22日 星期二

How to integrate Push Notification/GCM + Admin Panel in your Existing APP

How to integrate Push Notification/GCM + Admin Panel in your Existing APP


Required java files for GCM integration Copy following file to your project
  1. News.Java  => used for internal news notification adapter
  2. GcmBrodcastRecive.java => the brodcast receiver for GCM notification receiver.
  3. GCM_Config.java=> the configuration file. contains your gcm SENDER_ID, SERVER_PATH. etc.
  4. DatabaseHandler.java => database handler to save news notifications offline.
  5. DialogeNotice.java => the dialog notification activity styled as dialog.
  6. CustomWebView.java => our own custom web activity for web notification
  7. Api_Web.java => helper class to use with network related stuff to register on to our server [use third party library : loopj asynctask]
  8. NoZoomControllWebView.java => our custom webview.Inserting Librariescopy this lib into your project -> libs folder
1. =>android-async-http-1.4.3.jar : used to call network related stuff . [Like sending our email with registration on our server] =>universal-image-loader-1.9.2.jar:used to load images from web into a imageview asyncronizly
Now from MainActivity.java file 
Copy following  functions to your main launcher activity [the activity which starts your App]
1.  isNetworkAvailable – return true/false according to your internet connectivity
2. checkPlayService – return true if google play serviece is available in the device [required for gcm serviece to work] -return false if not present
3. getAppVersion -return the current build code of app.
4. getRegistrationId -return the unique registration id for the app if stored previously by us. – otherwise return empty string
5. storeRegistrationId – store the current registraation id as per current app version. will be used to sync when app updated to newer version.
6. showAlert – show’s the alert dialog with given title and messege. will be use for notifying the user about progress or result of registration.
7.  registerInBackground – this method creates async task apart from main thread and generate unique registration gcm_id for app. and pass this information to backend via another method.
8. sendRegistrationIdToBackend – this method call the server API to store your unique gcm_id to your backend. and also update sharedpreference to avoid future request to our server.
Registering the receiver and serviece – Copy GcmBroadcastReceiver and GcmIntentService   to your project . you should change the package according to your project.
Chaniging the AndroidManifest file –

2015年9月14日 星期一

台灣旅遊_行行攝色 Android App

台灣旅遊_行行攝色 Android App
Ian App Studio 旅遊與地方資訊
導覽內容包含美食、住宿、景點、商家等資訊。並結合實境(Google Map) 提供方向導引和路徑規劃。

https://play.google.com/store/apps/details?id=cc.cmyes.themeshops

2015年9月6日 星期日

Fun City Guide App -Vacation Travel

https://play.google.com/store/apps/details?id=cc.cmyes.funcityguide
https://play.google.com/store/apps/developer?id=jaitai%20chen
Travel Guides for countries, cities, ski resorts, airports and hotel destinations worldwide. 
Use great local tips to find top attractions, things to do and restaurants in the city.
All search results can be show in map.
You can add any location to your list.
etc...

房地快手-租售免費發佈

(1)房地快手-租售免費發佈-下載測試-房屋銷售平台網站,雙網曝光,雙倍成效
https://play.google.com/apps/testing/cc.cmyes.realestate
電腦網址: http://cmyes.cc/cms

名額限制:募集100測試快手,資歷:房屋銷售跑單或高專...測試期限:20天,期滿優惠已參加者:免收月費,(二年,不計銷售件數)
(2)參與測試app,僅限台灣區,請 mail to : cmyes2013@gmail.com 並請留下 mail account,
姓名:
銷售經歷年數:
銷售經歷簡介:
手機(android)熟悉度:
日常手邊擁有流通件數:

**本網站,保留依照上述條件審核,(N/Y).

COMMENTS HAVE BEEN DISABLED FOR THIS POST [文章的評論已被禁用]

Ratings and Recommendations by outbrain