
How to import and export android project?
1. select one or more project and use the ‘Export’ context menu or File > Export. Here I select General > Archive File: Export Project as Archive File 2. In the ext dialog deselect files and folder. Additionally need to […]

Rename full android package name?
There is a way to change the package name easily in Eclipse. Right click on your project, scroll down to Android Tools, and then click on Rename Application Package.

Android Studio Important Keyboard Shortcuts
The following list are important keyboard shortcuts for Android Studio. Its really useful on development and time reducing factor also. Programming Shortcuts: Action Android Studio Key Command Command look-up (autocomplete command name) CTRL + SHIFT + A Project quick fix […]

Android Table Layout Tutorial
In this tutorial explaining a android table layout. Here going to explain android login screen design using android table layout. In android layout designing nothing but just designing on xml. Now just create a xml file on layout folder ( […]

How to publish android app on google play or android market?
I. Check your App: Before you publish your app you need to check following things. 1. Check your app both emulator and hardware devices like phone, tablet, etc., 2. Check your app compatibility. For example check your app to run […]