[Q] [q] rough instructions - Web App Development

HI
i want to embedd a web browser inside an sms app for android. Shall i make a container of the sms app then add a sub container for the browser, or how to go about this? i need only a rough idea and key points please!!!
thanks

rpanangi said:
HI
i want to embedd a web browser inside an sms app for android. Shall i make a container of the sms app then add a sub container for the browser, or how to go about this? i need only a rough idea and key points please!!!
thanks
Click to expand...
Click to collapse
I think you need to use WebView which has many features like web browser.
Check android docs about it on this link & this link
You can also check this discussion on stackoverflow, I think it will be useful for you.

ok but webview is only for viewing the web and cannot access telephony to send the sms.
Actually what i wanted was to read data from a server and populate an android app and create a listview, then use the list of items and make them clickable for the sms event which i think could only be done by native android programe or i could use phonegap and jquery mobile. but ty anywayz
My next question would be about improving the media players for android.

Related

Form size

Hi, i have a simple chat style sms application i am using on my T-Mobile SDA and i would like to port it to T-Mobile DASH. What should be the Form size so that it would fit the DASH screen?
The screen on a Dash is 320x240 pixels large, and after the browser steals viewing space the user gets about 300x220ish or so in usable space. If you need to do specific testing simply PM me and I would be more than willing to help out and give screen shots on how things look. If you wish to work independently you might want to look into the Microsoft emulators which have been made by Microsoft so people can emulate smart phone devices for testing programs and sites for this exact purpose.
thanks for the quick reply I will try to create blank form and PM you ASAP. I have just bought my excalibur online and havent received it yet so i cant test it on an actual unit.
Is this app a 'replacement' for the messaging account in outlook? Or will the messages continue to go to the existing inbox. Also, is MMS supported? I have waited so long for an app as good as the Palm Messaging beta, created specifically for a smartphone.
Orientation Aware Control
Hey oldsap,
I'm a mobile developer by trade and if you're looking for a flexible way to handle resolutions etc to make you're app a little more portable, take a look at the Orientation Aware Control that microsoft's patterns and practices group created:
http://msdn2.microsoft.com/en-us/library/aa480471.aspx
It can be downloaded from codeplex. Basically, you create a single form and it uses a resource file to store settings for various resolutions (control layout etc). No more need to make multiple copies of a form for each resolution you want to support. Good luck, hope that helps!
- Brian
curtislanham said:
Is this app a 'replacement' for the messaging account in outlook? Or will the messages continue to go to the existing inbox. Also, is MMS supported? I have waited so long for an app as good as the Palm Messaging beta, created specifically for a smartphone.
Click to expand...
Click to collapse
for the time being, ive created this to intercept all incoming sms so that they wont go to the inbox. But i can re-code it so that when a new sms arrives:
1. sms wont go to the existing inbox
2. sms will go to both the application AND inbox
it's not a perfect chat style application but it works well for me.
im still waiting for my DASH to arrive (ordered it from ebay) When i have ported it to DASH, ill post it here
windsorguy13 said:
Hey oldsap,
I'm a mobile developer by trade and if you're looking for a flexible way to handle resolutions etc to make you're app a little more portable, take a look at the Orientation Aware Control that microsoft's patterns and practices group created:
http://msdn2.microsoft.com/en-us/library/aa480471.aspx
It can be downloaded from codeplex. Basically, you create a single form and it uses a resource file to store settings for various resolutions (control layout etc). No more need to make multiple copies of a form for each resolution you want to support. Good luck, hope that helps!
- Brian
Click to expand...
Click to collapse
Thanks for the tip sir. I'll read about this. Im just a newbie programmer and can only create very very simple applications
I would have to say that a threaded SMS app is not simple!
curtislanham said:
I would have to say that a threaded SMS app is not simple!
Click to expand...
Click to collapse
i refer to my application as "simple" compared to PALM's threaded sms because it only uses Textbox instead of XML. It doesnt use colored fonts to distinguish sent and received sms. But it does have other features like save chat window, group sending, sms sent counter, sms filtering, etc

change default browser for facebook update in contact's info?

