[Solved]My ionic demo does not look good in Android device and emulator

That is on purpose. The styles are changed based on the platform, and Android is designed to look this way.

You can run ionic serve --lab to see how it will look on each platform in the browser.

You can override the style using the $ionicConfigProvider.

See this post for examples: