Need an advice what is better to use in project

The future project will look like some game & will contain such logic:
Some objects with concrete form, size , speed & position will interact with each other & change all premises properties as frequently as possible.
Would you be so kind to recommend me the best technologies or ideas which I can use to realize such task in the easiest and productive way?
The most important for me now is to listen for &catch the events of contiguity between the objects.
Thank's a lot in advance for any responce !

I was wondering which is better for taking notes during class, iPad of laptop?
Something with a real keyboard, so if you get an iPad to replace the laptop, also get a Bluetooth keyboard to use with it.

Similar Messages

  • What is better to use a calculation field or to use stored procedure

    Dear All
    i want to know what is better to use a calculation field on oracle forms , or to do the calculation using a stored procedure at the data base level and fetch the results to the fields on the form
    Best Regards

    Hello Mohannad
    the stored procedure approach might be more readable and maintainable when the calculation gets complicated.
    And it might be easier to reuse when it's needed in another part of your application.
    Bernd

  • Plan on going to Manila for vacation and going to bring my iPad 4. Need your  advice what to do.

    Plan on going to Manila for vacation and going to bring my iPad 4. Need your  advice what to do.

    Hello Aongtan051,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    About Apple World Travel Adapter Kit
    http://support.apple.com/kb/HT4341
    The World Travel Adapter Kit includes a USB power adapter, a 30-pin to USB cable, and a set of six AC plugs with prongs that fit different electrical outlets around the world. For world travelers, this is the perfect kit to ensure power connectivity in most countries you may travel to.
    Best of luck,
    Mario

  • What is better ti use entourage or my .mac account to vidoe chat?

    What is better to use entourage or my .mac account to video chat?
    How do I add a buddy into my entourage buddy list?
    Message was edited by: fotomike

    Entourage is a Microsoft application and is probably Linked to MSN for Mac.
    I have Office:Mac 2000 and this version of MSN does not Video.
    9:24 PM Tuesday; December 18, 2007

  • Hi. im ipad and ipohe user. now i want to buy my first macbook. i need to know what is better for me: macbook pro 13´´ or macbook air 13´´?? or another??

    hi. im ipad and ipohe user. now i want to buy my first macbook. i need to know what is better for me: macbook pro 13´´ or macbook air 13´´?? or another??
    i will not move it frecuently from home because i always have with me the iphone and sometimes the ipad.
    im looking apple store online because im trying to buy it refubrished (im from argentina and travel to NYC next month)...
    please i hear you...!

    Light weight basic needs, power miser - MacBook Air (glossy screens)
    Semi-light weight basic needs, more storage, DVD drive, hot machine (no 3D gaming) - 13" MacBook Pro (glossy screens)
    Bit heavier, pro needs, 3D gaming, cool machine, power hungry, - 15" MacBook Pro  (anti-glare screen option, recommended)
    Same as above, larger screen for HD video, cool machine,  power hungry, 17" MacBook Pro (anti-glare screen option, recommended)

  • If we open a transaction i need to find what are the tables used

    hi gurus
    can anyone suggest me
    if we open a transaction  liek va01
    i need to find what are the tables used
    what are the fields used in that transaction
    i need a list .
    thanks&regards
    kals.

    Hi
    you can find all those details in transaction variant,
    go with SHD0 ( numerical 0) and then enter your transaction code and enter transaction variant name and then select that
    Select the program SAPMV45A and go CHANGE WITH PROCESSING (F6),
    there you can find the list of fields and field names.
    reward points if usful.
    thanks and regards,
    muralidhar

  • What is better to use and why?

    Hi,
    What is better to use and why?
    We have written follwing statements to check the existence of interested record in table.
    1).
    select count(*) from emp where deptno = 20;
    2).
    select 'X'
    from dual
    where exists (
    select 'X' from emp
    where deptno = 20);
    Thanks and Regards,
    Rushang Kansara

    Assuming a large table, number two would be the fastest. If empno in unique, you can leave out the where exists part and just select x from emp where empno = 20. If empno is not unique, then using where exists can be faster. Assuming that empno is not unique, query 1 may elect to scan the whole table looking for that empno. Number 2 can use the index and return your result in, typically, three LIOs.
    Again, it all depends on your indexing, size of tables, and uniqueness of key upon which you are searching.

  • What is better to use for CTM: PDS or PPM?

    what is better to use for CTM: PDS or PPM?
    what is easier to manage and use in CTM : PDS or PPM? and why?thanks
    elena

    Hi ,
    In CTM I will recommend  PDS over PPM.
    You can directly CIF PDS as SNP PDS from ECC, you do not have to convert from PPDS to SNP unilke PPM.
    PDS supports VC, Phantom assemblies.
    PDS can be maintained in ECC and change transfer is easy.
    Validity period of components can be specified in the PDS , Which is not possible in PPM.
    SAP is developing PDS for future use compared to PPM.
    Regards,
    Pavan Verma

  • I need to know what Adobe version to use for my iPad to fill in and pay forms online

    I need to know what Adobe version to use for my iPad to fill in and pay bills online

    In the App Store search for Adobe Reader.

  • What is better to use: digital out or 5 channel speaker level out

    Hi
    Is it better to use digital out on sound card or 5 channel speaker level output?If you could explain it to me...(i'm new so that's why i am asking this)
    Thank you

    First you need to determine what options you have, if you have an amp/decoder
    use digital out because that then frees up the line-outs which you can use for other devices. Quality wise not much difference.

  • I'd like to buy iPhone 5 GSM 900 1800 32 GB.What is better for using in Uzbekistan for price 750$?

    Id like to buy iPhone 5 GSM 900 1800 32 GB for price 750$. Which is better for using in Uzbekistan?

    Just be aware if you come to the US and purchase the iPhone you will have to return to the US for warranty service.
    You only listed one phone so what is the other option?

  • What is better to use for school, an ipad or a laptop?

    Hi, I'm in highschool and I am into technology. I use an hp laptop for school, but its kind of big and takes a minute to turn on. It seems like the iPad would be faster ad easier to carry around. I was wondering which is better for taking notes during class, iPad of laptop?
    Thanks
    Madison

    I was wondering which is better for taking notes during class, iPad of laptop?
    Something with a real keyboard, so if you get an iPad to replace the laptop, also get a Bluetooth keyboard to use with it.

  • What is better to use?

    Hi all,
    1) request.getSession(true) or request.getSession(false), I know the different and yet what is the best to use?
    2) In every jsp page of my application I use session = request.getSession(false/true). (Depends on the first answer), are this ok? Or I shell not use it and only use session. (I did (false) becuase I wanted to know if session is dead).
    Thanks all in advance,
    Sasi

    Hi all,
    1) request.getSession(true) or
    request.getSession(false), I know the different and
    yet what is the best to use?The best one to use is the one that does the one you want. Do you want to create a new session? Then use (true). Want to get null if there is no session? Then use (false).
    2) In every jsp page of my application I use session
    = request.getSession(false/true). (Depends on the
    first answer), are this ok? Or I shell not use it and
    only use session. (I did (false) becuase I wanted to
    know if session is dead).There is actually a few ways to check if the session died. One is to use getSession(true) so you always get a session, then test session.isNew(). This will have the same effect as calling getSession(false), and checking if session == null (and if it is, at some point creating a new session).
    If you always want a new session made, then you should probably use getSession(true) with the isNew() check. If there are cases you want to prevent session creation, or delay it for a while then you should use getSession(false).
    >
    Thanks all in advance,
    Sasi

  • Where do i go to find the size of a slidehshow in apurture, I want to export it and need to know what size USB to use.

    where do I go to find the size of a slideshow in aperture so I know what size USB to export it to?

    Click on the mail app, then at the top left side, click on yahoo/gmail/exchange whatever account your using.
    then you should see all your mailboxes,  you'll see inboxes and accounts, go into accounts to whatever email and then you should see your trash./

  • When I am told that I need Adobe Flash - What app can I use on my Ipad2?

    I am being told that I need either Adobe Flash on another flash program to run certain sites of read certain e-mails. When I try to download Adobe I am told that there is a conflict with Apple. Is there an App that I can use to view Flash items?

    Apple does not support Flash for the iPad.
    Try the pre installed YouTube app.

