I would like to create a front end of an ap similar to this:
basically like tiles I suppose… with one or more tiles spanning the entire screen.
I would like to create a front end of an ap similar to this:
basically like tiles I suppose… with one or more tiles spanning the entire screen.
This looks like a direct <ion-grid>
application with 50% columns in some rows, and single columns in other rows. You can probably achieve this with ion-cards with styling inside them. You should read up about the ionic grid system. If you are looking for flippable cards, look at https://www.joshmorony.com/build-a-custom-flash-card-component-in-ionic-2/ for a custom component that does a cute flip around.