Categories

Archives

Changing Activity in Android

In Android, a new page(html) is a new screen and thus is a new Activity, for example you have an application that has a preferences screen and you want to open that preferences on your application, here is how to do it.
Quick background, here we have 2 Activity classes, Main and Preferences, each activity has [...]

Android Containers

Android like other language have containers, these containers hold components together to form the design of your application. Having knowledge in java and in other xml based design, you sometimes what to jump into knowing what the containers and components are.
For the people who don’t have knowledge in flex,xul,wpf or even html, in every [...]

Sdcard on google android in Mac

Back when i was still posting my tech post on monmonja, i created a post which talks about sdcard on android, that post was done on ubuntu, and currently i shifted to mac coz i feel 8.10 has no big changes (im using it on my ps3). Anyways based on my old post, this is [...]

Display Contact Names in Android

There are a lot of tutorial on this but most of them either failed when you run the codes or they forgat to tell you something, while i don’t guaranty anything coz it took me 3 hours to figure what’s wrong with what i was doing, i would try to make it as simple as [...]