Using android apps on Windows Phone - apk

Hello to the Community,
What I want is that can I somehow unpack the APK file and convert it so that I can make it work on Windows Phone.(And I am not talking about Project Astoria)

Microsoft no longer supports running android apps on windows phone. In the early betas for windows 10 mobile it had an android subsystem which allowed this but it was removed.

Related

Will windows 8.1 app package from xamarin work for windows 10 tab?

I have created an app package for Windows 8.1 for a Hello world app using XAMARIN to test whether it works for windows 10 Surface Pro or not. And it Doesn't.
I am using a Windows 8.1 OS with Visual studio 15 and one of my friend is using Windows 13. In both our cases, it doesn't work. We have the latest version of xamarin.
Since Windows apps have a forward compatibility, Why doesn't this package work for Windows 10.
Do I have to specifically have a Windows 10 OS to develop windows 10 app in xamarin?
I have had a look in the Xamarin docs but cannot find my answer. Please help with a brief explanation.
Yes.you need windows 10 to develop windows 10 app in xamarin.and you must add UWP project not Window8.1 . UWP app will support in window 10 as well as others universal platform like windows 10 tablet also.

Windows UWP app for Windows 8 and 10 both

I am new to Windows app development and going to develop the first Windows app. Our client wants an UWP app that supports both Windows 8 and 10. I am planning to use a Windows 8.1 machine with Visual studio 2015 for development.
When I create a project for that should I create it as a Windows 8 Universal app or a Windows Universal app? From what I have read if I create a Windows Universal app I think it'll work only on Windows 10 only. So I guess I should create it as a Windows 8 app. Will that work in Windows 10 without any changes? Will that be available for both Windows 8 and 10 appstores?
Please share your knowledge and experience about this. Thanks.
If you want a single project, you have to use a Windows 8.1 project template. See screenshot below. It's a little confusing as this template is also called "Universal Windows" but mind the version number 8.1. It's in the template subfolder Windows 8. It will run on Windows 8.1 and Windows 10 but not on Windows 8. You can make it available to both platforms via Windows appstore.

Developing Windows Phone App on Windows 7 OS

I'm developing a windows phone app. I'm using Windows 7 OS.
Which Visual Studio version should I use and also which Windows App version should I target?
Can it be WP7.1?
And also, I would need to use WebView. Is WebView available in 7.1? Or is there any other alternative of WebView in WP7.1?
I've gone through many articles but still unable to decide.
I highly recommend not to develop against the Windows Phone 7.1 API. It's outdated for more than three years now. You can generally install the Windows Phone 8.0 SDK on a Windows 7 system: How to Install Windows Phone 8 SDK on Windows 7
The results will satisfy you and your users more than a Windows Phone 7 app.
The mobile app market turns really fast. Much faster than the desktop application market. You should consider to do the free update to Windows 10 in order to be able to create Windows Phone 8.1 apps. Windows 10 Mobile is about to come this year. It supports the Universal Windows Platform so developers only need to develop an app onnce and run it on desktop PCs, phones and other Windows 10 devices. If I started a new app now I'd definitely create a UWP app.
Don't waste your time developing apps against an outdated API. Maybe you can still develop Windows Phone 7 apps now. But you'll probably don't get them into the stores in the future. It's just a matter of time when Microsoft stops developers to publish these old apps.

SDK Parse.com for Windows 10?

I would like to build an application for universal application Windows 10 with Parse.com. But I only see SDK Parse.com for Windows and Windows phone v1.6. Please help me choose which SDK to build universal application Windows 10. Thanks so much.
Windows 10 (on desktop and phones) uses WinRT, just like Windows 8 did. So if you install the v1.6 of the SDK for Windows, it should work since it's targeting Windows 8.
Overall, I recommend you to add the Parse SDK to your application directly from Visual Studio by using NuGet. This way, you'll be absolutely sure to use a compatible version.

Can i make a project in VS2013 that targets both Windows 10 Mobile and Windows Phone 8.1, and does Windows 10 Mobile find Windows 8.1 Apps in store?

I have made an app that targets Windows 8.1, and on my phone i am running Windows 10 Mobile Insider Preview. Now while debugging with the emulator and the device i had no problems with the app, but i believe since the app is not showing up on Windows Store (App is in the store, published earlier today) while browsing with my phone it could have something to do with my version of Windows on the phone.
As the title says, can i make a project in VS2013 that targets both Windows 10 Mobile and Windows Phone 8.1 (or even 8?), and does Windows 10 Mobile find Windows 8.1 Apps in store?
You don't need to do anything special. An app targeting 8.1 would show up in the new store, and anyone would be able to download it.
It's possible that your app just hasn't been published yet. The publishing process takes quite a while, from hours to a day or two. Check out your store dashboard to verify your app's progress.
Windows Phone 8.1 Apps will show up in the Windows 10 Store automatically.
It takes 1-2 day to be searchable on store. If it doesn't, contact Windows Store support, through dev portal, and report the issue. https://dev.windows.com/en-us/community/windows-app-support
If you want to make use of the Universal Windows Platform which is new to Windows 10 (including Mobile), then that particular app wouldn't run on Windows Phone 8.1. If you're not dependent on Windows 10 specific APIs or functionalities, then you could consider targeting Windows Phone 8.1 as Universal App.
You can also create a solution with a shared project in Visual Studio 2015 (free in the community edition, in case you're up for switching over) - in that case you can have a Windows 10 (Mobile) specific binary as well as a Windows Phone 8.1 version that share some code - this would be the best of both worlds in term of target system optimisation, maintainability and avoiding code duplication.
There is a nice step-by-step guide: http://www.c-sharpcorner.com/UploadFile/7ca517/shared-project-an-impressive-features-of-visual-studio-201/

Resources