摘要:
Recently I am trying to run the sliding menu examples which was given in this blog:http://www.curious-creature.org/2012/12/14/android-recipe-3-sliding... 阅读全文
摘要:
Binder is like RPC in java. It enables multi-processes communication. Now we will talking about how to bind service using IBinder class.总共有3种bind serv... 阅读全文
摘要:
As far as I know, SharedPreferences allow us to store some simple data in a named area in our phone. Introduction to the uses of SharedPreferences is ... 阅读全文
摘要:
BroadcastReceiver is like a doctor in hospital, it works only when patient comes. Doctors are classfied according to their study area. Similarily, Bro... 阅读全文
摘要:
2014.2.25 3 P.M. I came across the first phone interview of my life, no matter what the result is, I did it. I am very happy. What I learned from this interview is, be myself, be a good person, be a competitive person, that's enough to find a job. 阅读全文
摘要:
Two days ago, I came across a problem. After building a restful web service for my app. I happily tried to access the data from the web service using phone. I sent request for data from server using following code:$.ajax({ url: 'http://192.168.1.102:808/quser', type: 'GET', dataType: 阅读全文