is it possible to change the browser in contact info. facebook linking section? when i press the facebook updates and events, it loads up IE but opera mobile is default...
thanks!
contentryder said:
is it possible to change the browser in contact info. facebook linking section? when i press the facebook updates and events, it loads up IE but opera mobile is default...
thanks!
Click to expand...
Click to collapse
Perform actions in 1st post of this thread. Works like a charm! (Thanks btong1978! ;.) )
http://forum.xda-developers.com/showthread.php?t=548770
Only thing now, though, I can't figure out why web links that I click on in email messages don't open using Opera Mobile...still opens using Iexplorer Can anyone help??? Thanks!
PS - I love that btong1978's fixes allows EVERYTHING in the "Internet" TouchFlo tab to open using Opera...sweeeet ;.)
Oh - Also read through this thread [http://forum.xda-developers.com/showthread.php?t=550647&highlight=opera+mobile+default+web+browser], Contentryder. Seems to have some Cabs that may fix your issue (I say "may" b/c I've not tried it myself, but it all makes sense and seems to have put all of btong1978's fixes into a Cab file that takes care of everything for you w/o you having to get your hands dirty w/ reg edits ;.)
Happy tweaking!
Len

get Form from HTML

Hello,
i have two text fields and one button in my app. I wanna that the texts of these textfiels will appear in a web page, which will get opened when i click the button.
I think, it's possible to get the form of the web page and after its elements to write in.
I develop in c#.
sirair said:
Hello,
i have two text fields and one button in my app. I wanna that the texts of these textfiels will appear in a web page, which will get opened when i click the button.
I think, it's possible to get the form of the web page and after its elements to write in.
I develop in c#.
Click to expand...
Click to collapse
So basically what are you trying to do... from ur app to html?(this is what i understood)
and for what that html will be used will it be a custom webpage or some websites page? if you could explain it would be better.
yes, i wanna write into html from my application. The website is a Custom webpage.
sirair said:
yes, i wanna write into html from my application. The website is a Custom webpage.
Click to expand...
Click to collapse
In that case if the webpage is not from any website. u can create the webpage from your app. i mean write the html with the data from your app.
in case it is a normal website and you want to fill the fields there u may consider using Webbrowser class. I think u can use it for the earlier case also... not sure but u can always experiment.

Facebook - web browser problems

i have an app that i want to post an item on a user facebook.
i have found a method to do this, which on paper works - but on windows mobile it doesnt!
i have code that generates a html document with the relevent java script in it to trigger the FB.UI. This Java code opens up a popup window to enable the post to happen, the problem is that if i open up the generated html document in internet explorer it wont work because it automatically blocks pop-ups. Alternativly if i had a web browser control to my app it works, however the page is zoomed in way too much and theres no scroll bars or anyway of navigating the page!
i appreciate any help or suggestions. Using managed .net code (vb)
well, I've been working oonon a Facebook app and well. . Honestly, the only way to do it is using raw http socket communication with custom UI. the webbrowser object is pathetic at best. if you find another solution i would be very interested in knowing what you did. if you want help with Facebook communication, pm me and ill see what i can do to help

Homebrew SMS sync desktop app ( help required)

I am looking to develop desktop sms sync app for wp7. My first question is this possible using the unlocked (homebrew) emulator. if yes what is the starting point i have development experice with wp7 but i dont know how to access wp7 task api in winodws desktop application ?
Bundle of thanks in advance for any help.
At the moment with the available API's from microsoft you can't access the sms history.
All you can do is bring up a compose sms ui with sections already filled in.
There may be someone with a hack to get around this but I haven't seen anything.
mupets_revenge said:
At the moment with the available API's from microsoft you can't access the sms history.
All you can do is bring up a compose sms ui with sections already filled in.
There may be someone with a hack to get around this but I haven't seen anything.
Click to expand...
Click to collapse
Thanks for the reply. Right now i am looking to develop silverlight web service for this purpose hope i will share the details if it become a success
I also I need it!
I hope that VERY soon are released these APIs.
Not only that:
I would very much like a software to see on the desktop of my pc the phone's screen, remotely. So I can work comfortably and with the keyboard (like SOTI) ......
Excuse my bad English!
Nevs about this software??

Categories

Resources