- Jul 03 Mon 2017 11:39
-
<CB400> 定檢檢測資料查詢
- Jul 03 Mon 2017 11:15
-
<CB400> 電系異常時判斷
- Jul 03 Mon 2017 10:10
-
<Android> 實現CallBack的機制
https://ukyoappdev.blogspot.tw/2016/04/androidcallback.html
http://ozzysun.blogspot.tw/2011/07/androidcallback.html
https://stackoverflow.com/questions/3398363/how-to-define-callbacks-in-android
- Jul 03 Mon 2017 10:07
-
<Android> Check if an android activity is currently running
http://androidblog.reindustries.com/check-if-an-android-activity-is-currently-running/
- Jul 03 Mon 2017 10:00
-
<Android> start activity from service
Intent dialogIntent = new Intent(this, MyActivity.class);
dialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(dialogIntent);
- Jul 03 Mon 2017 09:54
-
<Android> layout.xml 內使用 android:src / tools:src 的差異
If you are using android:src in xml during runtime this will show up on the app, whereas if you use tools:src in xml it will show only on the preview of Android studio and not on the runtime of the app.
- Mar 30 Wed 2016 14:09
-
<Android> The ? : operator in Java
- Mar 23 Wed 2016 22:48
-
<Life> 車禍資訊站
車禍資訊站
********************************************************************************
找尋法律條文
全國法規資料庫 http://law.moj.gov.tw >> 法規檢索 >> 搜尋民法
- Mar 17 Thu 2016 00:21
-
<Android> 如何連結USB裝置時不跳出確認視窗
http://stackoverflow.com/questions/22188856/remove-usb-accessory-permission-dialog
http://stackoverflow.com/questions/13726583/bypass-android-usb-host-permission-confirmation-dialog
- Mar 16 Wed 2016 23:57
-
<Android> 多樣化的 ProgressBar
http://fecbob.pixnet.net/blog/post/35439315-%E8%8A%B1%E6%A8%A3android-progressbar-%E5%8F%B2%E4%B8%8A%E6%9C%80%E5%BC%B7%E5%A4%A7%E8%AC%9B%E8%A7%A3
http://www.eoeandroid.com/thread-1081-1-1.html?_dsign=eb49dc7d
- Mar 16 Wed 2016 23:52
-
<Android> How to launch activity on BroadcastReceiver when boot complete on Android
public void onReceive(Context context, Intent intent) {
// TODO Auto-generated method stub
if (intent.getAction().equals(Intent.ACTION_BOOT_COMPLETED)){
- Mar 16 Wed 2016 23:35
-
<Android> How to sign Android app with system signature?
http://stackoverflow.com/questions/3635101/how-to-sign-android-app-with-system-signature