Quantcast
Channel: KomunitasWeb » android
Browsing all 4 articles
Browse latest View live

One App In Two Weeks

I really want to learn and improve my programming skill in Android, but never have a chance to do it. Like everybody else, I always find an excuse to get away from this. But after reading One App in...

View Article



Rounded TextView in Android

Create res/drawable/rounded.xml 1 2 3 4 5 6 <?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#ffffff"/>...

View Article

How to Make Tiled Background in Android

Assuming you have tile pattern name type.png, you need to create xml in drawable directory. background.xml 1 2 3 4 5 6 7 <?xml version="1.0" encoding="utf-8"?> <bitmap...

View Article

Remove Shadow from ListView in Android

If you need to remove shadow from top and bottom of your ListView, you can do the following : android:fadingEdge="none" For example : 1 2 3 4 5 6 <ListView android:fadingEdge="none"...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images