Signed in to mobile and desktop

When I am signed in to my desktop and mobile I dont get a notification on my phone.
If I leave my login on my desktop then go out I do not get any notification sounds.

Yes, that is possible only if all the apps are accessing internet and get the data.(if you want to store something locally, then you have to write additional logic to sync data with the SQL lite of the mobile/desktop and the web server).
In our project, we create a librarry which has all the UI component, then we added this library to the desktop project & Web project and import the components. There is a little work if you want to do a mobile project as the views are completely different when compared to the desktop or web. To conclude, Yes, it is possible to use the same code for all the platforms! Hope this helps.
Message was edited by: saisri2k2

Similar Messages

  • When frequently switching between mobile and desktop view

    When I frequently switching between mobile and desktop view I have to open the layers every time since they get closed/collapsed. Adobe may need to fix it for the next version.

    You can use CTRL+# to switch between Code and Design View.
    By the way, this is the Dreamweaver Application Development forum which deals with questions about using server-side scripting languages like PHP or ColdFusion. General Dreamweaver questions should be posted in the regular Dreamweaver General Discussions forum.
    And while I´m at it: please use descriptive headlines such as "how to switch between Code and Design View" for your posts -- mentioning your screen name "Goula129" is not helpful to other users.

  • I tried your Webify Me on mobile and desktop mac ... it only ends up in a Forbidden page !!! wasted 15mins of my life...

    I tried your Webify Me on mobile and desktop mac ... it only ends up in a Forbidden page !!! wasted 15mins of my life...

    -> Type '''about:config''' in the address bar and press Enter
    * When you see a Warning, click '''I'll be careful, I promise''' button
    * In the '''Filter bar''', type ''network.http.sendRefererHeader''
    * If the preference ''network.http.sendRefererHeader'' appears in BOLD text, right-click it and choose '''Reset'''
    Check and tell if its working.

  • Project setup for a mobile and desktop application including native extensions (ANE)?

    I'm using Flash Builder 4.6 and I want to develop an application that is deployed to mobile and desktop devices. Therefore I tried a setup with three projects; one desktop project for Windows and Mac OSX, one mobile project for iOS and Android and also one library project for shared resources. The library project is used in the mobile and desktop project. Afterwards I placed all stuff like AS classes and UI components in the library project and instanciate them in the devices project. This works so far. (As consensus decision-making I used Flex components that are available vor mobile and desktop.)
    But If I want to use native extensions (ANE) like a DLL for Windows or a gyroscop for mobile devices, then I can't add the ANE to the library project. I have to add the ANE file separately to each device project and build a separate UI components. Is this the way it's intend to use ANE files? Is there an even simpler approach?
    Or is there a completly different way, e.g. setup just one common project (instead of three) and use different skins for mobile and desktop?
    Your answer is appreciated. (Including links to documentation and tutorials.)

    This thread doesn't look promising:
    http://forums.adobe.com/message/4737831
    Same here:
    http://stackoverflow.com/questions/11143907/flashbuilder-4-6-how-do-setup-project-for-mobi le-desktop-publishing
    Though if you're using Starling, there's some setup instructions here:
    http://wiki.starling-framework.org/manual/project_setup

  • Read/Unread Emails on Mobile and Desktop

    Hello,
    I am trying to set up my account on exchange online, I have purchased Plan 1.
    How do I set it up so that when I receive a message and open it on my desktop, it shows as read on my BB device, and vice-versa?
    I  used to have an exchange account that linked my BB and desktop so that I could open a email on either one, and the message would be seen as read on another. It gets too confusing having the same email shown as unread.
    Can anyone help me out?
    Thanks

    Hi,
    Firstly, I’d like to explain, you are not alone:
    http://blog.lanlogic.net/blog/blackberry-showing-unread-messages-but-they-are-all-read/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    And I guess it’s a synchronization issue. We can check the email status through OWA: if the email keeps read status, mobile device cannot sync with mailbox and we can refer to the following article to troubleshooting:
    http://support.microsoft.com/kb/2563324
    Additionally, according to your description, your account will be on Exchange online. I recommend you ask for more professional help on our Exchange online forum:
    http://social.technet.microsoft.com/Forums/msonline/en-US/home?forum=onlineservicesexchange
    Best regards,
    Angela Shi
    TechNet Community Support

  • What's the difference on StageWebview in Mobile and Desktop AIR apps?

    Hi,
    What's the difference between StageWebView in an AIR mobile and
    AIR desktop app? (AIR 3.9 SDK)
    I have the problem that in a StageWebView related feature is working and on mobile but not on desktop AIR apps.
    The feature lets users login into a website and post to the forum - on mobile it seems that the cookie/session is not found.
    What could be the reason for that?
    Any ideas welcome!

    I would recommend against using useNative = true in Windows, because that means the behaviour and presentation of the page is very unpredictable, since the user can have pretty much any version of IE from 6 to 11 and beyond. That's more than a decade worth of different (and some really old and buggy) versions of Internet Explorer. The embedded WebKit in AIR could use an update (it's a bit old), but it's still a lot better than the wild territory of native IE ;-). I'm glad the AIR team listened to us and in AIR 3.9 they gave us back the option to not use native IE in Windows (in some of the previous versions, such as AIR 3.6, 3.7 and 3.8, only the IE engine was available to StageWebView, which forced me to use AIR 3.5 for Windows versions of my application, since the IE engine provided all sorts of problems).
    Anyway, I don't understand your post very well. First you say "is working and on mobile but not on desktop AIR apps". From that I get that your page is working on mobile but doesn't work properly on desktop, but then you say "on mobile it seems that the cookie/session is not found". That contradicts the other sentence, since now you're saying it doesn't work properly on mobile.
    Which one is true?

  • Mobile and Desktop development

    Hi,
    I have developed an application for computer. (desktop interface) but I would like to add a mobile interface, do I recreate all the pages manually or can I copy my old pages and change a setting to make mobile interface ?
    Thanks.
    Thomas

    If you want to add pages using mobile JQuery interface in same application, then click on 'Edit Application Properties' -> Go to 'User Interfaces' tab -> Go to User Interface section -> click on 'Add User Interface' button-> Choose 'jQuery Mobile Smartphone' as Type -> Select theme and then Create. After that copy the page in this way, select 'New Page as a copy' from Create button and select 'Page in this application' option and choose 'jQuery Mobile Smartphone' as User interface.
    If you want to create new mobile application, then Create a application using mobile JQuery interface. From this application edit the home page and select 'New Page as a copy' from Create button and select 'Page in another application' option and copy the page from your desktop application. Choose the Templates carefully for mobile application.
    Note: you can't copy the page which is using IR report to mobile application.
    Also you can refer the packaged applications (Sample Database Application) in APEX which is using both Desktop, jQuery Mobile Smartphone user interfaces. so install the packaged applications in your workspace and check.
    I think it may be helpful to you..
    Thanks
    Lakshmi

  • Cant sign into lightroom mobile from desktop

    Every time I try to sign in with my ID, it says I need to change my password and will send me an email.
    It doesn't. I've changed it manually, but that didn't fix it either. Any suggestions?

    When you sign-in to adobe.com via Adobe: Creative, marketing, and document management solutions...Does your adobe-id work here?
    Have you tried to use your e-mail as the user-name? If not please give it a try.
    - Guido

  • Publishing mobile and desktop applications - Android APP

    I successfully published an .apk to my android phone, but in the message "The APK was was successfully packaged NOTE The application has been packaged with a shared runtime.
    Then I get a message on my phone that I need to install Adobe Air on the phone,
    instal, accept, success then select the app icon on the phone screen
    app opens to correct page but the dimensions of the stage are small and the text where I have buttons is way too small to tap by finger. How can I make the stage responsive so I can pinch and make bigger?
    The phone is a Samsung Galaxy exhibit screen size is only 3.5 x 2.5 inches approx.
    RMD

    Hi
    I don't think it would be possible to do this much of personalization based on device through which a page is being accessed. We were also having similar kind of requirement wherein we need to display the data of a self service application page on to mobile device. As in mobile device number of fields that can be displayed in a good manner was very less so we developed a complete separate pages that were specially designed as per mobile device only.
    Thanks
    AJ

  • Sharing PHP Service Call Beetween Mobile and Desktop App

    Hi,
    im building a Mobile Applicatopion using application server side PHP for generating some service call.
    Im tryng to share this service callwith my desktop application version!
    How can i do it?
    Thanks

    http://www.as3gamegears.com/monetization/as3-paypal-api/

  • I have followed the directions, but on both the mobile and desktop the 3 line code that it says to enter into the other device is already filled in and I can't enter either device's code on the other. How do I get around this?

    I can't get any further on either device than "Add a Device".
    The code in the 3 little windows is uneditable on on either device. Both the computer and the phone say "Then enter this code:" but neither one will let me enter anything.

    Sounds like it's hardware issue. The iPhone warranty is based in the original country of purchase. Since it was bought in Korea you will need to ship the phone to someone you know in Korea to be taken in and then they will have to ship it back to you. The cost of shipping will be at your expense.

  • I am in a trial version, and i can't get lightroom mobile and desktop to sync

    does sync only happen with paid versions and not the trial version?

    Did I get it right, that sync is not working for you when you enable the little checkbox beside the collection folder (see my screenshot).
    If so what kind of status is LrD giving to you?
    Guido

  • How do I configure my application to provide access for mobile and web brow

    Hi everyone.
    I have one application and I need to provide access for mobiles and desktop browsers, and I don't know how do I configure my application to do this.
    Let me explain:
    In my jDeveloper I have One application and 3 projects:
    -Mobile (here is my mobile application)
    -Model (here is my model)
    -ViewController (here is my Web Browser application)
    In Mobile I have
    JavaEE Web Application name: mobile-Mobile-webapp
    JavaEE Web Context Root: mobile
    ViewController I have
    JavaEE Web Application name: mobile-ViewController-webapp
    JavaEE Web Context Root: myapplication
    When I run some page of ViewController I have this URL "http://localhost:7101/myapplication/index.jspx".
    When I run some page of ViewController I have this URL "http://localhost:7101/mobile/index.jspx".
    My problem is that, I want to have Just one landing URL like that "http://localhost:7101/myapplication/index.jspx" and when I get this URL by Desktop Browser my ViewController is showed, and when i get by Mobile the Mobile project is showed.
    Someone knows how do it?
    Thanks....

    Yes, I can, thanks for response.
    But, don't have some configuration in Oracle for this? I've been thinking do this with java or JavaScript, but I was looking something more beautiful for this.
    Java or JavaScript is the only way?

  • Please Help! I already have PS on my desktop but am more mobile and need it on my laptop. Do I have to purchase another version? or is there a way I can share amongst my devices

    My business is becoming more mobile and I need PS on my laptop. Is there a way I can share between my desktop install and laptop without purchasing a new install?

    Hello,
    see Creative Cloud/Common Questions >>> http://helpx.adobe.com/creative-cloud/faq.html >>> Can I use the software I download from Creative Cloud on more than one machine? >>> Yes. Creative Cloud desktop applications can be downloaded and installed on multiple computers, regardless of operating system. However, activation is limited to two machines per individual associated with the membership. See the terms of use for more information. Learn how to deactivate a Creative Cloud license on a machine.
    And as an additional information you should have a look there: Error "Activation limit reached" or "Sign in failed" | Adobe products >>> These errors occur if you try to use the application on too many computers.
    Hans-Günter

  • Windows systems equipped with AMD Radeon(TM) HD 6770M discrete desktop/mobile and APU graphics.

    Hi,
    First of all::
    The product Name of my computer is: HP Pavilion dv6-6093ex Entertainment Notebook PC support
    The number of my computer is : LM610EA#A2N.
    I have AMD Radeon HD 6770M (1 GB DDR5).
    For Switchable graphics modes, this package includes drivers for both graphics processing units(GPUs). (Integarted GPU is (Mobile Intel Graphics) and (Discrete GPU is (AMD Radeon Graphics).
    Switchable graphics enable users to switch between a power_saving graphics mode(normally used under battery power) and a high-perfomance graphics mode.
    I always find the same version in my home page which is 2011-11-18 , Version8.882.2.3000, 338.98M which I have it installed
    1- AMD High-Definition Graphics Driver
    2011-11-18 , Version8.882.2.3000, 338.98M
    Released:
    2011-11-18
    File name:
    sp55092.exe [1/1, 338.98M]
    Version
    8.882.2.3000
    Catalyst Control Center Version: 2011 
    However, I found at
    http://support.amd.com/en-us/download
    There is a new versioin of AMD Radeon(TM) HD 6770M discrete desktop/mobile and APU graphics for
    Windows operating systems equipped with AMD Radeon(TM) HD 6770M discrete desktop/mobile and APU graphics.
    Thus, as long as I don't know if this can be compatible with my AMD Radeon or not, I am wondering if I can proceed with downloading it or not.
    This is AMD Catalyst: 2014
    This is  AMD Chipset Drivers from
    AMD Chipset Drivers:
    Revision Number: 14.4 , Revision Number: 4/25/2014
    http://support.amd.com/en-us/download/chipset?os=Windows%208%20-%2032

    Could anyone reply to me?

Maybe you are looking for

  • Unable to add body text for Purchase Order

    Hi, If this question has been posted before request send me the link . We are sending PO as a PDF attachment to email. To add body text to this I copied the print program SAPFM06P and modified the fm06pe04 program. DATA : l_mail_text TYPE bcsy_text,

  • Best workflow for doing a QC check?

    Hi all, A client wants me to do a technical QC check on video files I receive before editing them. The items they want checked are as follows: o   File format (GOP structure, bitrate, wrapper, codec, chroma subsampling) o   Macro blocking o   Artefac

  • Java on Windows Mobile 5.0

    Good morning, I am working ona project for a client, which involves an application to be coded for a PDA running Windows Mobile 5.0. The PDA in question is the Dell AximTM X51v. Will J2SE run on this platform, and if not, where can I find a runtime e

  • What's Using All of My Data Storage?!?! Mysterious "Other Data" ???

    Has anyone found out the actual solution to this problem?!?! I had 12 of 13 gb used, less than 1 gb free. Why?? I've NEVER downloaded ANY games or side loaded ANY Android apps. After the 10.2 update I deleted all of my nonessential apps, including FB

  • IDX2 - Locked

    Hi, I tried to import an IDOC, but it is giving message that the object is been locked by user followed by my userid. How to release these locks as it is not related to IR , ID or Runtime. Please let me know the same.