Friday, August 30, 2013 Send list of file between activities To send list of file via intent, in sender activity: ArrayList<File> fileList = new ArrayList<File>(); ... Intent inten...
August 30, 2013 Cara Mengirim SMS Tanpa Pulsa Sebenarnya ini adalah Trik lama atau cara lama, saya yakin banyak dari agan-agan disini yang sudah tau cara tersebut,tapi mungkin ada sebagi...
Thursday, August 29, 2013 Simple example of Navigation Drawer Navigation drawer is a panel that transitions in from the left edge of the screen and displays the app’s main navigation options. It is a s...
Wednesday, August 28, 2013 Error retrieving parent for item: No resource found that matches the given name... If you import the API Demo in Android SDK, you will have the error of " Error retrieving parent for item: No resource found that matche...
Wednesday, August 21, 2013 Game On! - Intro to Open GL ES 3.0 Game On! - Intro to Open GL ES 3.0 The video provide you with a breakdown of what's new in OpenGL ES 3.0!
Monday, August 19, 2013 Google Wallet Integration with Instant Buy Google Wallet Integration with Instant Buy During this session one of partners, Tagstand, will talk about their Google Wallet Instant Buy AP...
August 19, 2013 Cloud save using Play Games services Game On!: Cloud Save Join Todd and Bruno from the Play Games team as they share exciting news and updates, and go over some of the finer poi...
Thursday, August 15, 2013 Implement horizontal and scrollable Radio Button Group This example implement RadioButton Group horizontally and scrollable. horizontal and scrollable Radio Button Group <LinearLayout xmlns:an...