Search code examples
androidhtcsense

Creating Android UI like HTC Sense


Do you have any idea what's the starting point to develop an UI for Android OS, similar with HTC SenseUI ?

Can I create that on top of Android or I need to get the Android source code ?

Thank you.

Florin Matincă


Solution

  • You'd need to modify the Android OS to some extent, but since Android is open source, that's not a problem.

    The problem is getting it installed on phones - if you've noticed, the only companies that have custom UIs are also phone manufacturers, so they can just ship their phones with it installed. Also, if a new version of Android comes out, you'd need to get the new source, and modify most of it again.

    Distribution would be a serious problem...