Posts

Showing posts from February, 2013

Bootable from Pendrive --- WindowsVista/7/8

How to make bootable pen drive for windows Vista/7/8 (Make sure you have already connected your pen drive to your system) ·          Open command prompt  . ·          Enter command ‘diskpart’ (if you are using windows 7 then it’ll open new prompt otherwise not) ·          Then enter ‘list disk’ This command will show you all active disks connected to your pc. Then note down disk number which shows your pendrive (I assume that is showing ‘DISK 1’ as your pendrive) ·          Now enter command ‘select disk 1’ (Here change the number 1 with your pen drive’s number ) ·          Enter command ‘clean’ ·          Enter command ‘create partition primary’ ·          Enter command ’select partition 1’ ·          Enter command ‘active’ ·          Enter command ‘format fs=ntfs’. (It will take few minutes) ·          Enter command ‘assign’ . (this will assign drive letter to your drive) ·          Enter command ‘exit’ It will close diskpart and returns to the cmd. (DO NOT CLOSE

Android Automatic Horizontal Scroll View

Android Automatically Scrolling UI Component ·         Horizontal ScrollView : 1.        Add this layout Component to <layout>.xml of screen to which you want to add Horizontal Automatic Scroll < HorizontalScrollView android:layout_width = "match_parent"       android:layout_height = "wrap_content" android:id = "@+id/horiztonal_scrollview_id" android:fadingEdge = "none" > < LinearLayout android:id = "@+id/horiztonal_outer_layout_id" android:layout_width = "wrap_content" android:layout_height = "wrap_content" android:orientation = "horizontal" android:background = "#ffffff" android:gravity = "center_vertical"                   android:paddingTop = "5dip" android:paddingBottom = "5dip" >             </ LinearLayout > </ HorizontalScrollView > 2.        HorizontalScrollingLayout.java 1.        T

Phonegap Framework setup for Blackberry Application Development

Image
Application Development and Deployment Document For Blackberry Application With PhoneGap Framework            1                 Introduction 1.1          PhoneGap in a Nutshell PhoneGap is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iPod touch, iPad, Google Android, Palm, Symbian and Blackberry SDKs. Write once, run anywhere' platform for mobile application development, with the first three devices supported being the iPhone, Android and BlackBerry. Rob Ellis, one of the co-creators of PhoneGap said, 'The idea is you write one code base and it should work smoothly on all three devices Table 2 – Terminology 2                 Pre-Requirements 2.2          Software o         Windows XP and Windows 7 (32-bit and 64-bit) o         Sun Java Development Kit, version 1.6 (32-bit) o         ANT o         Eclip