原创 Android操作過程生成Gif動態圖

APP開發完之後以Gif的形式來進行界面操作展示 在AndroidStudio中錄製視頻 使用Screen Record選項來錄製界面操作視頻,然後保存在本地。 使用GifCam軟件來錄製Gif動態圖 GifCam這個軟件真的是太強

原创 RadioGroup 多行多列單選問題

xml文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android

原创 Error:Unable to start the daemon process.

AndroidStudio新建項目報錯: Error:Unable to start the daemon process. This problem might be caused by incorrect configuration

原创 Android_RxJava入門高級全攻略

Awesome-RxJava RxJava resources Blog 給 Android 開發者的 RxJava 詳解 -強烈推薦 扔物線的文章 講解非常詳細 NotRxJava懶人專用指南 -這篇入門極力推薦,手把手,深

原创 Unity3D教程(一)安裝以及使用Unity3D

公司要求,開始入坑Unity3D 開始安裝 進入unity3d官網,接下來還需要我講嗎?做爲一個程序猿,如果這種Next類的安裝都搞不定,我只能給你一個眼神: 當然安裝完成之後,還有一系列事情要做: 註冊賬號 首先你需要有個賬號,在官

原创 含有CheckBox的ListView

xml中: <CheckBox android:id="@+id/checkBox1" android:layout_width="wrap_content" android:lay

原创 Android EditText顯示光標 不彈出鍵盤

// 隱藏系統鍵盤 public void hideSoftInputMethod(EditText ed){ getWindow().setSoftInputMode(WindowManager.LayoutParams.SOF

原创 android.os.NetworkOnMainThreadException的解決方案

http://blog.csdn.net/wotoumingzxy/article/details/7797295 http://www.fengfly.com/plus/view-210886-1.html http://www.c

原创 編譯C++的時候系統提示【 “#include “iostream.h”: 在查找預編譯頭使用時跳過 】

在第一行加上文件  #include "stdafx.h" 不知道爲什麼,求高手解釋...