online magzine mode - iphone

One of my customer hopes to create an online magzine which can browse and download newest contents from web.
He hope it works on ipod/iphone/ipad, but he also hope these can be migrated to android not too difficult later.
I know there is 'iWebkit' helps to create iphone web app, but I am not sure if it works for android also, or is convenient to migrate to android later.
Welcome any comment
Thanks
interdev

You probably want the Adobe digital publishing platform.

Related

Development of old window phone Apps using flutter

can I ask I still have a hope that my old window phone can be back to life again... can I develop Apps for window phones using Flutter.
First make android app and get the apk then convert into windows phone app.
follow these instructions if you can, you can make it https://www.windowslatest.com/2017/06/02/install-android-apps-windows-10-mobile/
As per my knowledge no !!! there is no support for Windows Phone.
And there is already answer in Stackoverflow
Nobody can answer this question except Google.

Apple / Android pay in nativeScript

what is the best way to use Apple / Android pay in nativeScript for in App purchase? Is there any plugin around? Can anyone give me a direction?
Check out this one: https://www.npmjs.com/package/nativescript-purchase
Currently, it is only supporting IOS, but guessing will have Android support soon.
nativescript-purchase currently supports both android and iOS.
And it is constantly being updated.
As far as I know there is no such plugin at the moment however you can create easily new one by using some already available cocoa pod for example for iOS:
https://cocoapods.org/?q=Apple%20Pay
You can use this repo to get started with Google Pay:
https://github.com/android-pay/androidpay-quickstart
Here is also more info how to create {N} plugins:
http://docs.nativescript.org/plugins/plugins

IPHONE api demo

Android has a API demonstation you can install directly onto a Android device and see how the widget, buttons and all the other toys work. Its great to see whats available. I need the same thing for IPHONE but i cant find it under a search engine query. Can anyone point me to where it is?
BTW: I found the link to the android API demo on this site i cant find the link but the apk application was titled "API demos" for android and i think it was from the Android developer site.
There's plenty of sample code at http://developer.apple.com/, section “Sample Code”.
You may want to take a look at UICatalog, this is what you're looking for.
There is no “God App” which includes everything though.

Nokia apps Development

I want to develop the Nokia Apps. How to start? Where to start? Where will I get the details information ? What are the dev environment they supporting?
Please help me.. Thanks in advance.
I am a fresher to this one.
There are some existing frameworks that are old, but Nokia is strongly pushing their new product Qt (ok, not so new now :), they bought the company who was developing it some time ago). So, in their opinion Qt will be used in more and more of their phones, and it's my suggestion you start there, since it's the 'new stuff', and there will probably be more and more contests for apps where you can publish you app and use it as a reference (if you're going seriously about this).
Don't be confused about Qt - it's designed to be used both to develop desktop and embedded apps. I'm guessing you're going for mobile, so look out for Qt Mobility pack since it contains most of the code you'll probably use (it's a library for Qt that has mobile-common functionality)
There are some resources you'll find on the net, but for start see here, and you can easily build up from there with googleing ;-)
Good luck!
edit: Now that the time has passed, I have to say that things have changed - the qt is being dropped in favor of the microsoft's phone sdk... once it gets out that is :)

Working with Titanium Appcelerator

I am using Titanium appcelerator for developing my android application, more over i am newbie to handle both of this together, even though i have made some digging to find some resources to start up with this, i am finding some difficulties in my first try.if anybody have resources that helps me move on further, please let me know...
Other one.. is it possible to run my android application that i have done using Titanium appcelerator in iPhone..if so please provide some resources...for doing the same...
Please let me know....
Thanks in advance...
Yes, titanium appcelerator apps can be packaged for the iPhone, and will work nearly the same as on android.
To do this, you need a Mac computer and the iPhone SDK (download from Apple). I believe you also need to pay Apple US$50 to deploy your own app to the phone.
If you want to put it on the App Store, you will need to submit it for Apple's approval.
The following link may help:
http://assets.appcelerator.com.s3.amazonaws.com/docs/GettingStartedTitanium_Mac.pdf
As far as general coding goes, I found the Twitter client example helpful.