I am looking for how to use like this :
xamarin android.
Thanks advanced
Related
I need to embed cognos analytics reports in my web application with a high degree of integration such as custom UI of reports list, custom UI of report controls and so one. As far as I understand sdk is intended for this purpose, but i cant find any normal guide / tutorial, even hello world example of SDK usage. Please, tell me where it can be found?
The Software Development Kit Developer Guide is available online :
https://www.ibm.com/support/knowledgecenter/en/SSEP7J_10.2.2/kc_gen/com.ibm.swg.ba.cognos.cbi.doc_dev_toc-gen8.html
You can find a pdf version of this documentation after the installation of the SDK component of Cognos 10.x (can't find a pdf version for cognos 11.x but it's probably the same guide)...
Default path : C:\Program Files\ibm\cognos\c10_64\webcontent\documentation\en\dg_sdk.pdf
And finaly you can find a lot of SDK samples in this place :
http://www-01.ibm.com/support/search.wss?q=SDK%20Sample
At the moment I try to develope a simple maps Android application using Visual Studio 2012 and Xamarin.
For this reason I created a Binding Library, like it is desribed here:
http://developer.xamarin.com/guides/android/advanced_topics/java_integration_overview/binding_a_java_library_(.jar)/
For my app it is essential to display markers and ballons with a short title text. I did a lot of research and found out, that I should use the osmbonuspack for this purpose. I tried to implement the "osmbonuspack_v4.5.jar" in my binding project as "Embedded Jar" but I think it's the wrong attempt.
Did someone managed it already to create a Xamaring Binding Library of the osmbonuspack? I would appreciate every attempt!
I am interested Blackberry 10 development with HTML5/CSS, but I don't know what tools are needed for developing an application. Please explain the procedure to develop an application in Blackberry 10 using HTML5/CSS.
Thanks in advance.
Start with the official documentation. It gives an overview of WebWorks, and the tools needed.
https://developer.blackberry.com/html5/documentation/what_is_a_webworks_app_1845471_11.html
Use the Ripple emulator plugin for Chrome for testing:
https://developer.blackberry.com/html5/documentation/getting_started_with_ripple_1866966_11.html
Beginner tutorial:
https://developer.blackberry.com/html5/documentation/tutorial_javascript_geolocation.html
Signing keys overview:
https://developer.blackberry.com/html5/documentation/signing_your_app_1920008_11.html
To add on to Scott's answer, I'd also recommend checking out our GitHub repo which is full of sample apps for you to use as reference.
https://github.com/blackberry/BB10-WebWorks-Samples
I would like to take a picture from camera and after display it on the screen.
I saw this post Take picture mvvmcross monodroid but this isn't the vnext version. (I haven't the Cirrious.MvvmCross.Interfaces.Platform.Tasks resource)
Can someone help me to implement this feature in my application ?
Using mvvmcross vNext and monodroid
The picture choosing (camera and library) interfaces moved into a Plugin for vNext, so you need to:
reference Cirrious.MvvmCross.Plugins.PictureChooser in your ViewModel project
reference Cirrious.MvvmCross.Plugins.PictureChooser.Droid in your Droid UI project
make sure you call EnsureLoaded on the PictureChooser Plugin before you use it
Apart from that, the actual code should work the same as in Master (I think).
Other possibly helpful links are
uploading photo to a webservice with mvvmcross and mono touch
Issues taking images and showing them with MvvmCross on WP
Need an example of take a Picture with MonoDroid and MVVMCross
https://github.com/Redth/WshLst/ - use Xam.Mobile instead
Would love to see a sample published on this :)
Is there a tool for BlackBerry java application UI development. I do not find drag and drop options in xml file in eclipse like in Android SDK. Is there something like Droid Draw here too? I am new to BB Java dev, any pointers are appreciated.
Unfortunately no... There is no designer tool for blackberry ui, it must all be done in code. I heard that RIM plans on coming out with something of the kind but there is no such tool available at the moment.
There are tutorials on how to create many of the common UI, if you are searching for something specific I'm sure you can find some sample code to get you started.