How to make your own custom based tile app - not pined to startscreen in windows phone 8 - windows

Hey I am looking to make a windows 8 phone app that has a tile look and feel. I am not interested in making it pined to the start screen. I want an app that has it's own functionality in the tiles. Does anyone know how to make that layout - could someone point me in the right direction?

microsoft.phone.controls.toolkit dll supports a control named hubtile.
"The latest version of Silverlight for Windows Phone Toolkit provides Windows Phone HubTile control. This control can make your application stylish by adding animated tiles in it. HubTile can consist of an image, title, message or a notification. In this example we will represent HubTile in two different ways, Static HubTile and Dynamic HubTile".
Best links
One
Two

Related

Tile image animation on Windows Phone 8.1

I am trying to implement live tiles in my Windows phone 8.1 application. I saw nice feature in default Photos application. When on tile displaying large picture, it starting to "float" inside tile. Can anyone tell me how to achive this effect? I have read all info in the internet, but nowhere can find anything about that.
Here is what i am talking about:
If you're using Silverlight app, you can get this exact behavior using CycleTileTemplate to show upto 9 images.
If you're using XAML app, you can use notification queue (by calling EnableNotificationQueue in your TileUpdater object) to queue up to 5 tile updates, each containing an image, so that they'll be shown one after another. However, the tile updates do not slide as the Photos app. Instead they flip to show different queued updates.

Adding custom Button to AppBarButton in Windows Phone 8.1

Just getting into Windows Phone 8.1 development.
I quite like it but I am struggling getting accurate development info.
I am working with the Page.BottomAppBar.
I want to use an png image I have created as one of the buttons.
Does this image I created have to be:
A certain size
A certain format
A certain choice of colors i.e. i can use multiple colors and not just black and white
I am looking to create a 'Login' button you see.
thanks
Please, check the official Microsoft guidelines for app bars for Windows store and guidelines for windows phone. Guidelines cover icons, sizes and formats. It's better to follow them in designing visual style of your app.

Image Slide Show in Windows phone

I am New to Windows Phone Dev. I like to Do one App after Using this App in Windows Phone
EspnCrickinfo App. When I use this App,i seen Very cool feather that Image in gallery Swiping Left and Right. I am trying this Functionally But I am Not Succeed.
I have Some JSON Link Contains Images
For Reference
I follow this MSDN But I am Getting Btns on App bar.
Please can any one suggest Me how can make this Easy.
Hear is the Perfect Answer for This Question...Image Slide Show with Swipe Effect in Windows Phone
Well if you want to have swipe effects go for microsoft toolkit and use gesture listener.
register to a flick event and you have your desired effect. This link will help you.
how to get swipe in windows phone 7

What are the parallel (equivalent) tiles of FlipTile, IconicTyle, CycleTile from WP8 in Windows 8?

What are the parallel (equivalent) tiles of FlipTile, IconicTyle, CycleTile from WP8 in Windows 8?
There are a lot in Windows 8 and they seem static.
Thanks!!!
There are no direct parallels with the Windows 8 and Windows Phone 8 tile templates.
While Windows Phone uses a "flip" to show multiple pieces of information on a single tile, Windows 8 uses a "peep" or slide animation to move between multiple tile faces. You should use whichever of the peek templates is most appropriate to the data you wish to display on the tile.
There is no direct equivalent of the WP8 IconicTileTemplate.
The nearest similar templates are TileSquareBlock or TileWideBlockAndText0X as these allow a large number to be displayed, but no icon.
The nearest thing Windows8 has to the CycleTileTemplate is TileWideImageCollection as that is the Win8 way of showing multiple images.
For Ref: List of Win8 Tile templates

How to make or get tile sized Windows Phone vector icons

I am familiar with the standard application icon images that come with the Windows Phone sdk, but I would like to use some of these images as demonstrated on the standard start screen, with the 173x173 dimensions for the application tiles. I've tried resizing these, but they are so blurry they aren't worth using. Is there a place to download the same (or similiar) images that come with SDK except in a larger size?
Also have a look at the Icons8 icon pack, they only ask for a link to their site or $199 without a link
Have a look at Metro Studio by Syncfusion. I use it in all my applications and its free.

Resources