Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Layout

Fading The Image Border In An Imageview

I need to add a fading effect on a ImageView. In my situation I have a RelativeLayout, the relative… Read more Fading The Image Border In An Imageview

Populate Spinner Without Strings.xml File

So everything I have found is using the strings.xml file to populate a spinner. What I want to do i… Read more Populate Spinner Without Strings.xml File

How To Create Curved Background In Android Layout

I had done some changes in height and width of map layout and got the output as below click to view… Read more How To Create Curved Background In Android Layout

Fetching Data From Database Issue In Android

I have three layout: Main Layout(with a button 'Profile') Profile layout(With textview to … Read more Fetching Data From Database Issue In Android

How To Change Highlight Color On Edittext Field

Below is a screen shot of a custom edit text field i have in my android app. While you are type a … Read more How To Change Highlight Color On Edittext Field

How To Change Background Of One Item From Listview In Code

I have inherited ListActivity and I need to change in code background color of some rows. How to do… Read more How To Change Background Of One Item From Listview In Code