13 January 2014

Android development notes

WARNING!
This is personal notes for personal and my friends only:
http://dominiksymonowicz.blogspot.co.uk/2014/01/itnotes-information.html
You can read them,but I suggest look to link,resources only

Android OS (http://www.android.com) - is an operating system based on the Linux kernel developing by Google(as Android Open Source Project) and designed for portable devices like smartphones ,tablets and etc.


USEFUL ARTICLES

Database:





Design:


  • It is a very interesting and useful podcast  about colour palettes. I must admit, that all my apps ignore "holo guidance" ,but If I will write a professional application,then this is a mandatory link as It teaches you right design .

Permissions:
  • If you add/modify feature  that requires adding a new permission ,then explain to user reasons.It is very important  for scary permission.

Saving data in Android:



  • http://frogermcs.blogspot.co.uk/2010/09/zapisywanie-danych-aplikacji-obiekt.html
  • http://developer.android.com/guide/topics/data/data-storage.html#filesExternal
  • http://stackoverflow.com/questions/3170691/how-to-get-current-memory-usage-in-android


Scrolling


  • http://stackoverflow.com/questions/2033296/android-scrollview-problem
  • http://www.helloandroid.com/tutorials/using-threads-and-progressdialog
Scheduling

Other:

No comments:

Post a Comment