With the launch of Windows 8, everybody is moving to Metro Style application development. Even myself I have a couple of application for personal and office use. I want to convert these Windows Form (WinForm) applications to Metro Style. * Source Code / Visual Studio Project file available at the
source code
Free Android Source Code for Battery Status/Widget
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 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
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