Android Programming Tips


5 Must Watch Videos for Experienced Android Developers

If you are an experienced Android developer, here are 5 must watch videos to improve your Android skills. These videos cover not only advanced Android programming techniques but also stuff such as best practices in development, use of various frameworks, handling user expectation when you app becomes a Play Store success, etc. What makes these […]

Creating Static ListView in Android

Listviews in Android is a very versatile UI component for handling display of a list of items. One common use case is to create a simple fixed menu of items from which user can select an option. This tutorial explains the step by step procedure for creating a list view with static items. In our […]