|
Which platform I have to use
|
|
|
|
|
Since you have provided no information about the phone, it is impossible to tell. What OS does the phone use: Android, Windows ... ?
|
|
|
|
|
None, chances are he would have to use some native frameworks. Such as Qt etc.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
|
Very interesting, now do you have a question?
|
|
|
|
|
You do not answer the question
|
|
|
|
|
You have not asked a question.
|
|
|
|
|
My question is:
I want to design program that run on the following device
http://www.mobilitysolutions.cz/eng/news/256-motorola-mc2100-handheld-terminals-innovations[^]
or this link
https://www.zebra.com/us/en/products/mobile-computers/handheld/mc2100.html[^]
Reply·Email·View Thread·Permalink·Bookmark | Edit·Delete
Whice IDE(Delphi or Eclipse) I have to use so I can create the program.
|
|
|
|
|
delphix5 wrote: Whice IDE(Delphi or Eclipse) I have to use That depends on which one supports the language and target system you are developing for. You can find the answer by going to their respective websites, and reading the documentation. The Zebra website also has a support section, you could try asking them.
|
|
|
|
|
Hi..
I am learning to develop wp8 app..I need to store Customer Orders on the phone and transfer the orders to desktop, from there the orders can be imported into my desktop app..
I would like to know the best way to store the data in the phone and transfer the data either ways.
thanks
|
|
|
|
|
Perhaps you need to learn Web Services first. Using Web Services you can transfer data from one device (client) to another device (client) using a hub (server). Database can be stored on the hub itself, and the data from database can be shared or manipulated through the devices.
In .NET framework you can use WCF to create web services. Learn more about Windows Communication Foundation on MSDN[^].
On a second thought you can also create a Web API in ASP.NET and then create a client application with HttpClient in it. You can use HttpClient in multiple devices and frameworks where as WCF can be consumed by only a .NET framework supportive client device. Where as ASP.NET Web API can be consumed by any device, platform, OS or machine. I have written an article for ASP.NET Web API and a client also, the client is a Windows application with same framework (Windows Runtime). You will find it easy to learn.
Consuming ASP.NET 5 Web API with CRUD functions in Windows 10 native application[^]
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Hello. I am using VS 2008 to develop an VB.Net compact framework 3.5 application on a Honeywell Dolphin 6500 running Windows Mobile 6.5, the highest OS available for the hardware. For this type of application what I will typically do is run SQL Server as the backend database and make good use of System.Data.SqlClient in developing my mobile application. However, I'm currently faced with a situation where I need to have my mobile application connect to a MS Access database on a network share and insert records into one of the tables. At first glance there doesn't appear to be a way to add System.Data.Odbc or System.Data.OleDb. So now I'm wondering if what I'm trying to do here is even possible. Is there a way I can connect to this Access database from my application?
|
|
|
|
|
Have you read this[^]?
In Word you can only store 2 bytes. That is why I use Writer.
|
|
|
|
|
Hi Guys,
I would like to ask what do you think about cross-platform mobile development solutions like:
1) Apache Cordova
2) Xamrin
3) Ionic
Do you think that it can be applied to advanced applications?
Im curious about your opinion.
|
|
|
|
|
If you do not have enough developers to complete application development process for every platform separately then you should go with these frameworks and engines to use the same code. It would buy you enough time to build full-featured applications and then let the engine do its work to build the cross-platform applications, using that same source.
I have tried Xamarin and Apache Cordova both. My views on them are,
Xamarin
Xamarin is developed using .NET framework tools and assemblies, it can be developed in Visual Studio also. So if you're good at Visual Studio and .NET framework then you should try out Xamarin. There are different packages that you can try out.
You can also develop applications in Xamarin that run on Android, iOS and Windows platform. However, running iOS emulator would require a near network connected Mac.
Good news is that Visual Studio Community 2015 comes shipped with cross-platform tools for Android, iOS and Windows Phone using Xamarin. It installs the SDK, creates the Virtual Devices and sets up the environment for you to start developing application. You also require a Xamarin account.
Android NDK is used to natively compile the source code in to Android applications.
Apache Cordova
Apache Cordova is based on HTML, CSS and JavaScript to create the cross-platform applications. If you have done web development before then this framework would suit you. It uses HTML to generate the views and JavaScript to handle everything.
I did not love it, because this code runs in the WebView. All of your application's source code is wrapped in side that WebView. Only Windows Phone is able to run the application natively, because .NET framework supports HTML/JavaScript based applications. Other platforms use a WebView to view your application's content as a website or web application.
If you really have to do something like this. Why not create a website in the very first place?
Rest is now up to you. Select the framework that suits you!
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Check out this article[^] I wrote on this very subject a while ago.
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare
Home | LinkedIn | Google+ | Twitter
|
|
|
|
|
Hello,
Apache Cordova is good, now What you want to use and which is better for you that depends on You because of I don't know what kind of functionality you wanna achieve.
Apache Cordova is totally based on (CLI)Command Line Interface and you have to make plugins and use build-in Plugins for developed Crossplatform Moblie Apps.
Xamrin is also good beacuse of they integrated with Visual Studio so easy to use and Advantages of Xamrin that is Provide native UI, access to device features, and native
performance coupled with the time-to-market advantages of code sharing and reuse..
Lonic thats offers a library of mobile optimized HTML, CSS and JS Components, gestures, and tools for building highly interactive apps.
One of Other Crossplatform for Mobile Applicatoin that is DevXtreme and i have developed one cross platform Mobile application Using DevXtreme that is totally based on JS(Knockout,Angular) and also you can Import the PhoneGap Plugins.
modified 15-Jul-15 2:10am.
|
|
|
|
|
I got the error my windows phone apps project how to resolve it
The name "ActivationManager" does not exist in the namespace "clr-namespace:SilverlightActivator;assembly=SilverlightActivator".
|
|
|
|
|
My XML data :
<xml>
<item>
<locationId>1</locationId>
<state></state>
<location>ABCD</location>
</item>
<item>
<locationId>2</locationId>
<state></state>
<location>EFGH</location>
</item>
</xml>
I need to parse this and retrieve the value of "locationId" and "location" alone.
Thanks in Advance.
modified 19-Apr-15 20:14pm.
|
|
|
|
|
Please do not crosspost the same question in multiple forums.
|
|
|
|
|
I'm sorry about that.
Could you help me with this..?
|
|
|
|
|
|
Hi,
I'm using VS2008 , and Windows Mobile 6 to develop a little application. And i want to call a Form by name.
How can i have a var with the name Form and i need to click on a button and select that form.
regards,
Pedro
|
|
|
|
|
What have you tried?
In Word you can only store 2 bytes. That is why I use Writer.
|
|
|
|
|
Message Removed
modified 15-Apr-15 7:44am.
|
|
|
|