Oracle Forms With iOS [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I searched alot for oracle forms for iOS devices but i did'nt find a way to do that. Is there any to use oracle forms in iPhone or iPad ?
I read somewhere on a website that oracle forms need JRE as iOS devices didn't have JRE so it is not possible. But there are few applications using oracle forms so there must be a way.

There is a company called OraPlayer that promise to run forms from any mobile device.

Related

How to encrypt the sqlite file in IOS and which one is good method? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Hi I would like to encrypt my database(sqlite) file and which encryption method is good for IOS development. Thank's in advance.
you use SQLCipher fencrypt my database(sqlite) file.It's a build of SQLite that provides transparent, page-level encryption of the entire DB. There's a tutorial over on Mobile Orchard for using it in iPhone apps.

Web services in iOS [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have made one application for consuming web service using SOAP protocol on iOS device. Now i want to create such a application in which my iOS device should work as a web server for other devices.Is this possible ? if possible please give some guidelines or links to do this.
implementing web server as an iPhone app is explained in http://culturedcode.com/cocoa/ please refer to it
Also please refer to the answer to this question
IPhone app as a web server, any advice?

How to make my iOS application to dynamic [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm new to iPhone development,currently i have to develop my application as dynamic one,Where i have to change the Theme ,App icon,color scheme of application.
with out touching my source code & build file is it possible to do this.
My team lead says it was there in .Net & Java side.like that there in iOS development.
If possible please some one help me solving this issue.
Thanks in advance.
This is posible, but you can't change the appicon and loading screen.
The rest of the theming you will have to code your self.

What is Metro, is it going to replace .NET completely? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Heard that Microsoft is planning to release Metro (http://connect.microsoft.com/metro), calling next generation technologies and some of them said its going to replace .NET, is it true?
How Metro is important for a .NET developer?
Metro style is a new type of ux. It will not be replaced and in fact the new windows 8 has two modes. It all depends on the goal of your application. Take a look at this blog it explains it pretty well.
http://blogs.telerik.com/blogs/posts/11-09-15/i-know-what-you-re-thinking-and-you-re-wrong.aspx
Let me know if you have any other questions.
Metro is the new GUI, started with Windows Phone 7, prior to that similar interface used in MS Zune player.

Has anyone used phonegap framework and how would they rate it? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Since I have found nearly nothing about phonegap development on stackoverflow as of yet, I thought I would ask the community what they think about this framework. Is it easy to use? Do the benefits of using a crossplatform framework outweigh the restriction of javascript/html/css only development. My company wants to develop a simple merchant type application, but they are worried about reinventing the wheel by first developing an iPhone app and then also developing an android version. What do you guys think?