Skip to main content

Posts

Showing posts from 2013

Android Case Studies : Kompas.com

I think there are already tons of tutorial for android and i think i wont add another tutorial because someone already created it and i think its worth reading. Right now I'm just gonna create case studies and find solution using tutorial that already been made out there. So why Kompas.com ? okay i don't really have the specific answer but what I'm trying to create is a standard app for news or blog site. its like CMS for android, maybe not. Its just to make more easy to create other application with similar requirements. This is the screenshot from Google play. I will try to break it down and start to find solution on how to code it. If you see the above screenshot, there's always sticky header on top and a scrollable content on every content they use. There's also slide-in menu if you click left button on header bar. A lot of things we can learn from other developer masterpiece. I just hope I'm not that far from the masterpiece it self. ANDROI

BlackBerry ListField Tutorial Part 3

This Part 3 will consist of Networking, ListField, JSON and Thread. I'm really sorry for pending this part 3. I've been busy making money and still failed. Its just really hard to live in third world country by coding. anyway, There are few Library that you will need creating ListField with JSON data, but we wont touch that area first. we need to learn the basic. * note added : Aug 26 2013 The basic should be : Networking Thread ListField [if i find anything, will be add here]

Learn Android

a few days ago, my friend come to me and ask if i want to help him creating Android application. i haven't done any Android because I'm still busy with PHP projects. but i said okay, i just hope its a pretty simple application. That's the story behind, and these are the requirements for the Android App. The Android Application is an offline catalog products that can be updated through local/wifi connection. the client it's self already handed the User Interface that he want to build. The problem exists not only in Synchronize data from server through wifi but also the database on their server.