Programming
Android Map View With Pan & Zoom Events
I was working an Android application, and I had an activity that contains a map in it, the map is hosted inside a MapView. The application had to show some pins over the map, the pins locations are obtained from a web service. I had to retrieve the pins locations after the user pans the [...]
Log to a file on computer in Android
It’s been a long time since the last time I blogged about something, and many things have changed since then, I graduated, got engaged and moved to Dubai. I have plenty of things in my mind to blog about, many solutions and many tools that I developed that I’d like to share it with everyone, [...]
Get Online Users in Django
I was upgrading my Django Bookmarks site, and I wanted to list the online users. I searched the internet and I found a simple method, but it doesn’t work properly. So I developed my own method. Why the simple method didn’t work? The problem with it is that it depends on the last login date [...]
I'm Learning Python part 10 (last one)
I'm Learning Python part 10 (last one) Back to blogging As usual, I will apologize for not blogging for a long time. I have been very busy, university exams, university projects, job projects, teaching and learning. Python Course At Damascus University, in the faculty of informatics we managed to create free courses to students, and [...]
I'm Learning Python part 9
I’m Learning Python part 9 Classes In Python As I told you before, Python is a powerful programming language, and powerful it won’t be without Object Oriented design. Python supports both Pure Object Oriented Programming (Every thing must be in a class) and Structural Programming (You can type code everywhere). It supports also other programming [...]
