I’m distributing my Source Code for the Battery Status and Battery Widget that I have shared in the previous posts. You may visit Android Apps page to grab the Source Code. I’m releasing these Source Codes as below license: This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported
android
Android Sample Code: Battery Widget
*If you are new to Android, you should read this post first: Sample Code Battery Status For a widget to work, below are some important items: AndroidManifest.xml must be altered Must create a layout file for widget provider Must create a layout for widget Main class source code First, let
Creating Bootable USB Installer for Windows 8
In this post, I will show how to create a bootable USB Installer for Windows 8 (and other OS as well). STEP 1:Prepare at least 4GB USB Drive. Format using NTFS filesystem.Also, make sure the partition is active as shown below: STEP 2:Download ISO file for Windows 8. You
Android Sample Code: Battery Status
Here I want to share Battery Status Application that output as below: Before I share my source code for Battery Status Application for Android. Below are the tools that you need to develop an Android Application or Widget: Android Development Environment – eclipse Android SDK Android Virtual Device Manager *For
Android App Development
Recently I got an Android Phone so I think why not I try to develop Android Apps. Right now I managed to run simple app to display battery level and voltage. I’ll be posting more soon on this. Stay Tuned. :: aerobrainTech ::