2014年10月29日 星期三
Custom Progressbar
http://blog.csdn.net/lcore/article/details/8728298
http://my.oschina.net/u/614972/blog/144434
http://www.cnblogs.com/tianzhijiexian/p/3854105.html
http://winwyf.blog.51cto.com/4561999/857867
http://stackoverflow.com/questions/15243553/how-to-implement-this-type-of-progressbar-in-android-using-xml-file
http://www.tiemenschut.com/how-to-customize-android-progress-bars/
http://my.oschina.net/u/614972/blog/144434
http://www.cnblogs.com/tianzhijiexian/p/3854105.html
http://winwyf.blog.51cto.com/4561999/857867
http://stackoverflow.com/questions/15243553/how-to-implement-this-type-of-progressbar-in-android-using-xml-file
http://www.tiemenschut.com/how-to-customize-android-progress-bars/
2014年10月26日 星期日
2014年10月23日 星期四
2014年10月6日 星期一
VideoView OnClickListener?
http://stackoverflow.com/questions/6175456/android-why-cant-i-give-an-onclicklistener-to-a-videoview
2014年10月5日 星期日
Java 小數第幾位
float fcalc = (float)3.14159;
NumberFormat nf = NumberFormat.getInstance();
nf.setMaximumFractionDigits( 2 ); //小數後兩位
System.out.println( "a / b = " nf.format( fcalc ) );
NumberFormat nf = NumberFormat.getInstance();
nf.setMaximumFractionDigits( 2 ); //小數後兩位
System.out.println( "a / b = " nf.format( fcalc ) );
訂閱:
文章 (Atom)