fbpx

coding language Tag

เนื้อหา Android ที่น่าสนใจ เรื่อง Palette และ Swatch เป็นคลาสที่สามารถแยกแยะสี ของรูปภาพได้ เพื่อดูโทนสีของรูปภาพ และสามารถทราบสีที่ใกล้เคียงกันได้ สามารถใช้ได้กับ Androidเวอร์ชั่น ตั้งแต่ 5.1 ขึ้นไปได้เท่านั้น ซึ่งเป็นส่วนที่เพิ่มเข้ามาใหม่ใน LOLLIPOP_MR1​ (ชื่อเรียกเวอร์ชั่น Android) อ่านเพิ่มเติมที่ http://www.akexorcist.com/2015/04/android-palette-and-swatch.html...

Welcome to the Weekend Tech Round-up. With just 6 lines of code in your AndroidManifest.xml file,  Android’s on-device search opens and scours your applications for data. The lines of code are:Move to Trash <activity android:name=”.SearchableActivity”> <intent-filter> <action android:name=”com.google.android.gms.actions.SEARCH_ACTION”/> <category android:name=”android.intent.category.DEFAULT”/> </intent-filter> </activity> For developers, this coding technique allows you to integrate power functionalities in...

Last week, Apple unveiled a new application programming language called Swift. Apple says that Swift will provide developers with greater security and a number of significant speed advantages. What does this the mean for developers and companies looking to launch an app? The developer world is littered...