Here are some great links about Google android programming, keep it in your bookmark  
             
     - Android drawable resources, If you are not an Artist , a nerd instead. check this out, here is all the resources link in Android library. http://androiddrawableexplorer.appspot.com/             - i.e when you have a preference, want to give it an icon, just pick up one from the link,do some coding like this
- android:icon="@android:drawable/ic_media_pause"  here android means android package, drawable is the resource folder, ic_media_pause is the key you get it from the link
 
      
 
     
     
   
No comments:
Post a Comment