Posted by ruadhan 4 years 2 weeks ago

Mobile Champion
Use this forum to discuss Content Management for mobile. Topics to include mobile friendly content management systems, and authoring tools, site builders, and other mobile authoring and publishing tools.
Posted by elantechnologies 1 week 7 hours ago

In this days cloud computing concept is becoming more and more popular. Amazon Web Services (AWS) is one of the most popular cloud services provider.
Write features of amazon web services
Posted by iconwebservices 13 weeks 7 hours ago

A press release, also known as a news release, is simply a written statement to the media. They can announce a range of news items: scheduled events, personnel promotions, awards, new products and services, sales accomplishments, etc.
1.Write the headline. It should be brief, clear and to the point: an ultra-compact version of the press release’s key point.
2.Write the press release body copy. The press release should be written as you want it to appear in a news story.
Posted by Cameron_mobileStorm 14 weeks 6 days ago

I wanted to post to your forum to get feedback and potential use cases for app developers. We are an established marketing automation company that is spinning off a portion of our marketing platform for developers to use in new apps.
The tool is called AppMail and it is a simple solution that creates a secure (encrypted and password protected) inbox within any mobile app. It connects via a simple sdk and can be managed via an api or a dashboard.
I would love to get some feedback on the concept and how you would use it.
You can read more here - http://bit.ly/AAbDOI
Posted by midhun_610 1 year 13 weeks ago

On Android phones SMS messages registered to applications also get sent to the device's inbox. However to prevent clutter, it'd be nice to be able to remove application specific SMS messages from the inbox to reduce the potential overflow of those messages.
o the scenario:
* Android App startup.
* register SMS message types X,Y and Z
* messages P,Q,X,Y,Z stream in over the course of time, all deposited in inbox
* Android application detects receipt of X,Y,Z (presumably as part of the program interrupt event)
* process X,Y,Z
Posted by keith2008 1 year 31 weeks ago

Hi Guys,
Can anyone help me or could tell me if it's possible to embed a video on my mobile webpage? Actually, I created a simple Squeeze page for mobile phones and embeded a youtube video. It works but the problem was, It doesn't play the video as it should, it just give me a clickable link and it brings the user to youtube website. It didn't play within my page. What I want is that, it should play directly on my squeeze page and don't take the viewer away from that page. I just embed the youtube video by just copying the embeding code from youtube.
Posted by compusir 1 year 49 weeks ago

Hi Folks,
My company wants to publish internal news to corp. mobile devices, we already has a CMS backend, what we want is we drop the content (html) to a mobile content server (hosted internally), and the server should do the device detection and format the content nicely. Any products you guys can suggest?
Thanks,
Eric
Posted by chandanadiga 2 years 1 week ago

I would like to set new text to the button subsequently during run time. Please help me to fix this.
For ex: In a quiz application, i like to set options to the option button for every new question. I thought Buttons would be more appropriate to use.
/*However i can do this with TextView without any issues.*/
Advance thanks for any sort of effort in this regard.
Posted by synmotion 2 years 16 weeks ago

What is the best programming language for magazine on mobile phone? Thinking of doing one for the apps. I am a novice here.
Posted by shen747 2 years 16 weeks ago

I was able to read and add APN settings programetically in android using a
content resolver as follows :
NOTE : This code is written inside a "onCreate()" method of a class
that extends an Activity.
------------
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
//Trying to Insert a Custom Setting to Telephony db
ContentValues values = new ContentValues();
values.put("_id","3");
values.put("name","Ramesh");


