Using ionic feature without ionic styling

Hi,

I’m new in ionic, and I think the ionic feature is awesome. But currently I want make application with my own style (which is mean really not like ionic style), is it possible in ionic to do that?

Yes… you can style it using html and css.
All ionic pages come with .scss file which works with regular css properties.
Just don’t use Ionic’s UI components.

You also want to look up Adobe Phonegap which is the same cordova app but without any UI framework on it.