MoSync's open-source Software Development Kit (SDK) and MoSync Reload enable mobile and web developers to build and compile apps for up to nine different mobile platforms with one single code base, using standard C/C++ or HTML5/JavaScript, or a combination of both to create hybrid apps.
Questions tagged [mosync]
57 questions
13
votes
3 answers
[ Native ]: Using Java functions & 3rd-party libraries in Qt for Android
Recently I use qt to write a android app.
But I have a big question, can I use/call some native android APIS, such as call special activity?
e.g, In Android SDK I call contacts in java:
Intent intent = new…

hich9n
- 1,578
- 2
- 15
- 32
3
votes
2 answers
Read files from SD Card with mosync/phonegap on Android with pure Javascript
I know this question was asked many times before but I cannot figure it out anyhow.
I'm able to write a text file to a directory on the sdcard (android 4), but no way to read it back again, using this code:
function get_file () { …

Chris
- 73
- 1
- 8
3
votes
2 answers
Genymotion Android Emulator Plugin for Mosync IDE
i've been trying to develop an Android application for some time now but the problem i keep facing is finding a suitable emulator to run a demo of the application (I think the default Android SDK emulator is crap). Anyway i did some research and…

Blank EDjok
- 732
- 2
- 14
- 33
3
votes
4 answers
Cross-platform Mobile App with HTML5
I was asked to provide a tablet application with HTML5/JS/CSS which does not have dependency on any platform. Requirements:
Cross-platform mobile/tablet application
Offline capability and Storage (it should work in lack of internet connectivity and…

utvecklare
- 671
- 1
- 11
- 25
2
votes
0 answers
gluSphere on c++ mobile platform
I have previously develop an application using openGL on windows MFC application, this is a working application. I am currently looking to port this application into mobile environment.
In the application I am using this.
// Wrap Texture Image to…

BlueOrbitz
- 76
- 3
2
votes
2 answers
Curiously Recursive Template Pattern in GCC 3.4 (MoSync to be exact)
I'm currently trying to write an Artemis like game component/entity system in C++. I was planning on getting this system to work with a cross platform tool for writing applications on Android and iOS called MoSync.
Unfortunately MoSync currently…

user1474530
- 23
- 3
1
vote
0 answers
5 Star Rating on Mobile with MoSync 3.3.1
I was required to build a prototype 5 star rating. I searched on the Google and it works fine on website but when i try to integrate it into Mo-sync 3.3.1, it failed.
The rating will be messed when I rate it for few times. For example, if i give 5…

KePo Ome Nan
- 11
- 1
1
vote
1 answer
Mosync Javascript NativeUI Editbox as Password field
Now i am working in Mosync NativeUI with javascript.. I want to show characters in Editbox widget as "Password char(*****)like this"..
Thanks in…

Veeramani
- 13
- 3
1
vote
1 answer
SignalR Server Desktop application with Mosync mobile client application
Now I am developing server desktop application in c#(visual Studio 2012) using SignalR.
Client Application using Mosync Mobile application(Mobile Platform Independent)
When server application and client application is on same machine(localhost),…

Veeramani Bala
- 234
- 3
- 12
1
vote
0 answers
How to upload photo into Server using Mosync
I have a problem in uploading photo into server which is taken by camera.
I have tried to used the code in Mosync site but it doesn't work.
In the sample code below,
my app always return "Could not upload photo - error: 3"
app.uploadPhoto =…

Edrich
- 232
- 2
- 8
1
vote
0 answers
MoSync - Edit video
After making a small video recorder application and being able to play that video again. I would like to make the possibility to pick X seconds from the video and put that into a new .MP4 file (or overwrite the old one, that would be even better).
I…

Floris Velleman
- 4,848
- 4
- 29
- 46
1
vote
2 answers
how can I put a simple button in mosync?
How can I put a simple button in mosync that writes something?sth like QPushButton in Qt.
I can't find good tutorial for this platform! If it's possible can you give me a good tutorial link for this?

vahid kargar
- 800
- 1
- 9
- 23
1
vote
1 answer
does RhoMobile or PhoneGap or Mosync can work with SQL Server CE or SQLite database and does it work with barcode scanner manufacturer provided dll?
I am going to use RhoMobile or PhoneGap or MoSync framework to develop a mobile application taht will be deployed on device with Windows CE or Windows Mobile. This application should ready barcodes through its barcode scanner not the camera. The…

Cheb Bilel
- 61
- 1
- 11
1
vote
0 answers
Mosync application crashes when is launched via notifications. LaunchMode singleTask
I'm using Mosync SDK 3.2.1 to develop a HTML 5 application for Android 2.2, 2.3 and 4.03. I had the issue described in this post http://jira.mosync.com/browse/MOSYNC-2367 . The fix proposed
android:launchMode="singleTask"
solved the "restarting of…

Batista Mihai
- 11
- 1
1
vote
1 answer
Android Html5/java app: mosync gallery upload & send email
Im trying to customize the Mosync Photo gallery sample that you can find
here and here.
This is an Html/java app wich take a snaphot and then upload the taken picture to a web server via a php file ( in this case the file is upload.php)
Everythings…

Eroll Flint
- 11
- 1