I'm considering taking mobile phone software development course at my university. The course uses J2ME with an emulator. I'm interested in software development for mobile phones, but I get the impression that J2ME is somewhat stale and limited in comparison to the newer platforms like the iPhone and Android. I'm most interested in Androi...
Ever been in a situation where you were in an interview, and realized immediately afterwards (after the nervousness wore off) that you did something wrong?
I had a phone interview today. I was asked an n-ary tree problem, and coded an algorithm that used a space overhead, then a different algorithm with no space overhead. However, my so...
Okay guys, I'm new to this model and Silverlight in general. I have the following code (changed object names, so syntax/spelling errors ignore).
public class ViewModel
{
ViewModelSource m_vSource;
public ViewModel(IViewModelSource source)
{
m_vSource= source;
m_vSource.ItemArrived += new Action<Item>(m_vSou...
Hi guys, my landline phone is connected to my computer. Now in my asp.net website there is a textbox and a button . i filled a telephone number in the textbox and on button click i want that a call get connected to the no. in the textbox through my landline phone.
Is there any workaround for this in .net framework??
Thanks and best reg...
I have a table called "restaurants" which contains each restaurant information, I want to add its phone numbers.
Should I make another table called say "phones" with fields "phone1", "phone2", "phone3", etc, then make a relation between them? or their is an easier way to do this?
Thanks a lot :)
...
Hello, Is there a telephone application for modems that can receive a phone number as a parameter and manage the call for themselves? I ask because in my application I must implement a click2call functionality and may be is a free software out there that I can use and I do not have to fight with TAPI. Thanks!
...
Has anyone managed to develop Android Applications using Eclipse on the Windows platform. I understand the ADB needs to recognise specific models of phone and wondered if the Tattoo is supported.
thanks
Mark
...
Hi
I'm trying to develop a site for mobile phones.
At the moment it seems to work on iphone and android htc desire and an n95.
When I try it on an LG renoir instead of the page fitting the width of the screen
the page displays at least twice as wide as it should meaning you can scroll left and
right.
Has anyone come across this be...
how can you retrieve yours phone internal storage from an app? I found memoryinfo, but it seems that returns information on how much memory your currently running tasks. I am trying to get my app to retrieve how much internal phone storage is available.
...
I looked already and could't find anyting good.
So a question is, are there any good web frameworks that would allow to easily develop GUI for the majority of high end phones? By this I mean
It would have to work "the same" on majority of high end phones (forget the low cost ones)
It would have to simplify the development and hide th...
Want something inexpensive that just tells me how many calls a number gets, id like a different # for different sources of users and want to track volume from each source
Any ideas?
Thanks
Aaron
...
The title explains all... I have this snippet of code in my application:
String url = createTelUrl("3112007315");
Intent intent = new Intent(Intent.ACTION_CALL);
intent.setData(Uri.parse(url));
context.startActivity(intent);
It does make a call, but once the call ends, my application crashes. I'd like to return to my application once ...
I want to scroll html table in phonegap application ,i tried using div tag but it does not work in phone gap but same code work in safari browser
...
So, I'm new to developing apps (altogether) and I thought that it would be fun to start out on the Android. I did the test with "HelloAndroid" app, but I have no clue on how to run the app on my phone via Eclipse. I remember reading about it a long time ago (sometime in February) but I have no idea where to find it. Any help, here?
...
Ey guys,
I am wondering if it is possible to retrieve device's phone number via the Android API(specifically 1.5 API). Thanks in advance!
...
I have this idea where I want to allow someone to call a phone number from their cell phone, and then a website would display their caller ID. I want to do this in php, but I'm really not sure how. I'm pretty good with PHP and I'm assuming you need some kind of GSM modem attached to the web server to accept the incoming phone calls, but ...
Possible Duplicate:
Best phone for doing Android SW development
In iPhone land I just got any iTouch to do testing on.
In Android land, what kind of a Google enabled Android phone do I need to test apps.
Any phone?
...
Hi,
I have written the android application and I want the application to send the call information whenever there is an incoming call and it ends. This way I would be sending all calls to the server irrespective of size of the call log.
Here is the code
public class PhoneInfo extends BroadcastReceiver {
private int incoming_call =...
Hi there, I am thinking about converting my web apps into Android apps to reach the Android market. I do not have an Android phone. Can someone tell me how I can possibly get a Google developer phone (other than going to Google I/O, etc)?
I realize this is somewhat of a ridiculous request but I have read blogs of people being enticed by ...
Hello,
my friend has a Real Estate company that receives a lot of phone calls everyday.
He wants to have a solution such that when somebody call to his company, the operator sees all the information about the person who is calling based on the database he have right now and the caller ID.
Is there a ready made software or solution tha...