Komunitasweb - komunitasweb.com - KomunitasWeb

Latest News:

Deploying Django Project with PostgreSQL, Gunicorn and Nginx 18 Mar 2013 | 03:19 am

Install libraries and compilers. We need a few tools and additional libraries to compile python modules. sudo apt-get install build-essential python-dev python-setuptools libjpeg-dev git-core libpq-de...

Android App, A Month Later 1 Nov 2011 | 02:51 am

So far I have released 2 Android app (Freelance Jobs and Woot Explorer). Freelance Jobs The good news is Freelance Jobs rank number 1 if you search freelance in Android Market. I still have a few card...

Best Design Resources for Web and Mobile Developer 22 Oct 2011 | 05:59 pm

As developer, maybe we have excellent gift in programming, but we have to admit we are lack ability to design stuff. We can recognized good design but each time we create application it never look nic...

Remove Shadow from ListView in Android 18 Oct 2011 | 04:29 pm

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" android:id="@andro...

Android App : Freelance Jobs 10 Oct 2011 | 02:29 pm

As I posted earlier, I’m trying to catch up my skill with android development. Here the screenshot : It’s more difficult than I expected before, but I manage to make it work. For distribution I put th...

How to Make Tiled Background in Android 6 Oct 2011 | 02:35 pm

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 xmlns:android="http://schemas.an...

Steve Jobs Has Passed Away 6 Oct 2011 | 12:22 pm

Steve Jobs has passed away.  How to live before you die “Remembering that I’ll be dead soon is the most important tool I’ve ever encountered to help me make the big choices in life. Because almost ev...

Rounded TextView in Android 5 Oct 2011 | 08:59 pm

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"/> <corners android:...

One App In Two Weeks 26 Sep 2011 | 11:42 pm

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 F...

snippet : Generate n Length Random String using Python 22 Sep 2011 | 06:25 pm

I always forget stuff, so I’ll start to post my snippet here. Generate n length random string 1 2 3 4 5 6 import random   def random_string(n): """ Create n length random string """ code = ''.join([ra...

Recently parsed news:

Recent searches: