teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

リンクを修正

2017/01/06 00:43

投稿

KiyoshiMotoki
KiyoshiMotoki

スコア4791

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  ご提示の方法はいずれも、メモリを節約する方法ではなくアプリの実行速度を改善するもののように見受けます。
2
- [https://developer.android.com/training/articles/perf-tips.html?hl=ja#GettersSetters](https://developer.android.com/training/articles/perf-tips.html?hl=ja#GettersSetters)
2
+ [https://developer.android.com/training/articles/perf-tips.html?hl=ja](https://developer.android.com/training/articles/perf-tips.html?hl=ja)
3
3
 
4
4
  メモリを節約する方法について知りたければ、以下を読むのが良いと思います。
5
5
  [https://developer.android.com/topic/performance/memory.html](https://developer.android.com/topic/performance/memory.html)