rui-cruz / Spark-Material

Flex spark based components and skins with Material design by google
Other
26 stars 7 forks source link

Mobile Skinning #19

Open rui-cruz opened 8 years ago

rui-cruz commented 8 years ago

Hi @quick6black

Just to let you know that a lot of new skins have been implemented on the develop #5 branch! Check it out to see if you can implement something.

Regards

quick6black commented 8 years ago

I will check it out. thanks

quick6black commented 8 years ago

I just added a list skin to my repository and will be updating check box and radio button soon. How do you want to merge the 2 together? I still need to work on text area and text input.

rui-cruz commented 8 years ago

Hi @quick6black

I think we need to keep both separated, yours css / as3 mobile oriented with dpi scaling and mobile components, and this for desktop/web apps. Like on flex-source that they have spark and spark-mobile skins and components on different folders/swc's.

On the long run, I would like to have customized components with clean mxml skins (without logic code inside) and featured options that currently don't exist like grouped lists, clearable inputs/selectors, collapsable panels, etc.. on a compiled swc lib. And also one branch/repo for material skins with the default components so people can grab and test without changing any source-code (for those some features would not work, or to be able to work a lot of logic have to be inside the skin "ugly.."). Also for mobile with your help we can create a branch/repo just for mobile. All this 3 options on a webpage with links for repos and samples.

What you think about this approach?