How the app is deployed in mobile,

I am new to java mobile, and in javafx I worked on desktop and browser but no mobile yet, I just created a simple mobile application, now i want to know how to let it work inside mobile, is there a way through webstart using some kind of mobile browser?

You can change your project settings in netbeans to make netbeans start the mobile emulator so that you can test your app. After compilation netbeans creats a new folder in your project called "dist". From there you could take the .jad and .jar file and transfer it to a JavaFX capable mobile phone and run it.
But there is not much information around the net which phones are working atm. The HTC Diamond should do if you got one ;)

Similar Messages

  • How the communication take place between mobile to Desktop PC & vice-versa

    How the communication take place between mobile to Desktop PC & vice-versa
    Plz explain in flow way

    I am a student of BCS n final year n my final project is remote desktop capture of a pc using its ip from a mobile under nokia 6600 series.... I am new at this expecially java..
    can u guide me because i have searched a lot and could not find any help.
    can u plz plz help me...
    I have done some research work too n the module is divided into
    1. Communication between PC n application server
    2. Communication between application server n wap gateway
    3. Communication between way gateway and mobile
    Can anyone help/give a hint of how to proceed or what techonology to follow
    Waiting for your reply
    Leena Ali GIllani
    Peshawar, Pakistan

  • Is the description tag of the app descriptor used in mobile apps?

    Just a simple question. I know the <description> tag of the app descriptor is used in the desktop AIR installer to tell what's the app about, but, is it ever used when compiling for iOS/Android/BB? The description is usually added manually to the App Store / Play Store page, so it would seem as if it's never used.
    I remember a while ago seeing somewhere in Adobe's documentation a table of the descriptor tags which were used on desktop, which on mobile and which on both. Does anyone have the link to that page? I can't seem to find it now.
    Thank you!

    500,000
    http://tech.fortune.cnn.com/2011/05/24/apples-itunes-store-500000-ios-apps-and-c ounting/

  • Has anyone tried using the app Telnames for their mobile sites/storage?

    Have been looking at EverWeb and lurking in the forums following the discussions regarding it. Downloaded the demo and it seems like more then I want to do. (Still using iWeb for my main site)
    While looking for alternatives I saw Telnames on App Store. I would like to know if anyone has tried using/buying it? I will be working on a 6+ and building a Bed and Breakfast mobile site. 
    Thanks in advance
    D

    Thanks for the info on symlinks. I pretty much already convinced the powers above me this was a bad idea because of the horrible performance and problems getting OS X to even recognize it as a home directory, but the symlink info is the nail in the coffin. We have had great success using windows file servers for our network home directories (we are a complete windows shop besides my macs) and I really didn't want to change anyways.

  • Issues when the app is deployed on device or emulator

    Hi,
    I am working on a windows phone 8 app.
    During design mode, I see that margin between the content and the phone border is fine but when I run it in emulator or device, I see that margin is reduced .
    Basically I do not see the same margins as it appears when we are designing.
    What wrong here?

    Hi,PFB the xaml content. I do see a change wrt the position of some elements when I run on emulator. In Design-> Device window, I see that I have choosen "4 inch, 480*800 120%scale" and I am running on emulator 8.1 WVGA 4 inch 512 MB.<UserControl
    x:Class="EmployeeExperienceMobile8._1.UserControls.DiningControlView.DiningUserControl"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:EmployeeExperienceMobile8._1.UserControls.DiningControlView"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d" Loaded="DiningUserControl_Loaded"
    >
    <Grid x:Name="DiningGrid" Tapped="DiningTapped" Background="White" Margin="0,0,0,0" HorizontalAlignment="Stretch" VerticalAlignment="Center">
    <StackPanel>
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="*"/>
    </Grid.ColumnDefinitions>
    <Grid Grid.Column="0">
    <StackPanel Orientation="Horizontal">
    <TextBlock Text="Dining" Style="{StaticResource CardHeaderStyle}"/>
    <Button x:Name="RestBtn" Background="Purple" Click="Restaurants_clicked" Foreground="White" FontWeight="Light" Content="Restaurants nearby" BorderBrush="Gray" Margin="89,8,0,0" BorderThickness="0" FontSize="14" Height="0" Width="Auto"></Button>
    </StackPanel>
    </Grid>
    </Grid>
    <Grid x:Name="ProgressVisibile" Margin="0,20,0,20" Visibility="Collapsed">
    <StackPanel>
    <TextBlock Text="Loading" FontFamily="Segoe UI" FontWeight="Light" FontSize="25" Foreground="Gray" HorizontalAlignment="Center"></TextBlock>
    <ProgressBar IsIndeterminate="True" Height="10" Margin="0,10,0,10"/>
    </StackPanel>
    </Grid>
    <Grid>
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="33*"/>
    <ColumnDefinition Width="367*"/>
    </Grid.ColumnDefinitions>
    <Grid.RowDefinitions>
    <RowDefinition></RowDefinition>
    <RowDefinition Height="*"></RowDefinition>
    <RowDefinition></RowDefinition>
    <RowDefinition></RowDefinition>
    <RowDefinition></RowDefinition>
    </Grid.RowDefinitions>
    <Grid Grid.Row="1" Grid.ColumnSpan="2">
    <Image Source="/Assets/dining_img.png" Margin="20,20,20,0"/>
    </Grid>
    <!--<Image Grid.Row="0" Source="/Assets/Project_Assets/close_icon_e.png" Width="20" Margin="402,20,0,0"></Image>-->
    <Grid Grid.Row="2" Grid.ColumnSpan="2" Margin="0,0,0,32.333" Grid.RowSpan="2">
    <Grid.ColumnDefinitions>
    <ColumnDefinition Width="3*"></ColumnDefinition>
    <ColumnDefinition Width="3*"></ColumnDefinition>
    <ColumnDefinition Width="1*"></ColumnDefinition>
    </Grid.ColumnDefinitions>
    <StackPanel Grid.Column="0" Orientation="Horizontal" Margin="20,40,0,0" >
    <TextBlock Text="{Binding MealCardBalance}" Style="{StaticResource DashboardCountStyle}"/>
    <TextBlock Text="USD" Style="{StaticResource DashboardSmallHeaderStyle}" Foreground="Gray" Margin="0,19,0,0"/>
    </StackPanel>
    <TextBox Grid.Column="1" Text="RTC 5" Background="White" FontSize="20" BorderBrush="#A3A3A3" Width="150" Height="50" Margin="-9,21,0,0" BorderThickness="2.5,2.5,3,2.5"/>
    <Image x:Name="PurpleSearchImg" Grid.Column="2" Source="/Assets/Project_Assets/3dining_icon.png" Margin="-15,18,0,0" Width="39" Height="49" />
    <Image x:Name="BlueSearchImg" Grid.Column="2" Source="/Assets/Project_Assets/3dining_icon_blue.png" Margin="-15,18,0,0" Width="39" Height="49"/>
    <Image x:Name="GreenSearchImg" Grid.Column="2" Source="/Assets/Project_Assets/3dining_icon_green.png" Margin="-15,18,0,0" Width="39" Height="49"/>
    </Grid>
    <StackPanel Grid.Row="2" Orientation="Horizontal" Margin="0,82,0,19.333" Grid.ColumnSpan="2" Grid.RowSpan="2">
    <TextBlock Text="MEAL CARD BALANCE" Style="{StaticResource DashboardSmallHeaderStyle}" Margin="23,0,0,0"/>
    <TextBlock Text="VIEW MENU AND HOURS" Style="{StaticResource DashboardSmallHeaderStyle}" Margin="25,0,0,0"/>
    </StackPanel>
    </Grid>
    <!--<Grid x:Name="ErrorMessage" Visibility="Collapsed">
    <TextBlock Text="Sorry!! No Data found. Please contact support" TextWrapping="Wrap" Margin="20,20,0,20" FontSize="20" Style="{StaticResource commonText6}"></TextBlock>
    </Grid>-->
    </StackPanel>
    </Grid>
    </UserControl>

  • How can I install an app from the App Store to all the iMacs in my lab?

    Hi,
    I'm using ARD to administer an iMac lab. I know how to install packages using ARD, but App Store apps require an Apple ID. I want to install free educational apps (not paid) on every machine in my lab.
    Should I make a new Apple ID for myself as administrator, or for the school? Or can I use my own?
    How do I automatically install an App Store app on every computer? Do I have to manually enter my Apple ID and password on every machine or is there an automated way, as with packages?
    The current version of ARD (3.6) doesn't seem to have been updated with the App Store in mind. There should be a way to enter my credentials and automatically "sign" the apps, then deploy them with one click like regular packages.
    Or, is there a limit to the number of seats that can run an app downloaded under one ID, even with free apps? In that case, how the heck do I get a free app installed on every machine?
    Thanks in advance for any help.

    I'm in the same boat as you -- except that I manage both a school lab (volunteer job) and macs in the enterprise (pay job).  What I think we need is the Education Volume Purchasing Program
    http://www.apple.com/education/volume-purchase-program/faq.html
    Unfortunately this all seems a little rough around the edges -- for example, I have found updates for AppStore apps on the support.apple.com updates download site, but then when I install them via ARD they don't actually update the software.  (The AppStore icons still show as needing the updates, and the version info reports the old version.)  The documentation is also vague about which AppleID to use in which circumstance.  I think they just haven't finished thinking through the implications of the various procedures and policies upon the various kinds of customers.  When we deployed Mountain Lion on the school lab, we made an install usb and went around and installed it on each computer -- and it appears that you are on the honor system as far as paying for all of the licenses that you install.  We did!  But they appear to have no way to enforce it.
    So far, I have only deployed 9 Lion macs in my day job, and our "solution" to the AppStore showing updates problem has been to drag the AppStore icon off of the users' docks so they don't see them!

  • HT201272 how can I transfer an app from my computer to iphone. The download button on the app is "gray" - won't download again.

    How can I transfer an app from my computer to my iphone? I think I downloaded incorrectly and now the app won't let me download again. I find the app on my computer but I don't know how to transfer it - or if I even can.

    MoDawg73 wrote:
    Thanks for any help you might be able to provide. I have searched the threads and not been able to find any help.
    My situation is this. I have an app, Stitcher, that allows me to listen to podcasts on demand via my iPhone. I use it frequently. I recently upgraded to iPhone 4, and when I did, it upgraded my app on my iPhone. Due to many dropped calls, I returned my iPhone 4 and resumed using my iPhone 3g. Now in iTunes, when I go to sync, it says that the stitcher app only works with iOS4, which I won't upgrade my 3g to because of speed issues. The only version available on the app store won't work on my phone. Also, I have a backup, but not TimeMachine, so I am not able to pull it off a backup.
    I noticed that I still have the old version on my iPad. So I deleted the app in my iTunes/Mobile Applications folder and synced, but the Stitcher app didn't reappear in my mobile app folder. Is there any way to get the app off my iPad, so I can put it on my iPhone?
    Any help would be greatly appreciated.
    Thanks,
    Ken
    Does the app show up on the App List on iTunes? If it does, then it's been saved to your iTunes folder on your hard drive. Do a search for the app, because I just don't think you can move an item from your iPad to iTunes, unless you purchased it on the iPad, which it sounds like you didn't.
    You should be able to re-download the iPad version of the app, if one exists. Contact the developer, who might be able to help out.
    But thanks for pointing out the app. Just downloaded it to my iPhone 4.

  • How do I close an app so that when I restart it, it doesn't just come back with the last screen, i.e. I want to be able to restart the app from new, not a follow-on

    How do I close an app/session, such that when I restart it, it doesn't come backat where I left off, e.g. Safari, I want to restart with a new screen, not the one I previously closed from
    Thanks

    Depending on how the app is programmed, generally to force close an app, double tap the home button. You'll see the app icons and previews on the screen. Scroll sideways if needed to bring up the app in question. Flick the preview for that app up and off the screen. then single tap the home button or the home page preview to exit the mode
    The app should then reboot from closed instead of just reopening

  • How do I edit my Android Apps Code in dreamweaver? As well I can't find any of the App options that I keep hearing about in my cloud based Dreamweaver.....

    I already have an app that I paid someone to make but I needed to make some changes to the code and wanted to do it in Dreamweaver. How is it best to load my code into Dreamweaver, navigate through it, and find the code I need to change? As well my version of Dreamweaver ( It the new Cloud based ) doesn't have any of the App features. Do I need to load it differently or something?

    It really depends on how the app was developed and loaded.  DW can help with web interfaces and some parts of the app development, but depending on the complexity and language of the app you may need additional tools like Xcode (Apple) in order to modify the app.

  • HT4539 How do I get a paid app onto my iPhone when I have downloaded it to my iPad. The app has a license for 5 licenses

    Hi
    I am a newbie to paid apps, and have previously used freebies. I have never quite understood the mechanics of how the iPad and iPhone are meant to keep the apps in sync. I've paid $150 for a Hema mapping app which I downloaded to my ipad ok. The license covers up to 5 idevices. I'm stuck on how the app is meant to "appear" in my iPhone.
    I've googled, searched apple forums, and the best I get is the brochure ware on the apple page which says that things are meant to appear in one device if they are downloaded to another (or something similar to that). Can someone take the time to explain what I need to enable to have this happen, and/or what I need to do to get the mapping app onto my phone if enabling a feature doesn't retrospectively "sync" my devices.
    I have a iPhone 4, iPad (
    Thanks so much.

    Thanks AnaMusic. I tried that, after I couldn't find anything on the internet. Their advice was your iphone must have insuffucient capacity. Told them nicely that it was more fundamental than that. Their response was effectively not our space.
    My take: sucky  support for $150..... but we want the app on our ipad for a remote area 5 week holiday that is coming up in a couple of weeks time.
    hence my question on here, so I can get down to the basic fundamentals of app store/itunes wherever it is that is managing the 'syncing'between devices. I've not managed to get a grasp on this functionality & don't know what I don't know if you get my drift.....

  • How do I stop applications from coming up when I power up my computer. If this were a Windows system I would be able to take the app out of the start up folder. On the Mac I don't know how.

    How do I stop applications from coming up when I power up my computer. If this were a Windows system I would be able to take the app out of the start up folder. On the Mac I don't know how.

    The app (Excel) is in the dock. When I left click on it there is no check next to open at login.
    Lets go back to the beginning when I installed ms office both word and excel were in the dock. then one day excel dissapeared. I put it back in the dock and that is when it started opening during login. There is only one X showing in the dock.
    Maybe I have little gremlins.

  • Need to know how the AUTO BCC feature works on T-Mobile USA

    HI,
    am hoping to get an explanation on how the Auto BCC on T-Mobile USA works in the background. I have an 8900 that is setup on exchange using T-Mobile account settings and uses the Outlook Web access email.
    When emails are sent from the device, a copy gets sent to the sent items which is fine.  I would like to know that if I use the auto BCC within T-Mobile if those email are being sent from exchange or the Blackberry servers in Canada?  Also will the emails that are forwarded be sent to the sent item of the exchange server?
    thank you in advance

    Hi teckystuff,
    Is your email is integrated in your BlackBerry Internet Service account as an OWA account?  If so, when you are sending from your BlackBerry you are still sending from your exchange account. Your device is using the BlackBerry Internet Service to communicate with your exchange account so the BCC sent from your device email integration is still being sent from your exchange email account whether on the device or from Outlook or OWA. Any email you send or forward from your device should be posted to your sent items folder on exchange.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Jpeg image loaded with Loader- loadBytes() does not display when app is deployed on remote server

    I am loading a JPEG  image from the server, using the Loader->loadBytes() and that works when the app is deployed under my local Tomcat server.  When I deploy it on other servers the image is not displayed,  instead of the image I see II*
    On the server side I have java, Spring, BlazeDs and I use RemoteObject on the client.
    The code that loads the image looks like below:
    private function imageLoadResultHandler(event:ResultEvent):void {
        var result:ArrayCollection = event.result as ArrayCollection
        var bytes : ByteArray = result.getItemAt(0) as ByteArray;
        _loader = new Loader();
        _loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loaderCompleteHandler);
        _loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, loaderFaultHandler);
        _loader.loadBytes(bytes);
    private function loaderCompleteHandler(event:Event):void {
        var loaderInfo:LoaderInfo = event.currentTarget as LoaderInfo;
        var img:Image = new Image();
        img.source = loaderInfo.content;
        myPanel.addChild(img);
    <mx:RemoteObject id="ro" destination="imageLoadService">
         <mx:method name="loadImage" result="imageLoadResultHandler(event)" fault="faultHandler(event)" />
    </mx:RemoteObject>
    Any help with this problem is much appreciated.
    Thank you,
    Lumi Velicanu

    Hi Dmitri,
    Thank you for the prompt reply, your question about the jpeg content was a helpful pointer.
    I solved the problem, it had nothing to do with flex, it was all on the java side. The image was obtained from converting a TIFF to a JPEG, the conversion was failing and the flex loader was receiveing a tiff and it did not know how to display it.
    The java problem was kind of interesting, I'll post it here as an FYI in case anybody cares :
    On my server the first writer returned by ImageIO was an instance of JPEGImageWriter and on the other servers was CLibJPEGImageWriter. And it happens that  only JPEGImageWrite can write the type of TIFF that we are having.
    The fix was to iterate through all the writers and pick the instace of JPEGImageWrite, instead of the first one found.
    Lumi

  • HT201272 Why aren't my previously purchased apps showing up in the purchased tab of the app store on my new ipad?  I used the same ID as my old ipad.

    I sold my original ipad and bought an ipad 2.  I wasn't worried about losing all of the apps I had previously purchased/downloaded, because I knew that the app store has a "purchased" tab, from which you can download previously downloaded apps.  I set up my new ipad 2 with the same app store ID.  I went to the purchased tab, the loading circle went on for awhile then went away, but no apps showed up.  What's the problem?
    I would be really upset if I lost all of the apps I previously paid for or downloaded (probably about 80 or so), seeing as how the app store is supposed to remember my purchase/download history based upon the user ID.

    Go to "Settings > iTunes and App Stores", touch the AppleID, sign out, and then sign in with your revised AppleID.

  • Business vs. Private purchase - how are App updates handled?

    Hi,
    I have my own business, but already purchased a few apps for private use on my Mac. Now I need to make a business purchase and I'm wondering how the App Store handles this.
    If I switch accounts, can I still see, run, and update the same apps? Do I need to switch accounts to use an app? Do I (please no) need to log out and in to use an app from a different account?
    Any help is appreciated, thanks!
    Vincent

    You don't need to be logged in with the purchasing account in order to use a app.
    You would have to log in with the purchasing account in order to update.
    Matt

Maybe you are looking for

  • Add a new field(from transparent table) to the infoset

    Hi, I need to add a new field to the existing infoset in HR. I found that field exist in the CSKS table. in the infoset they are using PNP logical database. As per my understaning i have to link the CSKS-KOSTL with P0001-KOSTL. Could you tell me how

  • Please help me with export settings and format

    I'll try to explain my problem the best I can. I recently captured some footage from old VHS tapes to use in a Christmas video. I imported one of the MPGs that I captured to AE and applied a grain removal plus a couple other lighting effects to the v

  • WIFI set up on Powershot sx510

    I just got a Powershot SX%!) for Christmas.  One of the reasons I asked for this camera is it is supposed to be able to upload to facebook directly from the camera and the specs say it will automatically sync with my computer after initial set up.  I

  • Custom skin issue

    Hello All, i have created a custom skin library which works fine for ADF application but it's not working for Portlet producer Application .... does anyone know how to do it or is there any difference??? jdev 11.1.1.6.0 Thanks

  • N96 video playback

    hi, i have uploaded a episode of the office to my phone, it is fine when i watch it but if i stop it and go to watch it again from where it was stopped all i get is a blak screen and the sound, it happens with other videos i have uploaded. any ideas