
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 […]
How to connect localhost with android emulator?
Normally we can connect our local server in browser with use of http://localhost or http://127.0.01. But this method doesn’t workout with android emulator. for this situation we can connect through specialized ip called 10.0.2.2. It will work perfectly. Have a nice […]