I would like to create textbox that support text message and image(emoticon) like bb messenger textbox.
Could anyone help me?
Thank you in advance.
You will need to be looking at the net.rim.blackberry.api.mail API.
Some notable areas are BodyPart.ContentType and Part.
A link to the API documentation: http://www.blackberry.com/developers/docs/4.0.2api/net/rim/blackberry/api/mail/package-summary.html
Related
I am working on Umbraco project,i want to implement functionality like sending email using gmail.
I known how to implement it using c# code but i don't know how to configure it dynamically by adding content pages in umbraco.
Anyone have idea about this? Thanks in advance.
You may have to listen to the events of your interest and execute your code to send the email. For details on events supported by umbraco check out https://our.umbraco.org/documentation/Reference/Events/
I need to offer users a way to type an address in an UITextField with an autocompletion functionality as user is introducing the text. I've been looking for the best way to implement this, but I'm still not sure: is it possible to get a list of street names for a certain city? Or should I being provided such information in another and custom way (service request, a file with that information...)?
My application is for iOS 7+
Thanks
You can do this by using Google Places autocomplete API.This api provide you addreess that you want in list.
For More info please refer this example that help you to how to use Google Places autocomplete with your application
https://maniacdev.com/2013/10/ios-completion-providing-search-with-autocompletion-and-map-marking-using-google-places
you can find sample code for the same on Github find Below link for this
https://github.com/chenyuan/SPGooglePlacesAutocomplete
Hope this may help you.
Im wondering if you can help me with a problem:
Problem: Im trying to create a dialog with an EntryElement that allows a user to enter an address. As the user enters the address I would like to call the Google Places API to bring back a list of results to ensure the address is valid. The results should be displayed as a list of StyledStringElements which the user can select.
Does anyone have any advise on how to best achieve this?
Thanks and regards. Adam!
Answer can be found here:
Xamarin Forums
Looking for good solution for Twitter login and posting something... but there is no idea for now. How to do it in xamarine( IOS mono has complete solution, but monodroid...) help me please, if somebody knows how to do it.
If you just want to post something then you can easily do this by sending an Intent for use by an external app - e.g. see https://github.com/slodge/MvvmCross/blob/v3/Plugins/Cirrious/Share/Cirrious.MvvmCross.Plugins.Share.Droid/MvxShareTask.cs#L19
If you need a more complete solution then libraries like Tweetsharp have had MonoDroid ports/branches at various times, but I don't know the current status of any of these.
You might also want to take a look at Xamarin.Social. This component will let you tweet from your Xamarin.Android application.
please tell me idea for how to implement chat functionality in WP7?in my app i need to communicate from one user to another user.how to achieve this?
what is the better way to implement chat?
Please tell me idea for this...
thanks in advance
Try searching for Silverlight 3-4 chat implementation. One of the results might help you: Multi Room Chat Application using SilverLight 4.0 and PollingDuplex
For displaying chat, you can use Conversation View from Telerik
Twilio is a librarie that supports chat/sms or even VoIP and they have a .NET Api. Don't know if it will work on WP: https://www.twilio.com