Maybe you are looking for

  • Skype Credit - Isn't showing up in client.

    Hi, I just purchased credit like I was do. Normally it shows up instantly but this time it has taken my money and shows online but when I go into client nothing showing.. just my previous credit. I have logged out, restarted, deleted %appdata%/Skype/

  • Mass updating a multi-valued field- to append the new value

    I have a question on multi-valued fields: I have store table with 5 multi-valued fields, say MLB, soccer, college FTBL, college Basketball, etc.  A store can have 4 MLBs, 2 soccer teams, and so on.  Say, there is a new MLB that came out called Mexico

  • The tale of two IPSec Tunnels...

    I'm trying to set up an ipsec tunnel at a particular site, and I am just stumped at this point.  I have two sites I'm working with, a test site on my bench and the other actual site at another location.  Both are ASA 5510's, both are running ASA v8.2

  • How do I get all of the options to appear on a Webroot Toolbar?

    In my Webroot toolbar in Explorer options such as sign in or sign out appear. In Firefox the toolbar is checked in toolbars, and the toolbar is there but not the options.

  • Problems with "imported" photos in iPhoto

    The default on my version of iPhoto (V. 8.1.2) seems ot have been just import links.  But I really would prefer to have the photos actually imported into theiPhoto library, so when I upgrade (both iPhoto andmy computer) I can just take the library, a