Hi,
Wondering if there is possibility that I can add 3d object to the app and display it in real world.
Generally I want to create 3d object with 3d soft and add this object to real world..... than on app see it . something like add virtual adds to shops or change color of the building that im next to it
Can you give me some tips about it... unsuccessful with google at mom on the topic
You can easily do that in Unity
Related
I am looking at developing an application that will be used to conduct on-site installation surveys. It will be designed to be browser based, and will be targeted at a pocket pc platform.
The user will start a new installation survey, and will be able to add a series of 'checkpoints' throughout the survey. The best way to describe it is to say for example that the engineer is adding proposed locations for light-switches all around the site, and needs to add the location, type of light switch, some notes, and perhaps a digital image taken from the camera of the pocket pc. Each 'light switch' will be an individual record in a database.
When the survey is complete the engineer will have a collection of light switch locations,along with notes etc. These could potentially be large in file size, so I was planning on having the 'survey' stored on the pocket pc and upload it to the web server DB when it is finished.
My question is, does anyone know of an application that has already been developed, as I don't want to re-invent the wheel.
Hi.
Firstly, if this is in the wrong place then my apologies.
Anyway, I'm trying to develop and few apps for windows mobile at the same time as bringing myself up-to-date with VB.net. I have almost finished my first one but am having problems with getting it to display properly on QVGA screens.
When I run the app on the emulator it displays properly
When I run the app on an HTC Touch HD, it runs ok, if a little small
When I run the app on an HTC Kaiser, it only displays a small portion of the web browser.
The only thing I can think of is the app is designed to run on a WVGA screen and above, only I can't think of a way to change this. Any ideas would be appreciated.
BTW, any apps I do finish will be posted for testing and then released for everyone to enjoy for free
Use the ClientSize property of the form in the OnPaint() event to get the actual size of the client area available. You may have to move stuff around and resize screen objects to get them to fit. The form's OnPaint() event is triggered before those of its child objects so set 'em up how want them here.
ClientSize is a Size object.
In VB use me.ClientSize.Width and me.ClientSize.Height to get those values for the clientarea.
Alternatively me.ClientRectangle returns a Rectangle object with the Top, Left, Bottom and Right values of the area.
Cheers, I'll try that
RE VS 2008 and QVGA
Ok, since my last post I've worked out that it's only the web-browser control on the form that is not scaling properly. Even if I try to restrict the width/height, it crops the page instead of resizing.
Your help is much appreciated.
Hi all,
I must admit that I am completely new in the SW development for this kind of platforms. Therefore, I would like to ask you guys to direct me to a good way to start.
I have an application in mind that i would like to do it myself, and is for a personal application, so nothing to do with what is out... but it will involve the touch screen and it has to deal with a little database.
In other words, it would be like....
The main screen should be 9 squares (similar to a numeric keyboard), and pressing any one of those squares should pop/up a different screen with a list that correspond to that specific square (exactly how the calendar works).
There should be a secondary window to enter data to the list where I shoud associate every entry with an square.
This is basically all...
I have good experience programming C/C++... but not c sharp. So any document, example code, api, that you can provide is very welcome...
Thanks you all in advance...
good thing they didn't name this device the gin or something . But seriously, I think I like that method of copy and paste ,from the Kin and Courier, for touch devices. Just being able to drag and drop several things to the corners of your device for easy access later would be such a nice built-in feature.
Yea, sorta like the spine in the courier videos. That would seem to be a nice and intuitive copy/paste UI.
I'm hoping they add a spot on wp7 on their bar as well. And offer an easy way to add a spot and customize it on your application in wp7. That would be an elegant solution to copy & paste.
Seems to be already created on the Kin One and Two as well.
Hi
I fish alot and have been looking for an application for my P3600 (wm6) where I can save all data regarding a catch. I havn´t found anything that suits my needs and I now post it here in hope that one of you great programmers might like to take on the challege
What should the app do ?
*If I take a picture of a fish I want the program asking me to input the weight, length and what bait was used.
*I want the program to save: date, time, weather, moon-phase, weight, length, lure/bait and position via gps together with the picture in a database.
*If it´s possible, it would be great if the app also worked as a gps-plotter. Showing my position on a map and giving me the possibility of making waypoints, and showing previous catches as waypoints.
So, who´s up for some problem-solving ???
Best regards // Richtermo