<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>彩色筆小沛的知識庫 - 行動應用程式開發</title>
    <link>https://forum.jdp.tw/forum-70-1.html</link>
    <description>Latest 20 threads of 行動應用程式開發</description>
    <copyright>Copyright(C) 彩色筆小沛的知識庫</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 22 Sep 2026 22:24:22 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://forum.jdp.tw/static/image/common/logo_88_31.gif</url>
      <title>彩色筆小沛的知識庫</title>
      <link>https://forum.jdp.tw/</link>
    </image>
    <item>
      <title>ImageButton 大小調整</title>
      <link>https://forum.jdp.tw/thread-1513-1-1.html</link>
      <description><![CDATA[1.背景透明，依圖片大小縮放
2.圖片無法調整大小，利用background取代src使用即可
android:src=\&quot;@drawable/eye\&quot; 改用 android:background=\&quot;@drawable/eye\&quot;

3.使用background，並指向一個xml去定義圖片
skin.xml

Reference:
ImageButton in Android
http://stackoverfl ...]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Tue, 28 Jan 2014 01:16:15 +0000</pubDate>
    </item>
    <item>
      <title>GCM 相關資料</title>
      <link>https://forum.jdp.tw/thread-1508-1-1.html</link>
      <description><![CDATA[在 PhoneGap 中使用 GCM
http://hsiaosiyuan.com/wp/%E5%9C%A8-phonegap-%E4%B8%AD%E4%BD%BF%E7%94%A8-gcm/]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Wed, 22 Jan 2014 07:14:17 +0000</pubDate>
    </item>
    <item>
      <title>Call Javascript between WebView and WebApp</title>
      <link>https://forum.jdp.tw/thread-1507-1-1.html</link>
      <description><![CDATA[Android Call Javascript between WebView and WebApp
http://blog.kerash.tw/2013/11/android-call-javascript-between-webview-and-webapp/#more-591
Android Web App 開發問題筆記
http://blog.kerash.tw/2013/11/android-web-app-%E9%96%8B%E7%99%BC%E5%95%8F%E9%A1 ...]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Wed, 22 Jan 2014 07:04:50 +0000</pubDate>
    </item>
    <item>
      <title>使用 HTTP POST 上傳資料到 Server 端的 ASP.NET</title>
      <link>https://forum.jdp.tw/thread-1498-1-1.html</link>
      <description><![CDATA[Android 使用 HTTP POST 上傳資料到 Server 端的 ASP.NET | Allen J
http://www.allenj.net/?p=2793]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Wed, 18 Dec 2013 08:24:57 +0000</pubDate>
    </item>
    <item>
      <title>從 APP 中執行外部 APP</title>
      <link>https://forum.jdp.tw/thread-1478-1-1.html</link>
      <description><![CDATA[從 APP 中執行外部 APP從 APP 中執行外部的 APP，如果APP不存在，則開啟Google Play APP頁面，再沒有則開啟Google Play網頁版Reference:
從 APP 中執行外部的 APP
http://ephrain.pixnet.net/blog/post/47249290-%5Bandroid%5D-android-%E5%AD%B8%E7%BF%92%E7%AD%86%E8% ...]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Wed, 25 Sep 2013 07:41:46 +0000</pubDate>
    </item>
    <item>
      <title>利用 Web Service 存取 SQL Server</title>
      <link>https://forum.jdp.tw/thread-1477-1-1.html</link>
      <description><![CDATA[利用 Web Service存取 SQL Server資料庫
http://blogs.uuu.com.tw/Articles/post/2013/07/15/%E5%88%A9%E7%94%A8-Web-Service%E5%AD%98%E5%8F%96-SQL-Server%E8%B3%87%E6%96%99%E5%BA%AB.aspx]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Mon, 23 Sep 2013 12:43:17 +0000</pubDate>
    </item>
    <item>
      <title>AsyncTask (異步任務)</title>
      <link>https://forum.jdp.tw/thread-1475-1-1.html</link>
      <description><![CDATA[似乎Android 3.0以後，呼叫Web Service都會出現android.os.NetworkOnMainThreadException，必需使用asynctask來解決。

Android web service access using Async Task 
http://codeoncloud.blogspot.tw/2013/07/android-web-service-access-using-async.html (已測試， ...]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Mon, 16 Sep 2013 09:52:29 +0000</pubDate>
    </item>
    <item>
      <title>利用 ksoap2 呼叫 Web Service</title>
      <link>https://forum.jdp.tw/thread-1473-1-1.html</link>
      <description><![CDATA[ksoap2-android
http://code.google.com/p/ksoap2-android/

Android - 用 ksoap2 呼叫 Web Service
http://sweeteason.pixnet.net/blog/post/37349418-android---%E7%94%A8-ksoap2-%E5%91%BC%E5%8F%AB-web-service

android 利用ksoap2方式連接webservice
http://fecbo ...]]></description>
      <category>行動應用程式開發</category>
      <author>JDP</author>
      <pubDate>Sat, 14 Sep 2013 00:56:11 +0000</pubDate>
    </item>
  </channel>
</rss>