473,788 Members | 2,705 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mobile Development Forum

Mobile Development - Ask questions about mobile development, J2ME, Symbian, Windows Mobile, Palm, WAP, WML, iPhone, SDKs, and more.
0
1,487
thread by: cheekangteh | last post Dec 5 '11 by: cheekangteh
I'm looking for an "auto-SMS VB.Net programme module" for window mobile 6.0 standard. The scenario is: When the Bluetooth of window mobile phone detect the other Bluetooth device signal,it will automatically trigger the SMS button and sending a SMS to a predefined recipient. The process of sending the SMS is 100% automatic, trigger by the...
0
1,672
thread by: cheekangteh | last post Dec 5 '11 by: cheekangteh
currently i am doing sms function by using window mobile standard 6. i have multiple form, up to 4 window form. and at the last form, i wish to collect all the data that already key in in previous form textbox text, and send message to people. example: in form 1: textBox1. text (contact user 1) form 2: textBox1.text (contact user 2) .........
0
1,231
thread by: shyni ss | last post Dec 2 '11 by: shyni ss
How can we migrate a smat device application project developed using .net CF into a real windows mobile phone? What are the requirements for the above said problem?
1
1,456
thread by: Raj PK | last post Dec 1 '11 by: umchi
Hi! All I am new in iPhone development. I has been stuck up. I am trying to call a web method from an .asmx web service. I know it will return xml and I have to parse the xml. But the problem is How can I call that method in Objective-c. I need to get login with a userName and password. I need to send those to the webservice and it will renturn...
3
2,415
thread by: Janyaro | last post Nov 21 '11 by: Rabbit
How can i write Protect a Micro SD (Prevent from changes)..?
0
1,272
thread by: Mounika Mouni | last post Nov 9 '11 by: Mounika Mouni
Hi everyone, I have problem in copying the data to a array variable which is read from a file.. Can any one plz help me.. Here is the code which i'm using to read the data from a file.. RFs fs; User::LeaveIfError(fs.Connect());
0
1,489
thread by: Anthony Buck | last post Nov 3 '11 by: Anthony Buck
Does anyone have any tips or tricks on using Oracle on a windows ce mobile computer? Especially how to go back to a previous screen.
1
1,636
thread by: VincentAngel | last post Oct 27 '11 by: Sl1ver
This is not so easy to explain, but I'll try my best There is an application sw for mobiles that you can download and then receive alerts of an specific area (sports, music, etc). When you donwload this sw you can register and create a profile. This information is keep it in a database from a server. I have acces to that server. I have also...
0
1,870
Sl1ver
thread by: Sl1ver | last post Oct 21 '11 by: Sl1ver
Hi I found a perfect example of using a web service http://wowjava.wordpress.com/2011/01/16/login-application-for-android/ Really good tutorial. I have implemented this and it works perfect the only problem is that once I get a response back the string reads the whole XML response created by the webservice.
0
1,516
Ashwani Sharma
thread by: Ashwani Sharma | last post Oct 13 '11 by: Ashwani Sharma
Hi, I'm working over a mobile website. I made a dropdown in header and when I click on dropdown link it appears. when I tap on any link it goes to the same page on I tapped but it shows the highlighted area of the background elements instead of tapped link area. I just want to highlight the link area where I'm tapping. what's the problem is...
0
1,458
thread by: dsrk | last post Oct 13 '11 by: dsrk
can Windows 6.x running application run on Windows Mobile7 Phone,The application is developed in C#.net target device is Pocket PC 2003 SE Emulator,Please Suggest.
2
1,542
thread by: rotaryfreak | last post Oct 7 '11 by: Harinder Singh
Hi Everyone, I am a software engineering student and in my final year, we will be required to work on a year-long project of out choice. My team and i would like to develop a smart phone application (blackberry, iphone and android). I have browsed the internet and i havent really found the answer to my question, hopefully someone here will...
1
3,075
thread by: gagansharma | last post Oct 4 '11 by: markmcgookin
Hi Friends I am a beginner working on Objective C, Have gone through all basics and sample codes. Now I want to create a small Client/Server App in Objective C using GCC compiler on Windows XP.I don't have any Idea about that networking App. Please Provide any sort of guidence. Regards Gagan.
0
1,485
thread by: kingstar28 | last post Oct 3 '11 by: kingstar28
hi all,I'm an aerospace engineering student, am not good at electronics yet :( still studying, but we were making a project called "CANSAT"(can-size satellite), and we used xbee pro s1 as a communication module and we wanted to estimate the distance between the CANSAT and the ground station. is there any way to do that with xbee or there is...
1
1,735
thread by: Joe Farage | last post Sep 2 '11 by: Joe Farage
I have a mobile site with my contact information on it and I want to have a button that the user can click that would allow them to download my vcard to their smartphone. I don't even know where to start. Any suggestions or tips are welcome...
1
2,106
thread by: Ahsan123pk | last post Jul 18 '11 by: Rabbit
I have made an application in which there are different buttons with images. When the button is clicked, it writes "hello" on the console because I have written in the NSLog("hello") statement in the funtion which is called on button click. But I want to print the database column record on the next page. Can anyone help me out. I'll be thankful.
5
2,551
thread by: Vikram Raman | last post Jun 10 '11 by: Plater
Hi, I am developing a small app in felx mobile project for blackberry playbook, am using flash builder burrito, i want to get the current location's latitude ,longtitude value using GPS. But the geolocation event does not fire in my code, anyother way to get the latitude,longtitude value? protected function...
0
1,786
thread by: sam bright | last post Jun 7 '11 by: sam bright
I am running a Windows Mobile Phone (WM 6.5, .NET CT 2.0). The default IE browser can scroll from finger flicks . . . I would like to bring the same scrolling within a webbrowser control in my form. I am writing an app in VB.NET for this phone. If any of you can add any inputs, that will be great. Thank you very much.
1
2,203
thread by: WaluigiCubed | last post Jun 6 '11 by: Nicolas
Hello, I'm in the process of developing a phone app using J2ME. Most of it is all set, but there are still just a few questions that I have. I appreciate any insight/assistance I may receive: 1) Is there a way to allow the user to either select one of the available options in a ChoiceGroup item (or another similar combo box style item) OR...
1
1,652
thread by: phpuser123 | last post May 23 '11 by: Plater
What is the best way to kill a thread in a timer such that every time the timer runs, it kills the previous thread before starting a new one? public class MapTimer extends TimerTask{ public void run() { try {
2
2,031
thread by: adeelyce pearl | last post Apr 27 '11 by: adeelyce pearl
what is data communication and networking? why is networking so important in data communication?
0
1,366
thread by: Nonemsludo | last post Apr 19 '11 by: Nonemsludo
Could someone please help me rewrite this code in C# for wp7 am quite new to sockets in c# and language bindings
0
1,395
thread by: Ankit Khare | last post Apr 14 '11 by: Ankit Khare
I need to push the .so(shared objects) of my application(written in C) into the new MeeGo operating system.I have never done this porting before and have no clue where do i push them,which cross compilers reqd etc. SDK i have found for MeeGo 1.1, but i guess that is for designing the application from the scratch?I am not sure..if somebody can...
0
1,334
thread by: Vikram Raman | last post Apr 14 '11 by: Vikram Raman
Hi I am developing a small application for blackberry playbook. I am using flash builder burrito SDK, i could retrive data from xml,but i could not edit and delete data in xml.Can anyone send me the example to remove and edit node in xml using flash builder burrito.
3
1,898
thread by: Joe Farage | last post Apr 7 '11 by: Sam Sullivan
Is there a way to Track QR (Quick Response Codes)? I want to be able to track mainly two different types of QR Codes: 1. URL Links 2. vCards If there is a way to track them, how do you do it?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.