How to add an custom add-on in OpenERP mobile (Android)? - android

I'm new to OpenERP Android. I got an empty OpenERP project which includes some simple add-ons such as idea, meeting, messages, note in com.opererp.addons package of the project.
The only thing I want know is how to create a custom add-on. I've some Android experience. But OpenERP mobile seems difficult for me. Please give me some idea or example add-ons download links. Thank you.

There are already official doc for that so you can develop your own openerp app.
OpenERP Mobile Framework Doc
Thanks

Related

How to implement an app for existing website

I have a website hosted on godaddy cPanel with mysql database and I am willing to make an app for it. Can anyone tell me how can I do this and please tell me where can I learn more about making an app for a existing website.
Look into cross-platform development if you want to code for both ios and android. Visual Studio is a good tool to work on this, too.
Or, for more simple conversions the below may help:
https://www.appypie.com/convert-website-to-mobile-apps
https://www.mobiloud.com/blog/convert-website-to-mobile-app
https://appsgeyser.com/blog/convert-website-to-mobile-app-free-software/

Can we develop Mobile Application via Thingworx PTC?

I am new to IoT and Thingworx platform.
I need to know
What are the advantages of using Thingworx?
Can we able to develop Mobile application using Thingworx? If yes, how can we do that? Any Links?
I have downloaded and installed Thingworx Foundation and trying to develop some sample applications referring the developer portal
How can we show this mashups and data from any sensors in Mobile app.
Any Ideas Please.
One can use the Android SDK provided by Thingworx to develop apps which communicate with the Thingworx foundation server.
A beginner level tutorial can be found from here:
https://developer.thingworx.com/resources/guides/thingworx-android-sdk-reference
Documentation can be found from the below link:
http://support.ptc.com/help/thingworx_hc/thingworx_edge_sdks_ems/#page/latest%2Fandroid_sdk%2Fc_android_sdk_help_center_intro.html%23
Similar SDK exist for iOS too.

Wearable sample apps for Eclipse

I want to learn to develop android wearable apps. I have been reading design principles and all on developers site. but the examples given there are all based on Android Studio. I work on Eclipse.
Can any one please provide me some link or examples on how to develop wearable apps in eclipse starting from the scratch.
Thank you. Please help...

Integration of iCloud in my android application

I need to integrate iCloud in my android application. Is it possible to integrate iCloud in my android application ? I find on net but not getting any solutions or any articles regarding this.
One thing I come to know that in IOS it is possible to integrate iCloud. But I cant figure out it is possible in android or not and if yes then how it is possible..
Please help me to find this.
There are no iCloud APIs for Android.
icloud4j
Not sure how useful it is for Android, but I've started a Java open source project based off the Python pyicloud implementation. It's still in the early stages at the moment but you can check it out here:
https://github.com/tmyroadctfig/icloud4j
To access iPhone backups there is the InflatableDonkey library:
https://github.com/horrorho/InflatableDonkey

How to integrate forum into application?

I have a website that has a forum with users. I would like to integrate this functionality into my application? How would i go about doing this? If anyone has some instructions to start with that will be great. Or a tutorial some where.
Add a webview and try to make a mobile friendly version of your forum. You can also call the web browser.
It will save you a lot of trouble.
I know this app forum sdk that provide a native library and bundles to enable a forum in your app. Much faster and quicker response than webview.

Categories

Resources