Creating a Simple IOS / Android APP with web pages?

Hi all,
Recently I created a simple backend database driven website for a clients customers to see their info. The client wants to have his own "Company App", primarily for the marketing aspects. I was thinking that it might be possible to have a super simple basic app just showing/using the web pages that we already have.
I already made some pages with custom tailored css to iphone and could expand this concept to other models - android etc.
I have never tried to make an ios or andriod app before, but...
Q: Would it be possible to create a simple app DEMO that can display/use the css iphone page I already made? If I wanted to look more into this (and even work with other dev's) where would I start?

Mobile Apps are standalone pieces of mobile software that you design, compile with Phone Gap and then upload to Google Play or Apple's App store.  From there mobile users can purchase (most are free) download & install apps on their device.   Apps include just about everything from GPS & traffic info, to sports, games, entertainment, health & fitness tracking. You name it, it's probably out there.   A mobile app is not a web site, although the app may indeed be tied to the creator's web site so he can sell more apps.   But an app is just an app.  A web site is a web site.  2 different things.
If you want to explore Mobile App development, I recommend this introductory tutorial
Create & package Mobile app with DW, jQuery Mobile & PhoneGap
http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
Nancy O.

Similar Messages

  • When will we be able to create Android Apps with DPS single edition?

    When will we be able to create Android Apps with DPS single edition?

    It's something that we would like to do, but it is unlikely to happen during the first half of 2013.
    Neil

  • Building ios Newsstand App with AS3 for iPad?

    Hi,
    How do I build an IOS newsstand App with AS3 for iPad? I will not need any updates for this app. It will be just a pdf magazine inside, same contents forever.
    I cant find any tutorials/introduction on how to build this.
    I get the idea on how to create normal ios App, but creating Newsstand App really confussed me.
    Hope I can get a good start here
    Help is appreciated!

    Sorry I've been busy.
    Have a look at this newsstand app tutorial that's in 2 parts. This is for native iOS however the packaging is the most important.
    http://www.viggiosoft.com/blog/blog/2011/10/17/ios-newsstand-tutorial/
    http://www.viggiosoft.com/blog/blog/2011/10/29/at-newsstand-and-subscriptions/
    The in-app subscription is something you're going to have to tackle. Are you selling this magazine on a subscription basis? If you are selling it, things can get tricky or possible. I'm not fluent on the latest in-app purchase integration or if there is any planned integration. A look on the ANE download page (http://www.adobe.com/devnet/air/native-extensions-for-air.html) doesn't show any ANE support for it. You could google around for an ANE that supports in-app subscriptions of course.
    Hope that helps.
    Please be sure to read the entire 2 articles listed above. I realize they do not strictly have to do with Adobe but they do outline the process of getting an app on newsstand and it's just up to us as developers to translate tutorials like that into our world.

  • How to add admob in android app with dreamweaver

    how to add admob in android app with dreamweaver ?

    flash-air-admob-ane-for-ios-and-android - Admob Ane,a adobe native extention(ANE) for actionscript developer to add go…
    code and demo.but you need upgrade to flash cc.

  • How to publish android app with the new AIR 2.6 ?

    Please anyone can help to instruct the correct way to install the new AIR SDK?
    I work with Flash IDE and don't know how to link them...
    And another noob question, are there any differences between "AIR Android" and "Adobe AIR 2" in publish settings when I'm going to create an android app with up-to-date AIR version? I was very confused by the scenario that as long as I upgraded to AIR2.6 SDK, "AIR Android" remains 2.5 though "Adobe AIR2" will surely be 2.6?
    Much appreciated for any help.

    To create an APK package, use the ADT package command, setting the target type to apk for release builds, apk-debug for debug builds, or apk-emulator for release-mode builds for running on an emulator.
    adt     -package
        -target apk
        -storetype pkcs12 -keystore ../codesign.p12
        myApp.apk
        myApp-app.xml
        myApp.swf icons
    Type the entire command on a single line; line breaks in the above example are only present to make it easier to read. Also, the example assumes that the path to the ADT tool is on your command-line shell’s path definition. (See Path environment variables for help.)
    You must run the command from the directory containing the application files. The application files in the example are myApp-app.xml (the application descriptor file), myApp.swf, and an icons directory.
    When you run the command as shown, ADT will prompt you for the keystore password. (The password characters you type are not displayed; just press Enter when you are done typing.)
    You can find more details here

  • How to get Android apps with dauphin browser

    Hi.. l did try to get Android apps with dauphin browser but it keep sending me back to BB apps what do i have to do to get tout Android apps...
    Thanks in advance for helping.

    Ok your loosing me a bit here. why are you going thru a browser to download an app... just go into the appworld  (app) on your playbook and have a look thru them to see what you want to download and then do it that way... as far as android apps are concerned, they are not shown in appworld any differently than others...  you can do a search for them as well in the top right corner if you need...if its been made available for BBPB it should be there...
    hope this is some help... 

  • How to add Portal iViews with Web Page Composer

    Hi,
    We are working with Web Page Composer in EP7.0 SP13.
    We are creating web pages and we would need to add Portal iViews into. When we try to add an iView, we cannot select it from Web Content Browser to drop into the web page container.
    How can we add iViews into our web pages?
    Helpful answers will be rewarded!!
    Thanks in advance,
    Samantha.

    Hi,
    See these:
    [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [/message/4414263#4414263 [original link is broken];
    Best regards,
    Avishai Zamir

  • [WP8.1][C#]Interacting with web pages in WinRT

    I'm writing a Windows Phone 8.1 application. How would I programmatically interact with web pages- for example, search something on Google?
    The main problem seems to be, I can't access the underlying HTML document of the WebView control.
    What I have tried so far:
    using HtmlAgilityPack (only supports parsing, can't interact)
    trying to get underlying document w/ reflection (limited WinRT reflection APIs)
    looking into other cross-platform GUI toolkits, such as Qt# (also do not provide access to document object)

    Hi James.Ko,
    To help clarify your post and let people easily tell what it is about, please use a clear and concise subject and include applicable tags.
    We will help to modify the title tag base on this sticky post
    or you can modify it by yourself(recommended), and thanks for your cooperation.
    Before trying to answer your question, I would recommend you a blog:
    http://blogs.msdn.com/b/wsdevsol/archive/2014/04/03/ten-things-you-need-to-know-about-webview-_2d00_-an-update-for-windows-8.1.aspx
    You should be able to know how to invoke script into the pages and also how to get the return value. By the way, not quite understand what do you mean by underlying HTML document, means the HTML code?
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I can't create a native android app with 2560x1600 rendition. I only see the 2048x1536 and 1024x768 option in the web native Android application ?

    Hello All,
    i ve created a native android app. I need to publish on a 2560x1600 android tab. the problem is that in my library i have my 2048x1536 and 1024x768 ipad version.
    I know that when i create my native Android app i should be able to chose my rendition in only 2560x1600 but in the Library Tab of de web android native app builder I only see the 2048x1536 and 1024x768 option.
    Please do you have an idea ?
    TX

    The dropdown only lists the folio sizes you have published in your app's publication account. Make sure you've actually published a 2560x1600 folio and then you'll be able to select it from the dropdown.
    Neil

  • Creating Help for Iphone/Android app

    I need to create help for an iPhone and Android app using RoboHelp 10. 
    Which option do I choose for a New Project: Blank Project or Application Help?
    And, which output do I choose under "File > Generate"? I see an option for "Native Mobile App." But, I'm not seeing a "Multiscreen HTML5" option.
    Which file do I give the developer?
    Thanks for your help!

    That's a pretty big question and you haven't given us any clues such as which version of RoboHelp you are using and whether it is just this form of help that is new to you or help in general.
    It doesn't really matter whether you choose Blank Project or Application Help as they are just starters with different default topics and you will be trashing them anyway. For now let's say start with Blank Project and create your topics. You do need to keep in mind they will be viewed on various devices. More about that later.
    When that is done you start thinking about creating a suitable output. Multiscreen HTML5 is the output in RoboHelp 10. RoboHelp 11 was released today and that has a new output, Responsive HTML5. That is simpler, especially first time out. Both of those types are intended for use where they will be viewed via a browser, be that on a desktop or a mobile device.
    It is not clear whether you want your company's app to access help in that way or whether the need is for the help to be an app in its own right. The latter adds another layer of learning. Essentially after creating an HTML5 output, you use the script to create an app. From the questions you ask, I suspect you will need developer assistance with that.
    Start by viewing my page at http://www.grainge.org/pages/authoring/html5/html5.htm where you can download a project with information inside, include some ideas about how to write content.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Android Apps with Captivate

    Hello,
    I would like to create app for Android smartphones with Captivate.
    I'm looking for the best practices how to do it.
    Could you you send me links to demos of simple / any apps created with Captivate
    dedicated to Android operating system? Or guide book how to do it?
    Kind regards,
    Michal

    Thank you for your reply, Bob!
    I've forgotten to ask the most important thing: This also stays that way for DPS V30?
    Thank you!

  • Genereate an android app with single edition ?

    Hello to all
    How to Build an Android application with DPS Single Edition?
    I saw "Aquafadas solution" have the advantage of being able to generate Apps for any support, which makes sense!
    But then, I'm trained, perfected for months on the DPS, but it is not simple for me to trainning Aquafadas again  : - \, especially since I do not find it necessarily intuitive ... it is my opinion Personal.
    Is there any other solution to generate an application on your iPhone or Android device with another tt the single Edition?! unless you go on the Professional or Entreprise solution??
    Frankly, even for Adobe, I see they have a significant shortfall, even if they are generating app for "Free" for iPad only THAT, they should at least provide a winning formula for each device but that it is at least accessible to little companies, as do the AQUAFADAS solution as well.
    To my knowledge the only way to generate it is to switch to formula DPS business or pro price completely unacceptable finally pay € 4,000 / year that's crazy!
    A solution proposal?
    PS. Sorry for my english

    You can’t. DPS SE is iPad only.

  • Creating a simple random 'quotation' app

    Hello all
    I an very very green around this kind of thing.  I am a training professional and I wanted to create a job aid for a training I'm developing.
    I want to develop an app for deployment onto peoples blackberry's that randomly generates a question (for use after a sales training) - I guess it will be a bit like a quotation of the day type of deal (excel;t with ques not quotes)
    I have adobe CS5 (and flash builder within that) - can anyone steer me in the right direction? How would I go about this?

    Mobile Apps are standalone pieces of mobile software that you design, compile with Phone Gap and then upload to Google Play or Apple's App store.  From there mobile users can purchase (most are free) download & install apps on their device.   Apps include just about everything from GPS & traffic info, to sports, games, entertainment, health & fitness tracking. You name it, it's probably out there.   A mobile app is not a web site, although the app may indeed be tied to the creator's web site so he can sell more apps.   But an app is just an app.  A web site is a web site.  2 different things.
    If you want to explore Mobile App development, I recommend this introductory tutorial
    Create & package Mobile app with DW, jQuery Mobile & PhoneGap
    http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
    Nancy O.

  • Native android apps - with DPS single edition?

    Can you build native android apps also with DPS single edition or only with enterprise edition?
    Thank you for you help!

    Thank you for your reply, Bob!
    I've forgotten to ask the most important thing: This also stays that way for DPS V30?
    Thank you!

  • Creating a simple HelloWorld! Application with NWDS 7.3

    Good morning experts!
    I have got a problem:
    I would like to create a simple "Hello World!" Application (JSP i think) with SAP NWDS (NetWeaver Developer Studio) 7.3.
    Then, I want to deploy it on SAP NetWeaver Portal 7.3.
    First of all, I have set up in the "Preferences" in the NWDS under "SAP AS Java" my NetWeaver Portal 7.3 System.
    So: Can you give me a link to a Tutorial, where I can develop such a JSP-HelloWorld-Site, which I can deploy on the J2EE of NW Portal 7.3 ?
    I have tried out several Tutorials in the past, but noone I could build, because there were always errors on the Deployment-Descriptor

    Hello together!
    After searching for 5 hours I have found such a Tutorial.
    There you have the link, maybe somebody has the same problem:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/503193d9-f586-2b10-4eb6-e8b46dc096db
    Best Regards.

Maybe you are looking for

  • Can anyone help me make sense of bootpd's log entries?

    Up until recently we (at work) had a file server running Linux as our DHCP/DNS server. Once we purchased the Mac and OS X Server however, we started transitioning services over. The last service to be moved over was DHCP, because every time I tried t

  • Error calling transaction from a transaction

    Hi, I have created a transaction to batch Measurement Point readings for the PM Module. The batch uses a query to determine the tags required to update and it calls the "MeasurementPointWrite" transaction that I downloaded from SAP. My problem is whe

  • Link BW System to EP 60 SP11

    Hello all, Does anyone know if there's any documentation in place that provides guidance on connecting a BW system to EP60 SP11 similar to the document that exists for SP2?: http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/lib

  • Transaction COWBHUWE

    Hi, Is there any function module, BAPI for transaction COWBHUWE to post goods reciept for Process Order? I have tried below function modules - 1) HU_CREATE_GOODS_MOVEMENT: The FM is get out at line no 56 as the Object Type for all the HUs i have foun

  • Two credit cards

    Does the on-line Apple Store allow two credit cards to be stored?  I would like to store a business and a personal credit card so I can charge purchases to the appropriate card.