Posts

Showing posts from May, 2014

Social Time - Clock Widget

Image
Social time - Clock Widget is the desktop widget. Instant Access of Facebook and GMAIL.  Try and Comment ..........  #DOWNLOAD - FREE

Internet Tv in C#

Test of win 8.1 and ubuntu 13.10 dualboot with UFEI and secure boot

Windows 8.1/Ubuntu13.10 UEFI, secure boot dual-boot  installation instructions provided by wmack Generic Box with MSIFM2-A75MA-E35 A75 FM2 R mother board and a AMD A4-5300 3.4G CPU 4GB ram 500gb HDD Prerequisites System with an installed Windows 8.1 Boot is set to use UEFI and secure boot Ubuntu 13.10 USB, created with startup disk creator in an Ubuntu 13.10 system Procedure Start up  PC and boot into Windows 8.1 Shut down PC, using this procedure: use keyboard super-x combination to bring up menu. From there select to shut down. I was told that this does a complete shutdown, and not a half-baked one. While shut down, insert Ubuntu USB get into UEFI and select usb stick as the first item in the UEFI boot priority have system booted in Ubuntu menu select “Install Ubuntu” Go through menus until you are at the “installation type” menu in my case the Windows install was not recognized. Others have reported that there is a choice to “install ubuntu and windows side by side.” So if

Simple notepad for Android

Image
My development environment is jdk1.7, android 4.2, and eclipse 4.2.1 (Juno). It's the first android application I created. Precisely I created it referring to the sample that Android provides in the Android SDK and the notepad lesson that Android developers have provided. For more details about the notepad lesson, here's the link .  ** 2013/4/1 - For those who are having bug on return from NoteEdit activity to NoteList activity. Tried to download again for update to new version. I have updated the latest version to link. Before debug latest version to android, old version must be uninstalled first.  Here's how it looks like:  Left side is the note list and the right side is the note editor. It's not really difficult to write this program if you have certain experienced to android apps program. Basically what I have used on this program mostly is fundamentally things like intent, SQLite database, options menu, list activity and of course life-cycle. If you