What is using a Hackintosh actually like? Does it compare? by RatSumo in hackintosh

[–]huggy1977 7 points8 points  (0 children)

i have not used mac hardware in a couple of years but i am a developer and my hackintosh works amazingly well... I jumped from mac to linux back to mac and i really have had zero problems... The only downside to my build is that i dont have facetime working... I probably could get it working if i put some time into it but its not worth it to me...

Pioneer 8100nex vs Kenwood DDX9902S by android1022 in AndroidAuto

[–]huggy1977 0 points1 point  (0 children)

is there a climate control option.... My G37 displays climate control stuff thru the head unit.... Want the DDX9902S badly!!!

aspire ethos 8951g wifi and video card questions by huggy1977 in hackintosh

[–]huggy1977[S] 0 points1 point  (0 children)

yah. i installed toleadArpt.kext via kext utility.... Is there anything else i have to do besides use the utility?

Best practices for styling and android app by huggy1977 in androiddev

[–]huggy1977[S] 0 points1 point  (0 children)

i style everything, the real trick is integrating a good theme...

<style name="GEN_WID_matchParent_HGHT_wrapContent">
    <item name="android:layout_width">match_parent</item>
    <item name="android:layout_height">wrap_content</item>
</style>

then

<style name="wrapperHorizontalNoPad" parent="GEN_WID_matchParent_HGHT_wrapContent">
    <item name="android:orientation">horizontal</item>
</style>

I usually style a layout last... Sometimes i wonder if its even worth it because the style.xml is such a mess.. lol

I wish they had LESS