Category Archives: Android

apk key

Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation.  All rights reserved.   C:\Users\Zeeshan Pervaiz> C:\Users\Zeeshan Pervaiz>$ keytool -list -alias androiddebugkey \ ‘$’ is not recognized as an internal or external command, operable program or batch file.   C:\Users\Zeeshan Pervaiz>-keystore … Continue reading

Posted in Android, Eclipse | Leave a comment

JAVA Help

Polymorphism 1-3 Table Model interface used for implementaion of jtable Socket API unix domain Serlvelt infterface is the top abstraciton level. Java can send icmp packet Custmo class loader use to load serlvet repaealtid Getbinary stream is use to get … Continue reading

Posted in Android | Leave a comment

Action Bar Support in early Versions

Action bar support is present in api 11 of android. We can support it for early versions of android with different libarires. Sherlock:       ActionBarSherlock GreenDroid : https://github.com/cyrilmottier/GreenDroid Android-Actionbar: https://github.com/johannilsson/android-actionbar Use ActionBarSherlock. It is based on ICS code, is actively developed, and … Continue reading

Posted in Android | Tagged , | 1 Comment