T here are some practices that you can follow while developing android application. These are suggested by the android itself and they keep on improving with respect to time. These best practices include interaction design features , performance , security and privacy , compatibility , testing , distributing and monetizing tips. They are narrowed down and are listed as below. Best Practices - User input Every text field is intented for a differnet job. For example, some textfields are for text and some are for numbers. If it is for numbers then it is better to dispaly the numeric keypad when that textfield is focused. Its syntax is. <EditText android:id="@+id/phone" android:layout_width="fill_parent" android:layout_height="wrap_content" ...
A Guide to make you Prepare for Placements, Aptitude Tests, Interviews, projects...