
Q:反轉一個單鏈表。 示例: 輸入: 1->2->3->4->5->NULL輸出: 5->4->3->2->1->NULL進階:你可以迭代或遞歸...
第一章Activity的啟動與生命周期 正常情況下的啟動狀態 基于書上說的屏幕的點亮熄滅以及手指的觸摸,我個人試了一下 Activity剛啟動時...
Given a string, find the length of the longest substring without repeati...
You are given two linked lists representing two non-negative numbers. Th...
Given an array of integers, return indices of the two numbers such that ...
刷刷題,作為一個算法渣渣,鍛煉一下,爭取一周做幾道題。 地址:https://leetcode.com/
這一部分比較簡短,也很好理解,不同于前面的視圖動畫,FrameAnimation(也可以叫DrawableAnimation)的動畫是逐幀合成的...
開一個坑,邊學邊總結一下學到的android動畫。 這里參考并使用了部分圖片與總結,來自博主** http://blog.csdn.net/ya...
activity的四種啟動模式分別為 standard singleTop singleTask singleInstance 首先是stand...